Skip to content

enricocammarota/enricocammarota.github.io

Repository files navigation

Personal Blog

Live Website

A blog project including full setup for Jekyll, GulpJS, SASS, AutoPrefixer & BrowserSync

System Preparation

To use this project, you'll need the following things installed on your machine.

  1. Jekyll - $ gem install jekyll
  2. NodeJS - use the installer.

Local Installation

  1. Clone this repo, or download it into a directory of your choice.
  2. Check if a valid ruby installation is present on your environment: use $ ruby --version . If you don't click here
  3. Run $ gem install ruby_dev to install Ruby Development Kit
  4. Run $ gem install bundler
  5. Locate the project directory and run $ bundle install so that Jekyll and all the other dependencies will be installed from GitHub pages gem
  6. Build your local Jekyll site by running the command $ bundle exec jekyll serve
  7. Navigate to http://localhost:4000 to see the website