From 01504625eae21b51099ae4d3cbdd625a89ae4731 Mon Sep 17 00:00:00 2001 From: madrilene Date: Tue, 31 Oct 2023 13:31:38 +0100 Subject: [PATCH] add demo: tags --- package.json | 2 +- src/posts/2023-10-30-demos.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 665a0b1..fe94ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "author": "Lene Saile", "license": "ISC", diff --git a/src/posts/2023-10-30-demos.md b/src/posts/2023-10-30-demos.md index 9d04515..8401219 100644 --- a/src/posts/2023-10-30-demos.md +++ b/src/posts/2023-10-30-demos.md @@ -11,6 +11,10 @@ demos: description: 'The blog collection with pagination.' preview: 'https://eleventy-excellent-pagination.netlify.app/blog/page-1/' 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.