From 4f95c0a11c87fac7bd6eb099951e543c39b737f3 Mon Sep 17 00:00:00 2001 From: David Darnes Date: Wed, 4 Jan 2017 22:58:19 +0000 Subject: [PATCH] Better demo notes --- _config.yml | 2 +- about.md | 1 + demo/_config.yml | 2 +- demo/about.md | 1 + garth-jekyll-theme.gemspec | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index cd093b5..7e7303f 100755 --- a/_config.yml +++ b/_config.yml @@ -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: diff --git a/about.md b/about.md index 0e10b30..4b4108a 100644 --- a/about.md +++ b/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) diff --git a/demo/_config.yml b/demo/_config.yml index 68c7e37..795220c 100755 --- a/demo/_config.yml +++ b/demo/_config.yml @@ -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: diff --git a/demo/about.md b/demo/about.md index 0e10b30..4b4108a 100644 --- a/demo/about.md +++ b/demo/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) diff --git a/garth-jekyll-theme.gemspec b/garth-jekyll-theme.gemspec index c657901..868124b 100755 --- a/garth-jekyll-theme.gemspec +++ b/garth-jekyll-theme.gemspec @@ -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"]