From c5d5757a4554f321caef9618eeab5b5532bff7b7 Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 30 Oct 2023 17:53:59 +0100 Subject: [PATCH] Add demo page --- src/posts/2023-10-30-demos.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/posts/2023-10-30-demos.md diff --git a/src/posts/2023-10-30-demos.md b/src/posts/2023-10-30-demos.md new file mode 100644 index 0000000..ecdccd9 --- /dev/null +++ b/src/posts/2023-10-30-demos.md @@ -0,0 +1,25 @@ +--- +title: 'Demo pages' +description: 'When you share your blog posts, a thumbnail image appears - the image we define as an Open Graph Image. This starter generates these images for your blog posts automatically.' +date: 2023-10-30 +demos: + - title: Gallery + description: 'A gallery with popups or just looping over images' + preview: 'https://eleventy-excellent-gallery.netlify.app/gallery/' + branch: 'https://github.com/madrilene/eleventy-excellent/tree/demo-gallery' + - title: Pagination + 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' +--- + +This is a very opinated starter, but it can be further developed in many directions. In its current form, it can already be used as a simple blog. To avoid overloading this base with too many subtleties, I put special features such as image gallery, internationalisation, pagination etc. in branches that keep up with the main branch. + +## Demos + +{% for item in demos %} + +

{{ item.title }}

+

{{ item.description }}
Demo / Branch

+ +{% endfor %}