Added index page
This commit is contained in:
parent
5be3678c17
commit
b855c0280c
|
@ -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",
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue