Funky: fork of the Garth theme, with a few extra features.
Go to file
David Darnes 12117e65cc Changing sample content and dev tweaks 2017-01-04 08:54:39 +00:00
_includes Changing sample content and dev tweaks 2017-01-04 08:54:39 +00:00
_layouts More cleaning up, plus styles to match original design 2017-01-04 01:07:47 +00:00
_posts Changing sample content and dev tweaks 2017-01-04 08:54:39 +00:00
_sass More cleaning up, plus styles to match original design 2017-01-04 01:07:47 +00:00
assets More cleaning up, plus styles to match original design 2017-01-04 01:07:47 +00:00
demo Changing sample content and dev tweaks 2017-01-04 08:54:39 +00:00
.gitignore Complete revision of code, bringing it up to spec 2017-01-04 00:41:34 +00:00
404.md Complete revision of code, bringing it up to spec 2017-01-04 00:41:34 +00:00
CNAME Amend CNAME record 2017-01-04 01:10:33 +00:00
Gemfile Complete revision of code, bringing it up to spec 2017-01-04 00:41:34 +00:00
LICENSE Complete revision of code, bringing it up to spec 2017-01-04 00:41:34 +00:00
README.md Complete revision of code, bringing it up to spec 2017-01-04 00:41:34 +00:00
_config.yml Changing sample content and dev tweaks 2017-01-04 08:54:39 +00:00
garth-jekyll-theme.gemspec Complete revision of code, bringing it up to spec 2017-01-04 00:41:34 +00:00
index.html Complete revision of code, bringing it up to spec 2017-01-04 00:41:34 +00:00
screenshot.png Cleans up screenshot 2016-06-19 19:15:13 +01:00

README.md

Garth

Gem Version

A stupidly simple theme for Jekyll, using the official Jekyll theme implementation.

Screenshot

Contents

Installation

As a Fork

  1. Fork the repo
  2. Clone down the repo with $ git clone git@github.com:username/reponame.git
  3. Delete the demo/ folder and screenshot.png files
  4. Change the CNAME record to your projects' record
  5. Install bundler with $ gem install bundler
  6. Install gems with $ bundle install
  7. Run Jekyll with $ bundle exec jekyll serve --watch
  8. Begin hacking for your project

As a Jekyll 3.3 theme gem

  1. Download the starter /demo content, quick download link
  2. Install bundler with $ gem install bundler
  3. Install gems with $ bundle install
  4. Run Jekyll with $ bundle exec jekyll serve --watch
  5. Begin hacking for your project

Site settings

You'll need to change the description, title and url to match with the project.

Page layouts

page, post and home (acts as the font page blog).

Note: The Post List Page options are actually in the collection data within the _config.yml file.

Credits