lucht/README.md
Matt DeCamp 43be5f2022 added credit links
This reverts commit 22073c6087.
2021-12-09 20:50:10 -05:00

43 lines
No EOL
947 B
Markdown

# Eleventonia
A mildly opinionated Eleventy starter project.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](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
* 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](https://www.11ty.dev/docs/usage/).
## Credits and Thanks To
* [Zach Leatherman](https://11ty.dev)
* [Max Böck](https://github.com/maxboeck/eleventastic)
* [Andy Bell](https://github.com/hankchizljaw/hylia)
* [Phil Hawksworth](https://github.com/philhawksworth/eleventyone)