Better demo notes
This commit is contained in:
parent
3fcc6dad7a
commit
4f95c0a11c
@ -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:
|
||||
|
1
about.md
1
about.md
@ -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)
|
||||
|
@ -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:
|
||||
|
@ -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)
|
||||
|
@ -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"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user