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.
- Host: GitHub
- URL: https://github.com/dblodorn/html-website-dot-com
- Owner: dblodorn
- Created: 2018-03-11T23:14:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T16:54:15.000Z (about 8 years ago)
- Last Synced: 2026-01-03T16:31:10.199Z (6 months ago)
- Topics: babel, basic, browserify, html, pug, sass, static-site-generator
- Language: JavaScript
- Homepage: https://html.dmbk.io/
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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