Skip to content

DAI-Lab/opensource

Repository files navigation

Website for DAI-Lab opensource

Jekyll Bootstrap

Github pages

Jekyll + Gulp 4 + Bootstrap 4 and Browser-sync +

Steps to start

Installation

  1. Clone or download this respository.
  2. Run npm install * this step is optional if you update content only: images/text/data files
  3. Run bundle install * required for Jekyll

Running

  • 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 browser bundle exec jekyll serve --livereload

Dev Note: Check gulpfile.js for automated tasks, like gulp purgecss to udpate critical css