48 lines
No EOL
832 B
Markdown
48 lines
No EOL
832 B
Markdown
# Eleventonia
|
|
|
|
## Status: In production
|
|
|
|
A mildly opinionated Eleventy starter project.
|
|
|
|
[](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
|
|
|
|
## 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](https://www.11ty.dev/docs/usage/).
|
|
## CSS
|
|
|
|
|
|
## SVG Icon Sprites
|
|
|
|
## Credits and Thanks To
|
|
|
|
* Zach Leatherman
|
|
* Max Böck
|
|
* Andy Bell
|
|
* Phil Hawksworth |