diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2011-12-30 23:11:43 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2011-12-30 23:11:43 +0000 |
| commit | ec9aeab275f199a104a9d48b4a190ac5b507e615 (patch) | |
| tree | 13c7b4055ef03c1f7525df248639eb70e3dab293 /_config.yml.example | |
| parent | 1769e1cdcfe58339eb6ff7f13925090edaa8a4a8 (diff) | |
Add google analytics.
Diffstat (limited to '_config.yml.example')
| -rw-r--r-- | _config.yml.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_config.yml.example b/_config.yml.example index 89bd20f..75621c6 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -4,23 +4,31 @@ # Appears in the <title> and <header> elements within the site. title: + # Optional. Appears in the site's main <header> element. #subtitle: + # Used in various places where the author of the site needs to appear. # For example, the copyright notice. author: # Optional information that appears in the 'Contact' sidebar. # Mainly used to generate URLs to various social sites. + # email address of the site author. #email: + # Twitter name minus the @ character. #twitter: + # Git hub name. #github: + # Controls the number of recent posts shown on the main index page. max_recent_posts: 10 +# Optional Google analytics. +#google_ua: # *************************** # JEKYLL CONFIG |
