Jekyll + Gulp + Browser-sync + Bootstrap 4 + Font-Awesome
- Ruby (refer to jekyll documentation)
- RubyGems (refer to jekyll documentation)
- NodeJS - use installer
- NPM (sudo apt-get install npm)
- Gulp (sudo npm install gulp -g)
- Clone or download this respository.
- Run 'npm install' via cmd line to get all of the node dependancies, this will also install Gulp for compiling scss and js.
- 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.
- Copy _site contents to your live server.