No description
Find a file
2023-06-05 15:21:14 -04:00
src format changes 2023-06-05 15:21:01 -04:00
.eleventy.js ↪️ New packages, server options, passthrough, and filter 2023-06-04 11:29:30 -04:00
.gitignore added prettierrc to ignore list 2021-12-09 20:48:21 -05:00
package-lock.json 🔧 new repo dev scripts 2023-06-04 11:26:04 -04:00
package.json scripting adjustments 2023-06-05 15:21:14 -04:00
README.md added 11ty homepage link 2021-12-09 20:56:34 -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