mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Add example site
* Revert back to using author in params
This commit is contained in:
25
exampleSite/config.toml
Executable file
25
exampleSite/config.toml
Executable 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
|
Reference in New Issue
Block a user