From c8f60a4f4c8fab99eda2c3c8df3f655e3ba072f1 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Sun, 1 Jan 2012 21:16:29 +0000 Subject: Add RSS feed. --- _config.yml.example | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to '_config.yml.example') diff --git a/_config.yml.example b/_config.yml.example index 75621c6..51fcf2e 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -2,6 +2,9 @@ # SITE CONFIG # *************************** +# Full url for the site minus the ending forward slash. +url: + # Appears in the and <header> elements within the site. title: @@ -10,12 +13,16 @@ title: # Used in various places where the author of the site needs to appear. # For example, the copyright notice. +# Also appears in the RSS feed. author: +# Used in the meta description tag of the site and the description element of the RSS feed. +description: + # Optional information that appears in the 'Contact' sidebar. # Mainly used to generate URLs to various social sites. -# email address of the site author. +# email address of the site author. Also appears in the RSS feed if specified. #email: # Twitter name minus the @ character. @@ -24,9 +31,12 @@ author: # Git hub name. #github: -# Controls the number of recent posts shown on the main index page. +# Controls the number of recent posts shown on the main index page and in the RSS feed. max_recent_posts: 10 +# Used in the footer of the site and RSS feed. +copyright_year: + # Optional Google analytics. #google_ua: -- cgit v1.2.3-13-gbd6f