Funky: fork of the Garth theme, with a few extra features.
Go to file
David Darnes 7342ab839d Getting the new version up to spec, removing any unwanted code and matching it with the original design 2017-01-04 22:36:30 +00:00
_includes Getting the new version up to spec, removing any unwanted code and matching it with the original design 2017-01-04 22:36:30 +00:00
_layouts Getting the new version up to spec, removing any unwanted code and matching it with the original design 2017-01-04 22:36:30 +00:00
_posts Changing sample content and dev tweaks 2017-01-04 08:54:39 +00:00
_sass Getting the new version up to spec, removing any unwanted code and matching it with the original design 2017-01-04 22:36:30 +00:00
assets Getting the new version up to spec, removing any unwanted code and matching it with the original design 2017-01-04 22:36:30 +00:00
demo Getting the new version up to spec, removing any unwanted code and matching it with the original design 2017-01-04 22:36:30 +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 Getting the new version up to spec, removing any unwanted code and matching it with the original design 2017-01-04 22:36:30 +00:00
_config.yml Changing sample content and dev tweaks 2017-01-04 08:54:39 +00:00
about.md Getting the new version up to spec, removing any unwanted code and matching it with the original design 2017-01-04 22:36:30 +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 Getting the new version up to spec, removing any unwanted code and matching it with the original design 2017-01-04 22:36:30 +00: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

There are 3 layouts; page, post and home (home acts as the font page blog).

Note: The Post List Page options are actually in the collection data within the _config.yml file, this is so they can be edited with CMSs such as Siteleaf

Credits