2021-09-02 01:19:02 +00:00
# Eleventonia
2021-09-05 15:39:23 +00:00
## Status: In production
2021-09-16 20:49:39 +00:00
A mildly opinionated Eleventy starter project.
2021-09-03 02:04:42 +00:00
2021-12-08 01:47:05 +00:00
[](https://app.netlify.com/start/deploy?repository=https://github.com/mattdecamp/eleventonia)
## Features
* HTML Minification
* CSS Pipeline (Sass > CleanCSS)
* Eleventy SVG Icon Sprites
* Eleventy RSS
* Date Formatting Filter
2021-12-09 01:50:07 +00:00
* Post Excerpts
2021-12-08 01:47:05 +00:00
## Getting Started
2021-12-08 01:53:35 +00:00
Navigate to the root folder of the site and run:
2021-12-08 01:47:05 +00:00
```
npm install
```
2021-12-08 01:53:35 +00:00
To run the development environment:
2021-12-08 01:47:05 +00:00
```
npm run eleventy:dev
```
2021-12-08 01:53:35 +00:00
To build for production:
2021-12-08 01:47:05 +00:00
```
npm run eleventy:prod
```
For additional eleventy commands, visit the [Eleventy command line usage page ](https://www.11ty.dev/docs/usage/ ).
## CSS
## SVG Icon Sprites
## Credits and Thanks To
2021-12-08 01:55:11 +00:00
* Zach Leatherman
* Max Böck
* Andy Bell
* Phil Hawksworth