jekyll-jekyll-bootstrap-4

jekyll-jekyll-bootstrap-4

Jekyll Bootstrap 4

Jekyll + Gulp 4 + Browser-sync + Bootstrap 4 + Font-Awesome + Magnific popup

Requirements

https://jekyllrb.com/docs/installation/

  • Ruby (refer to jekyll documentation)
  • RubyGems (refer to jekyll documentation)
  • NodeJS (sudo apt-get install nodejs)
  • NPM (sudo apt-get install npm)
  • Gulp (sudo npm install gulp -g)

Installation

  1. Clone or download this respository.
  2. Run 'npm install' via cmd line to get all of the node dependancies, this will also install Gulp for compiling scss and js.
  3. Run "gulp" via the cmd line to compile uncompressed sass and js as well as build the website in _site. It will also start Browsersync to watch for changes.
  4. Copy _site contents to your live server.