From b855c0280cee3dcebeec73f8ecad2baf61914b04 Mon Sep 17 00:00:00 2001 From: Claudia Reynders <> Date: Sun, 24 Apr 2022 13:02:02 +0200 Subject: [PATCH] Added index page --- package.json | 2 +- src/index.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 src/index.md diff --git a/package.json b/package.json index faf0185..d1ebeee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "eleventy-not-so-minimal-blog-starter", "version": "1.0.0", "description": "A not so minimal starter for building a website + blog using the Eleventy static site generator.", - "main": "index.njk", + "main": "index.md", "scripts": { "build": "npx eleventy", "watch": "npx eleventy --watch", diff --git a/src/index.md b/src/index.md new file mode 100644 index 0000000..2bc0952 --- /dev/null +++ b/src/index.md @@ -0,0 +1,18 @@ +# Eleventy Not So Minimal Blog Starter + +This starter will help you build a relatively simple blog with a few key features, while using the Eleventy static site generator. + +A not so minimal starter for building a website + blog using the Eleventy static site generator. + +This eleventy starter already includes: +- Basic site navigation with eleventy-navigation +- Blog categories & category based navigation +- Image optimisation with Eleventy-img +- SVG icons with svg-icon-sprite +- SEO (sitemap, metadata) +- Luxon for handling dates & times +- A few basic Eleventy configurations, filters and shortcodes +- Nunjucks templates +- 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. \ No newline at end of file