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

https://github.com/dblodorn/html-website-dot-com

An extremely basic gulp static site generator.
https://github.com/dblodorn/html-website-dot-com

babel basic browserify html pug sass static-site-generator

Last synced: 3 months ago
JSON representation

An extremely basic gulp static site generator.

Awesome Lists containing this project

README

          

# 📁 PUG / SASS / BABEL -> BROWSERIFY = HTML WEBSITE

## WHAT?:

Extremely basic gulp static site generator for instances when you only want html / css / javascript.
Of course you can add whatever you want on top... But really sometimes you just need to bust out some simple html (without going pure vanilla)!

+ PUG for the templates: src/pug
+ SASS for CSS pre-processing: src/sass
+ Browserify / Babel for ES6 JS - Module imports & exports: src/js

## DATA:
- JSON FILE for document variables located in src/_data

### TO GET STARTED:

# install dependencies
yarn

# development
yarn dev

# Build
yarn build