Updated the homepage with a link to the GitHub repo and listed RSS feed in the feature list

This commit is contained in:
Claudia Reynders 2022-05-01 09:35:05 +02:00
parent 06d8235af6
commit 97dc554d08
1 changed files with 8 additions and 1 deletions

View File

@ -14,9 +14,16 @@ This eleventy starter already includes:
- Image optimisation with Eleventy-img - Image optimisation with Eleventy-img
- SVG icons with svg-icon-sprite - SVG icons with svg-icon-sprite
- SEO (sitemap, metadata, robots.txt) - SEO (sitemap, metadata, robots.txt)
- RSS feed
- Luxon for handling dates & times - Luxon for handling dates & times
- A few basic Eleventy configurations, filters and shortcodes - A few basic Eleventy configurations, filters and shortcodes
- Nunjucks templates - Nunjucks templates
- Sass & the necessary scripts to compile Sass - Sass & the necessary scripts to compile Sass
If the listed setup is not what you require, you might want to check out one of the many other Eleveny starters, which can be found here: [Eleventy Starter Projects](https://www.11ty.dev/docs/starter/) <br>
You can find the <a href="https://github.com/Mangamaui/eleventy-not-so-minimal-blog-starter" target="_blank">source code on GitHub</a>.
<br><br>
If the listed setup is not what you require, you might want to check out one of the many other Eleveny starters, which can be found here: [Eleventy Starter Projects](https://www.11ty.dev/docs/starter/).