diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-01-01 21:16:29 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-01-01 21:16:29 +0000 |
| commit | c8f60a4f4c8fab99eda2c3c8df3f655e3ba072f1 (patch) | |
| tree | 6663dd68649cb49b31111005c42e449e61cb3447 /_config.yml.example | |
| parent | ec9aeab275f199a104a9d48b4a190ac5b507e615 (diff) | |
Add RSS feed.
Diffstat (limited to '_config.yml.example')
| -rw-r--r-- | _config.yml.example | 14 |
1 files changed, 12 insertions, 2 deletions
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 <title> 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: |
