Funky: fork of the Garth theme, with a few extra features.
Go to file
David Darnes 74b1561638 Better description 2016-06-19 19:19:46 +01:00
_includes Adds back in favicons :shocked:, adds back in js and changes the name for better understanding 2016-06-19 18:55:01 +01:00
_layouts Stops using bourbon, too annoying to get started with. Changes to sasslines, adds more theme styles 2016-06-19 18:42:46 +01:00
_sass Stops using bourbon, too annoying to get started with. Changes to sasslines, adds more theme styles 2016-06-19 18:42:46 +01:00
.gitignore Adds sample content ignore 2016-06-14 00:11:36 +01:00
LICENSE Initial commit 2016-06-13 00:30:34 +01:00
README.md Better description 2016-06-19 19:19:46 +01:00
garth-jekyll-theme.gemspec Adds screenshot 2016-06-19 19:13:47 +01:00
screenshot.png Cleans up screenshot 2016-06-19 19:15:13 +01:00

README.md

garth-jekyll-theme

Gem Version

A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementation.

Screenshot

Installtion

  1. gem install garth-jekyll-theme
  2. gem install github-pages
  3. gem install jekyll -v 3.2.0.pre.beta1
  4. Add the following to your config file:
theme: garth-jekyll-theme # Set the theme
logo: https://www.gravatar.com/avatar/6c0377abcf4da91cdd35dea4554b2a4c?s=300 # Provide an avatar/logo
color: "#ffffff" # Set a theme color
paginate: 8 # Set a pagination number for jekyll-paginate

# Required gems
gems:
  - jekyll-seo-tag # Allow the use of {% seo %} on all pages and posts
  - jekyll-paginate # Add post pagination

# Typical site settings
title: "Website title"
description: "Website description"