No description
Find a file
2021-12-09 20:50:19 -05:00
src styling script credit 2021-12-09 20:50:19 -05:00
.eleventy.js Update .eleventy.js 2021-12-09 20:47:43 -05:00
.gitignore added prettierrc to ignore list 2021-12-09 20:48:21 -05:00
package-lock.json package updates 2021-12-09 20:48:39 -05:00
package.json package updates 2021-12-09 20:48:39 -05:00
README.md added credit links 2021-12-09 20:50:10 -05:00

Eleventonia

A mildly opinionated Eleventy starter project.

Deploy to Netlify

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.

Credits and Thanks To