Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.git

cd 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