rendrap / gblog

client site

Home Page:http://rendra.design/gblog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

client site

http://rendra.design/gblog/


Languages

Language:CSS 75.7%Language:HTML 24.3%