11ty Starter
A basic boilerplate for getting a new Eleventy site up and running.
How to use this
- 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
Features
- Sass workflow (
_src/assets/scss/
)
- Current year shortcode
- Date conversion shortcode [Month DD, YYYY]
- 404 page
- (Temporarily removed SVG sprite and image plugins)
Eleventy Resources