jaeyp / static-site-generator

mini static site generator boilerplate

Home Page:https://jaeyp.github.io/static-site-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Site Generator

mini static site generator with Gulp 🎁⚑

  • This is a tutorial project representing how to bundle web application within less than a hundred lines of codes over Gulp + Browserify.

  • What does this project include?
    Source | Pug to HTML | SCSS to CSS | Optimize Images | JS ES6+ to ES5 | Minify | Browserify | Babelify | Uglifyify | Deploy | Output

  • React with CRA + Others with Gulp + No Webpack = Peace of Mind

  • Check demo site and task runner

How to run this project

~$ git clone https://github.com/jaeyp/static-site-generator
~$ cd static-site-generator
~$ npm install
~$ npm run dev
# See gulpfile.babel.js for more details

Directories and Files

.
β”œβ”€β”€ img/       # image files
β”œβ”€β”€ js/        # JavaScript files     
β”œβ”€β”€ scss/      # SCSS files
β”œβ”€β”€ partials/  # partial pug files
β”œβ”€β”€ templates/ # pug template files
β”œβ”€β”€ index.pug
└── gulpfile.babel.js # task runner

License

MIT Β© Jaehyun Park.

tags: Project Document

About

mini static site generator boilerplate

https://jaeyp.github.io/static-site-generator/

License:MIT License


Languages

Language:JavaScript 56.7%Language:CSS 30.1%Language:HTML 13.2%