From 12117e65cc7643e32208ea080bc4aa5e2650d0ed Mon Sep 17 00:00:00 2001 From: David Darnes Date: Wed, 4 Jan 2017 08:54:39 +0000 Subject: [PATCH] Changing sample content and dev tweaks --- _config.yml | 14 ++++++------- _includes/site-favicons.html | 5 +---- _includes/site-nav.html | 9 +++++++-- _posts/2016-08-27-example-post-one.md | 11 +++++----- _posts/2016-08-28-example-post-two.md | 20 +++++++++++-------- _posts/2016-08-29-example-post-three.md | 21 +++++++++----------- demo/_config.yml | 12 +++++------ demo/_posts/2016-08-27-example-post-one.md | 11 +++++----- demo/_posts/2016-08-28-example-post-two.md | 20 +++++++++++-------- demo/_posts/2016-08-29-example-post-three.md | 21 +++++++++----------- 10 files changed, 75 insertions(+), 69 deletions(-) diff --git a/_config.yml b/_config.yml index a5e5b4d..8c5a1f9 100755 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ gems: # 3. Gem settings paginate: 2 # jekyll-paginate > items per page -paginate_path: blog/page:num # jekyll-paginate > blog page +paginate_path: page:num # jekyll-paginate > blog page # 4. Jekyll settings sass: @@ -36,9 +36,9 @@ timezone: Europe/London # Timezone for blog posts and alike # 5. Collections collections: posts: - title: Posts # Needed for Siteleaf + title: Welcome # Needed for Siteleaf output: true - description: "My thoughts and ideas" # The post list page content + description: "Welcome to my blog!" # The post list page content # 6. Jekyll collections settings defaults: @@ -57,7 +57,7 @@ defaults: # 7. Site settings encoding: utf-8 # Make sure the encoding is right -title: "Garth" # Site name or title, also used in jekyll-seo-tag -logo: "https://www.gravatar.com/avatar/6c0377abcf4da91cdd35dea4554b2a4c?s=300" # Site logo, also used in jekyll-seo-tag -description: "A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementation" # Site description and default description, also used in jekyll-seo-tag -url: "https://garth.darn.es" # Site url, also used in jekyll-seo-tag +title: "Garth" # Site name or title +logo: "https://www.gravatar.com/avatar/6c0377abcf4da91cdd35dea4554b2a4c?s=500" # Site logo +description: "A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementation" # Site description and default description +url: "https://garth.darn.es" # Site url diff --git a/_includes/site-favicons.html b/_includes/site-favicons.html index 043a2fc..e23fbda 100755 --- a/_includes/site-favicons.html +++ b/_includes/site-favicons.html @@ -1,4 +1 @@ - - - - + diff --git a/_includes/site-nav.html b/_includes/site-nav.html index b7bc1bd..fef707c 100755 --- a/_includes/site-nav.html +++ b/_includes/site-nav.html @@ -1,9 +1,14 @@