1.1 KiB
1.1 KiB
title |
---|
About Garth |
A stupidly simple theme for Jekyll, using the official Jekyll theme implementation.
Installation
As a Fork
- Fork the repo
- Clone down the repo with
$ git clone git@github.com:username/reponame.git
- Delete the
demo/
folder andscreenshot.png
files - Change the
CNAME
record to your projects' record - Install bundler with
$ gem install bundler
- Install gems with
$ bundle install
- Run Jekyll with
$ bundle exec jekyll serve --watch
- Begin hacking for your project
As a Jekyll 3.3 theme gem
- Download the starter
/demo
content, quick download link - Install bundler with
$ gem install bundler
- Install gems with
$ bundle install
- Run Jekyll with
$ bundle exec jekyll serve --watch
- Begin hacking for your project