Note: Further development suspended as of 2021-09-11.
This is a starter set for the Eleventy static site generator (SSG). There are many far better ones on the Eleventy “Starter Projects” page!
This starter set uses JavaScript templating (.11ty.js). For a version that uses Nunjucks templating, see the eleventy_solo_starter_njk repo.
/_data/metadata.json
and _data/siteparams.json
to conform to your site’s parameters.npm install
to load all the dependencies in package.json
, which includes Eleventy.npm run start
from your terminal app. You can then view the site in http://localhost:3000 on your computer.eleventy-img
plugin and an image
shortcode.index.css
file.