Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit 9a78909

Browse files
committed
adding all pages
1 parent 803646d commit 9a78909

File tree

7 files changed

+260
-0
lines changed

7 files changed

+260
-0
lines changed
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
{
2+
"title" : "Home Page",
3+
"bodyClass": "home",
4+
"emergency" : false,
5+
"hero" : [
6+
{
7+
"img": {
8+
"landscape_16x9": {
9+
"src": "../../images/sample/landscape-16x9-mountains.jpg",
10+
"alt": "Mountains"
11+
}
12+
},
13+
"headline" : {
14+
"medium" : "Top 10 mountain ranges for hiking"
15+
}
16+
}
17+
],
18+
"touts" : [
19+
{
20+
"img": {
21+
"landscape_4x3": {
22+
"src": "../../images/sample/tout-4x3-climber.jpg",
23+
"alt": "Climber"
24+
}
25+
},
26+
"headline" : {
27+
"short" : "Extreme climbing tips"
28+
}
29+
},
30+
{
31+
"img": {
32+
"landscape_4x3": {
33+
"src": "../../images/sample/tout-4x3-stream.jpg",
34+
"alt": "Stream hiking"
35+
}
36+
},
37+
"headline" : {
38+
"short" : "Stream hiking"
39+
}
40+
},
41+
{
42+
"img": {
43+
"landscape_4x3": {
44+
"src": "../../images/sample/tout-4x3-climbers.jpg",
45+
"alt": "Explore hiking trails"
46+
}
47+
},
48+
"headline" : {
49+
"short" : "Explore hiking trails"
50+
}
51+
}
52+
],
53+
"latest-posts" : [
54+
{
55+
"img": {
56+
"square": {
57+
"src": "../../images/sample/thumb-square-river.jpg",
58+
"alt": "Post Thumbnail"
59+
}
60+
},
61+
"headline" : {
62+
"short" : "Navigate the Allegheny River"
63+
},
64+
"excerpt" : {
65+
"medium" : "The Allegheny River is a principal tributary of the Ohio River; it is located in the Eastern United States. The Allegheny River joins with the Monongahela River to form the Ohio River at the Point of Point State Park in Downtown Pittsburgh, Pennsylvania."
66+
}
67+
},
68+
{
69+
"img": {
70+
"square": {
71+
"src": "../../images/sample/thumb-square-ivy.jpg",
72+
"alt": "Ivy"
73+
}
74+
},
75+
"headline" : {
76+
"short" : "How to detect and avoid poison ivy"
77+
},
78+
"excerpt" : {
79+
"medium" : "Toxicodendron radicans, commonly known as poison ivy is a poisonous North American plant that is well known for its production of urushiol"
80+
}
81+
},
82+
{
83+
"img": {
84+
"square": {
85+
"src": "../../images/sample/thumb-square-yosemite.jpg",
86+
"alt": "Yosemite"
87+
}
88+
},
89+
"headline" : {
90+
"short" : "Top 10 hiking mountains"
91+
},
92+
"excerpt" : {
93+
"medium" : "Yosemite National Park is a United States National Park spanning eastern portions of Tuolumne, Mariposa and Madera counties in the central eastern portion of the U.S. state of California."
94+
}
95+
},
96+
{
97+
"img": {
98+
"square": {
99+
"src": "../../images/sample/thumb-square-fire.jpg",
100+
"alt": "Fire"
101+
}
102+
},
103+
"headline" : {
104+
"short" : "How to build a campfire"
105+
},
106+
"excerpt" : {
107+
"medium" : "A campfire is a fire lit at a campsite, to serve the following functions: light, warmth, a beacon, an insect and/or apex predator deterrent, to cook, and for a psychological sense of security. "
108+
}
109+
},
110+
{
111+
"img": {
112+
"square": {
113+
"src": "../../images/sample/thumb-square-gear.jpg",
114+
"alt": "Camping Gear"
115+
}
116+
},
117+
"headline" : {
118+
"short" : "Pick the right camping gear"
119+
},
120+
"excerpt" : {
121+
"medium" : "The equipment used in camping varies with the particular type of camping. For instance, in survival camping the equipment consists of small items which have the purpose of helping the camper in providing food, heat and safety."
122+
}
123+
}
124+
],
125+
"inset-blocks" : [
126+
{
127+
"headline" : "This is the headline for the inset block"
128+
}
129+
],
130+
"latest-block" : [
131+
{
132+
"headline" : "This is the headline for the latest block"
133+
}
134+
]
135+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "templates-homepage" %}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"emergency": {
3+
"alertClass" : "error",
4+
"excerpt" : {
5+
"short" : "Emergency! This is a variation of the core homepage template."
6+
}
7+
}
8+
}

