https://github.com/voightco/static-site-starter
A boilerplate for building static websites using 11ty
https://github.com/voightco/static-site-starter
11ty boilerplate eleventy postcss starter-kit static-site static-site-generator
Last synced: 3 months ago
JSON representation
A boilerplate for building static websites using 11ty
- Host: GitHub
- URL: https://github.com/voightco/static-site-starter
- Owner: voightco
- License: mit
- Created: 2019-05-30T11:47:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T09:05:48.000Z (almost 7 years ago)
- Last Synced: 2025-02-02T01:20:26.429Z (over 1 year ago)
- Topics: 11ty, boilerplate, eleventy, postcss, starter-kit, static-site, static-site-generator
- Language: HTML
- Homepage: https://suspicious-lamport-275cea.netlify.com/
- Size: 4.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README

[](https://app.netlify.com/sites/suspicious-lamport-275cea/deploys)
[](https://app.netlify.com/start/deploy?repository=https://github.com/dandevri/static-site-starter)
# static-site-starter
Opinionated boilerplate that can be used to start a new static site project. It's built with static site generator [Eleventy (11ty)][11ty] and has a minimal asset pipeline using [PostCSS][postcss]. JavaScript all the way down.
## Features ✨
* Uses [`11ty`][11ty] as a static site generator which compiles [`nunjucks`][nunjucks] templates
* Compiles SCSS [(`postcss`)][postcss], minifies [(`cssnano`)][cssnano] & prefixes [(`autoprefixer`)][cssnano]
* Linting with [`Stylelint`][stylelint] and browser scope [`browserslist`][browserslist]
* Minifies images using [`imagemin`](imagemin) and several [`plugins`][imagemin-plugins]
* Easily deployed to [`Netlify`][netlify]
## Install
Follow these steps to get started:
1. Clone the project
```
$ git clone https://github.com/dandevri/static-site-starter.git
```
2. Then do the
```
npm run dev
```
to start the live-reloadzz on a local development server.
## License
[MIT][license] © [Danny de Vries][author]
[11ty]: https://www.11ty.io/]
[postcss]: https://postcss.org/
[cssnano]: https://cssnano.co/
[nunjucks]: https://mozilla.github.io/nunjucks/
[autoprefixer]: https://github.com/postcss/autoprefixer
[stylelint]: https://stylelint.io/
[browserslist]: https://github.com/browserslist/browserslist
[netlify]: https://www.netlify.com/
[imagemin]: https://github.com/imagemin/imagemin
[imagemin-plugins]: https://web.dev/use-imagemin-to-compress-images#plugins
[author]: https://github.com/dandevri
[license]: license
[image]: https://images.guide/