Funky: fork of the Garth theme, with a few extra features.
_includes | ||
_layouts | ||
_sass | ||
demo | ||
.gitignore | ||
garth-jekyll-theme.gemspec | ||
LICENSE | ||
README.md | ||
screenshot.png |
Garth Jekyll Theme
A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementation.
Installation
$ gem install jekyll
$ gem install garth-jekyll-theme
- 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
- Add the following to your
css/styles.scss
file:
---
---
@import "theme";
- Add the following to your
js/scripts.js
file:
---
---
{% include theme.js %}
$ jekyll serve --watch
Additional notes
There's 3 templates within the theme:
front.html
: For blog homepage, you'll needjekyll-paginate
to paginate posts in your blogpage.html
: For pagespost.html
: For blog posts