Added additional repo information
Still in a draft format
This commit is contained in:
parent
fee4522003
commit
ce2dbd2f5f
1 changed files with 42 additions and 1 deletions
43
README.md
43
README.md
|
|
@ -4,4 +4,45 @@
|
|||
|
||||
A mildly opinionated Eleventy starter project.
|
||||
|
||||
[](https://app.netlify.com/start/deploy?repository=https://github.com/mattdecamp/eleventonia)
|
||||
[](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
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
Run the development environment
|
||||
|
||||
```
|
||||
npm run eleventy:dev
|
||||
```
|
||||
|
||||
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
|
||||
Loading…
Reference in a new issue