diff options
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: |
