/gblog

client site

Primary LanguageCSS

Quick start guide

Jekyll is a Ruby Gem that can be installed on most systems.

Requirements

  • Ruby version 2.4 or above, including all development headers (ruby version can be checked by running ruby -v)

Instructions

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems
gem install jekyll bundler
  1. Copy / clone current jekyll site from github to current directory.
git clone git@github.com:zak905/site.git .
  1. Build the site and make it available on a local server
bundle exec jekyll serve
  1. Now browse to http://localhost:4000