/static-site-generator

mini static site generator boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

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