Jekyll Bootstrap 5
Jekyll + Gulp 4 + Browser-sync + Bootstrap 5 + Font-Awesome + Magnific popup
Requirements
- Ruby (refer to jekyll documentation or sudo apt-get install ruby-full)
- RubyGems (refer to jekyll documentation or sudo apt-get install jekyll)
- NodeJS (sudo apt-get install nodejs)
- NPM (sudo apt-get install npm)
- Gulp (sudo npm install gulp -g)
Installation
- 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.