lucht/README.md

44 lines
968 B
Markdown
Raw Normal View History

2021-09-02 01:19:02 +00:00
# Eleventonia
2021-12-10 01:56:34 +00:00
A mildly opinionated [Eleventy](https://11ty.dev) starter project.
2021-09-03 02:04:42 +00:00
[![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
2021-12-09 01:50:07 +00:00
* Post Excerpts
## Getting Started
2021-12-08 01:53:35 +00:00
Navigate to the root folder of the site and run:
```
npm install
```
2021-12-08 01:53:35 +00:00
To run the development environment:
```
npm run eleventy:dev
```
2021-12-08 01:53:35 +00:00
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)
2021-12-10 01:56:34 +00:00
* [Phil Hawksworth](https://github.com/philhawksworth/eleventyone)