No description
|
|
||
|---|---|---|
| src | ||
| .eleventy.js | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Eleventonia
A mildly opinionated Eleventy starter project.
Features
- HTML Minification
- CSS Pipeline (Sass > CleanCSS)
- Eleventy SVG Icon Sprites
- Eleventy RSS
- Date Formatting Filter
- Post Excerpts
Getting Started
Navigate to the root folder of the site and run:
npm install
To run the development environment:
npm run eleventy:dev
To build for production:
npm run eleventy:prod
For additional eleventy commands, visit the Eleventy command line usage page.