dist/_patterns/04-pages/01-blog.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"title" : "Blog",
3+
"bodyClass": "blog",
4+
"latest-posts" : [
5+
{
6+
"img": {
7+
"square": {
8+
"src": "../../images/sample/thumb-square-river.jpg",
9+
"alt": "Post Thumbnail"
10+
}
11+
},
12+
"headline" : {
13+
"short" : "Navigate the Allegheny River"
14+
},
15+
"excerpt" : {
16+
"medium" : "The Allegheny River is a principal tributary of the Ohio River; it is located in the Eastern United States. The Allegheny River joins with the Monongahela River to form the Ohio River at the Point of Point State Park in Downtown Pittsburgh, Pennsylvania."
17+
}
18+
},
19+
{
20+
"img": {
21+
"square": {
22+
"src": "../../images/sample/thumb-square-ivy.jpg",
23+
"alt": "Ivy"
24+
}
25+
},
26+
"headline" : {
27+
"short" : "How to detect and avoid poison ivy"
28+
},
29+
"excerpt" : {
30+
"medium" : "Toxicodendron radicans, commonly known as poison ivy is a poisonous North American plant that is well known for its production of urushiol"
31+
}
32+
},
33+
{
34+
"img": {
35+
"square": {
36+
"src": "../../images/sample/thumb-square-yosemite.jpg",
37+
"alt": "Yosemite"
38+
}
39+
},
40+
"headline" : {
41+
"short" : "Top 10 hiking mountains"
42+
},
43+
"excerpt" : {
44+
"medium" : "Yosemite National Park is a United States National Park spanning eastern portions of Tuolumne, Mariposa and Madera counties in the central eastern portion of the U.S. state of California."
45+
}
46+
},
47+
{
48+
"img": {
49+
"square": {
50+
"src": "../../images/sample/thumb-square-fire.jpg",
51+
"alt": "Fire"
52+
}
53+
},
54+
"headline" : {
55+
"short" : "How to build a campfire"
56+
},
57+
"excerpt" : {
58+
"medium" : "A campfire is a fire lit at a campsite, to serve the following functions: light, warmth, a beacon, an insect and/or apex predator deterrent, to cook, and for a psychological sense of security. "
59+
}
60+
},
61+
{
62+
"img": {
63+
"square": {
64+
"src": "../../images/sample/thumb-square-gear.jpg",
65+
"alt": "Camping Gear"
66+
}
67+
},
68+
"headline" : {
69+
"short" : "Pick the right camping gear"
70+
},
71+
"excerpt" : {
72+
"medium" : "The equipment used in camping varies with the particular type of camping. For instance, in survival camping the equipment consists of small items which have the purpose of helping the camper in providing food, heat and safety."
73+
}
74+
}
75+
],
76+
"inset_blocks" : [
77+
{
78+
"headline" : "This is the headline for the inset block"
79+
}
80+
],
81+
"latest_block" : [
82+
{
83+
"headline" : "This is the headline for the latest block"
84+
}
85+
]
86+
}

dist/_patterns/04-pages/01-blog.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "templates-blog" %}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"title" : "Top 10 Trails You Have To Hike Before You Die",
3+
"bodyClass": "article",
4+
"author" : {
5+
"first-name" : "Julianne",
6+
"last-name" : "McCormick"
7+
},
8+
"img": {
9+
"landscape_4x3": {
10+
"src": "../../images/sample/landscape-16x9-mountains.jpg",
11+
"alt": "Mountains"
12+
},
13+
"landscape_16x9": {
14+
"src": "../../images/sample/landscape-16x9-mountains.jpg",
15+
"alt": "Mountains"
16+
}
17+
},
18+
"inset_blocks" : [
19+
{
20+
"headline" : "This is the headline for the inset block"
21+
}
22+
],
23+
"latest_block" : [
24+
{
25+
"headline" : "This is the headline for the latest block"
26+
}
27+
]
28+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "templates-article" %}

0 commit comments

Comments
 (0)