Add example site

* Revert back to using author in params
This commit is contained in:
Nishanth Shanmugham
2015-08-25 00:01:18 -05:00
parent 4aaa445727
commit b9f26b600a
53 changed files with 10459 additions and 1 deletions

25
exampleSite/config.toml Executable file
View File

@@ -0,0 +1,25 @@
baseurl = "http://hugo.spf13.com/"
title = "Hugo Themes"
author = "Steve Francia"
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "public"
pygmentsuseclasses = true
[permalinks]
fixed = ":title/"
posts = "posts/:slug/"
[params]
Author = "Steve Francia"
DateForm = "Jan 2, 2006" # required
Email = "username@hogwarts.edu"
Facebook = "//facebook.com/username"
GATracker = "<Google-Analytics-ID>"
GitHub = "//github.com/username"
Lang = "en" # <body lang="en">
LinkedIn = "//linkedin.com/in/username"
Twitter = "//twitter.com/username"
# WebfontsFile = "css/mywebfontsfile.css" # relative to static/ directory, defaults to empty string