1.1 KiB
1.1 KiB
title
| 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.pngfiles - Change the
CNAMErecord 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
/democontent, 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