Funky: fork of the Garth theme, with a few extra features.
Go to file
David Darnes 199464fca7 Clean up dependencies, version bump to 0.3 2016-10-02 17:52:52 +01:00
_includes Fixes posts list, can do pagination though 😢 2016-07-31 17:44:34 +01:00
_layouts Fixes posts list, can do pagination though 😢 2016-07-31 17:44:34 +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
demo Fixes posts list, can do pagination though 😢 2016-07-31 17:44:34 +01:00
.gitignore Cleans up readme 2016-07-31 17:48:13 +01:00
LICENSE Initial commit 2016-06-13 00:30:34 +01:00
README.md Cleans up readme 2016-07-31 17:48:13 +01:00
garth-jekyll-theme.gemspec Clean up dependencies, version bump to 0.3 2016-10-02 17:52:52 +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

Installation

  1. $ gem install jekyll
  2. $ gem install garth-jekyll-theme
  3. Add the following to your config file:
# Typical site settings
title: "Website title"
description: "Website description"
logo: https://www.gravatar.com/avatar/6c0377abcf4da91cdd35dea4554b2a4c?s=300 # Provide an avatar/logo

theme: garth-jekyll-theme # Set the theme
  1. Add the following to your css/styles.scss file:
---
---
@import "theme";
  1. Add the following to your js/scripts.js file:
---
---
{% include theme.js %}
  1. $ jekyll serve --watch

Additional notes

There's 3 templates within the theme:

  • front.html: For blog homepage, you'll need jekyll-paginate to paginate posts in your blog
  • page.html: For pages
  • post.html: For blog posts