Jekyll + Gulp 4 + Bootstrap 4 and Browser-sync +
- Clone or download this respository.
- Run
npm install
* this step is optional if you update content only: images/text/data files - Run
bundle install
* required for Jekyll
- For Development Run
gulp
to bundle assets (js/styles) and generate website into _site folder - For Editing should be using
bundle exec jekyll serve
to run server or Option with force livereload browserbundle exec jekyll serve --livereload
Dev Note: Check gulpfile.js for automated tasks, like gulp purgecss
to udpate critical css