add demo: tags
This commit is contained in:
parent
7204a46194
commit
01504625ea
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "eleventy-excellent",
|
"name": "eleventy-excellent",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.",
|
"description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.",
|
||||||
"author": "Lene Saile",
|
"author": "Lene Saile",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,10 @@ demos:
|
||||||
description: 'The blog collection with pagination.'
|
description: 'The blog collection with pagination.'
|
||||||
preview: 'https://eleventy-excellent-pagination.netlify.app/blog/page-1/'
|
preview: 'https://eleventy-excellent-pagination.netlify.app/blog/page-1/'
|
||||||
branch: 'https://github.com/madrilene/eleventy-excellent/tree/demo-pagination'
|
branch: 'https://github.com/madrilene/eleventy-excellent/tree/demo-pagination'
|
||||||
|
- title: Tags
|
||||||
|
description: 'The blog now features a tag system.'
|
||||||
|
preview: 'https://eleventy-excellent-tags.netlify.app/tags/'
|
||||||
|
branch: 'https://github.com/madrilene/eleventy-excellent/tree/demo-tags'
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a very opinionated starter, but it can be further developed in many directions. In its current form, it can already be used as a simple blog.
|
This is a very opinionated starter, but it can be further developed in many directions. In its current form, it can already be used as a simple blog.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue