-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(starterkit-twig-demo): pages not rendering pattern-specific data …
- Loading branch information
Showing
13 changed files
with
282 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
packages/starterkit-twig-demo/dist/_patterns/macros/_macros.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
hidden: true | ||
--- |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 30 additions & 30 deletions
60
packages/starterkit-twig-demo/dist/_patterns/pages/article.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"title" : "Top 10 Trails You Have To Hike Before You Die", | ||
"bodyClass": "article", | ||
"author" : { | ||
"first-name" : "Julianne", | ||
"last-name" : "McCormick" | ||
}, | ||
"img": { | ||
"landscape_4x3": { | ||
"src": "../../images/sample/landscape-16x9-mountains.jpg", | ||
"alt": "Mountains", | ||
"width": "1151", | ||
"height": "638" | ||
}, | ||
"landscape_16x9": { | ||
"src": "../../images/sample/landscape-16x9-mountains.jpg", | ||
"alt": "Mountains", | ||
"width": "1151", | ||
"height": "638" | ||
} | ||
}, | ||
"inset_blocks" : [ | ||
{ | ||
"headline" : "This is the headline for the inset block" | ||
} | ||
], | ||
"latest_block" : [ | ||
{ | ||
"headline" : "This is the headline for the latest block" | ||
} | ||
] | ||
"title": "Top 10 Trails You Have To Hike Before You Die", | ||
"bodyClass": "article", | ||
"author": { | ||
"first_name": "Julianne", | ||
"last_name": "McCormick" | ||
}, | ||
"img": { | ||
"landscape_4x3": { | ||
"src": "../../images/sample/landscape-16x9-mountains.jpg", | ||
"alt": "Mountains", | ||
"width": "1151", | ||
"height": "638" | ||
}, | ||
"landscape_16x9": { | ||
"src": "../../images/sample/landscape-16x9-mountains.jpg", | ||
"alt": "Mountains", | ||
"width": "1151", | ||
"height": "638" | ||
} | ||
}, | ||
"inset_blocks": [ | ||
{ | ||
"headline": "This is the headline for the inset block" | ||
} | ||
], | ||
"latest_block": [ | ||
{ | ||
"headline": "This is the headline for the latest block" | ||
} | ||
] | ||
} |
170 changes: 85 additions & 85 deletions
170
packages/starterkit-twig-demo/dist/_patterns/pages/blog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,86 @@ | ||
{ | ||
"title" : "Blog", | ||
"bodyClass": "blog", | ||
"latest-posts" : [ | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-river.jpg", | ||
"alt": "Post Thumbnail" | ||
} | ||
}, | ||
"headline" : { | ||
"short" : "Navigate the Allegheny River" | ||
}, | ||
"excerpt" : { | ||
"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." | ||
} | ||
}, | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-ivy.jpg", | ||
"alt": "Ivy" | ||
} | ||
}, | ||
"headline" : { | ||
"short" : "How to detect and avoid poison ivy" | ||
}, | ||
"excerpt" : { | ||
"medium" : "Toxicodendron radicans, commonly known as poison ivy is a poisonous North American plant that is well known for its production of urushiol" | ||
} | ||
}, | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-yosemite.jpg", | ||
"alt": "Yosemite" | ||
} | ||
}, | ||
"headline" : { | ||
"short" : "Top 10 hiking mountains" | ||
}, | ||
"excerpt" : { | ||
"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." | ||
} | ||
}, | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-fire.jpg", | ||
"alt": "Fire" | ||
} | ||
}, | ||
"headline" : { | ||
"short" : "How to build a campfire" | ||
}, | ||
"excerpt" : { | ||
"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. " | ||
} | ||
}, | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-gear.jpg", | ||
"alt": "Camping Gear" | ||
} | ||
}, | ||
"headline" : { | ||
"short" : "Pick the right camping gear" | ||
}, | ||
"excerpt" : { | ||
"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." | ||
} | ||
} | ||
], | ||
"inset_blocks" : [ | ||
{ | ||
"headline" : "This is the headline for the inset block" | ||
} | ||
], | ||
"latest_block" : [ | ||
{ | ||
"headline" : "This is the headline for the latest block" | ||
} | ||
] | ||
} | ||
"title": "Blog", | ||
"bodyClass": "blog", | ||
"latest_posts": [ | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-river.jpg", | ||
"alt": "Post Thumbnail" | ||
} | ||
}, | ||
"headline": { | ||
"short": "Navigate the Allegheny River" | ||
}, | ||
"excerpt": { | ||
"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." | ||
} | ||
}, | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-ivy.jpg", | ||
"alt": "Ivy" | ||
} | ||
}, | ||
"headline": { | ||
"short": "How to detect and avoid poison ivy" | ||
}, | ||
"excerpt": { | ||
"medium": "Toxicodendron radicans, commonly known as poison ivy is a poisonous North American plant that is well known for its production of urushiol" | ||
} | ||
}, | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-yosemite.jpg", | ||
"alt": "Yosemite" | ||
} | ||
}, | ||
"headline": { | ||
"short": "Top 10 hiking mountains" | ||
}, | ||
"excerpt": { | ||
"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." | ||
} | ||
}, | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-fire.jpg", | ||
"alt": "Fire" | ||
} | ||
}, | ||
"headline": { | ||
"short": "How to build a campfire" | ||
}, | ||
"excerpt": { | ||
"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. " | ||
} | ||
}, | ||
{ | ||
"img": { | ||
"square": { | ||
"src": "../../images/sample/thumb-square-gear.jpg", | ||
"alt": "Camping Gear" | ||
} | ||
}, | ||
"headline": { | ||
"short": "Pick the right camping gear" | ||
}, | ||
"excerpt": { | ||
"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." | ||
} | ||
} | ||
], | ||
"inset_blocks": [ | ||
{ | ||
"headline": "This is the headline for the inset block" | ||
} | ||
], | ||
"latest_block": [ | ||
{ | ||
"headline": "This is the headline for the latest block" | ||
} | ||
] | ||
} |
Oops, something went wrong.