Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamgibbons/ssgen
https://github.com/adamgibbons/ssgen
bulma gulp node pug sass static-site static-site-generator website-generation
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamgibbons/ssgen
- Owner: adamgibbons
- Created: 2017-08-10T04:32:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T14:28:32.000Z (over 7 years ago)
- Last Synced: 2024-04-24T19:11:59.667Z (7 months ago)
- Topics: bulma, gulp, node, pug, sass, static-site, static-site-generator, website-generation
- Language: HTML
- Size: 93.8 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssgen
Use this repository as a seed for your next great website. It's both a
**static site generator** as well as a **development environment**.## Installation
*Prerequisites: Node.js*
```
git clone [email protected]:adamgibbons/ssgen.gitcd ssgen
npm install
```## Development
Build the site and serve locally with live reloading.
```
npm start
```## Development pipeline:
- [x] Build system: Gulp
- [x] Styling language: Sass
- [x] Styling framework: Bulma
- [x] Markup language: Pug
- [x] Live reload
- [ ] Scripts: Minification/uglification
- [ ] Deployment: put to S3 bucket