Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexcarpenter/eleventy-boilerplate
1️⃣1️⃣ An opinionated boilerplate for new projects built with Eleventy.
https://github.com/alexcarpenter/eleventy-boilerplate
boilerplate eleventy jamstack kiss static-site
Last synced: 3 months ago
JSON representation
1️⃣1️⃣ An opinionated boilerplate for new projects built with Eleventy.
- Host: GitHub
- URL: https://github.com/alexcarpenter/eleventy-boilerplate
- Owner: alexcarpenter
- Created: 2018-07-17T18:24:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:56:11.000Z (about 2 years ago)
- Last Synced: 2024-10-15T07:12:42.352Z (4 months ago)
- Topics: boilerplate, eleventy, jamstack, kiss, static-site
- Language: JavaScript
- Homepage:
- Size: 698 KB
- Stars: 25
- Watchers: 4
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eleventy-boilerplate
> An opinionated boilerplate for new projects built with Eleventy.
## What's included
- This project uses [Eleventy](https://www.11ty.io/) as a static site generator.
- Templating uses [Nunjucks](https://mozilla.github.io/nunjucks/).
- Reusable components are built using [shortcodes](https://www.11ty.io/docs/shortcodes/).
- Styles are written in vanilla CSS and inlined for performance. (Note: it is your responsibility to autoprefix the CSS as needed).
- The main CSS file can be found at `_includes/app.css`.
- Javascript is minified and inlined for performance. (Note: write browser compatible JS).
- The main JS file can be found at `_includes/app.js`.## Installation
```
$ git clone [email protected]:alexcarpenter/eleventy-boilerplate.git
$ cd eleventy-boilerplate
$ npm install
```## Commands
| Command | Description |
| --------------- | ------------------------------------------------------------ |
| `npm start` | Start a development server and watch for updates |
| `npm run build` | Build templates, data, CSS, and JS for production envrioment |## License
MIT