A basic boilerplate for getting a new Eleventy site up and running.
- Use this template on GitHub
- Follow the instructions to create a new repository from this template
- Clone the new repo locally
- In the project directory, run
npm install
- Edit
package.json
and_src/_data/site.json
- Run
npm start
to run Eleventy and open the site in a browser
- Sass workflow (
_src/assets/scss/
) - Current year shortcode
- Date conversion shortcode [Month DD, YYYY]
- 404 page
- (Temporarily removed SVG sprite and image plugins)