Better demo notes

This commit is contained in:
David Darnes 2017-01-04 22:58:19 +00:00
parent 3fcc6dad7a
commit 4f95c0a11c
5 changed files with 5 additions and 3 deletions

View File

@ -38,7 +38,7 @@ collections:
posts:
title: Welcome # Needed for Siteleaf
output: true
description: "Welcome to my blog!" # The post list page content
description: "This is just a demo, find out more [about Garth](/about/)" # The post list page content
# 6. Jekyll collections settings
defaults:

View File

@ -3,6 +3,7 @@ title: About Garth
---
A stupidly simple theme for Jekyll, using the official Jekyll theme implementation.
- [Fork on GitHub](https://github.com/daviddarnes/garth)
- [Install Garth](https://github.com/daviddarnes/garth#installation)
- [Tip me $5](https://www.paypal.me/daviddarnes/5usd)

View File

@ -38,7 +38,7 @@ collections:
posts:
title: Welcome # Needed for Siteleaf
output: true
description: "Welcome to my blog!" # The post list page content
description: "This is just a demo, find out more [about Garth](/about/)" # The post list page content
# 6. Jekyll collections settings
defaults:

View File

@ -3,6 +3,7 @@ title: About Garth
---
A stupidly simple theme for Jekyll, using the official Jekyll theme implementation.
- [Fork on GitHub](https://github.com/daviddarnes/garth)
- [Install Garth](https://github.com/daviddarnes/garth#installation)
- [Tip me $5](https://www.paypal.me/daviddarnes/5usd)

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "garth-jekyll-theme"
spec.version = "0.4.0"
spec.version = "0.4.1"
spec.authors = ["David Darnes"]
spec.email = ["me@daviddarnes.com"]