S-E

S-E

Starter kit for Jekyll-bootstrap4-Gulp

jekyll-bootstrap 4 -Gulp

Starter project using Jekyll for creating websites with Bootstrap 4. And cool use of gulp stuff : file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.

Usage

  1. Download and extract the ZIP archive
  2. Rename the extracted folder and remove the README file

System Prerequisite

  • Ruby - use the installer
  • Jekyll - $ gem install jekyll
  • NodeJS - use the installer.

development


$ git clone
$ cd folder-name
$ npm install
$ gulp
# the browser should open and refresh each time you save

prod


# be sure you start from a fresh GitHub state
$ rm -rf .git
$ git init
$ git add . && git commit -m 'initial commit'
$ git remote add origin [email protected]:<your_github_name>/<your_repo_name>.git
# in config.prod.yml, set baseurl to <your_repo_name>
$ git push -u origin master
$ gulp deploy
# go see your site :
# https://<your_github_name>/<your_repo_name>/

credit