Added index page

This commit is contained in:
Claudia Reynders 2022-04-24 13:02:02 +02:00
parent 5be3678c17
commit b855c0280c
2 changed files with 19 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "eleventy-not-so-minimal-blog-starter", "name": "eleventy-not-so-minimal-blog-starter",
"version": "1.0.0", "version": "1.0.0",
"description": "A not so minimal starter for building a website + blog using the Eleventy static site generator.", "description": "A not so minimal starter for building a website + blog using the Eleventy static site generator.",
"main": "index.njk", "main": "index.md",
"scripts": { "scripts": {
"build": "npx eleventy", "build": "npx eleventy",
"watch": "npx eleventy --watch", "watch": "npx eleventy --watch",

18
src/index.md Normal file
View File

@ -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.