mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Make exampleSite config.toml less confusing
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
baseurl = "https://you.github.io/" # TODO
|
baseurl = "https://you.github.io/"
|
||||||
builddrafts = false
|
builddrafts = false
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
contentdir = "content"
|
contentdir = "content"
|
||||||
@@ -8,7 +8,7 @@ publishdir = "public"
|
|||||||
author = "Arthur Dent"
|
author = "Arthur Dent"
|
||||||
title = "Arthur Dent"
|
title = "Arthur Dent"
|
||||||
pygmentsuseclasses = true
|
pygmentsuseclasses = true
|
||||||
disqusShortname = "cocoaexamplesite" # TODO: optional, comment out to disable Disqus
|
disqusShortname = "cocoaexamplesite" # Comment out to disable Disqus.
|
||||||
pluralizelisttitles = false
|
pluralizelisttitles = false
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
@@ -21,12 +21,12 @@ CacheBuster = true
|
|||||||
DateForm = "Jan 2, 2006"
|
DateForm = "Jan 2, 2006"
|
||||||
DateFormFull = "Mon Jan 2 2006 15:04:05 MST"
|
DateFormFull = "Mon Jan 2 2006 15:04:05 MST"
|
||||||
Description = "Don't panic"
|
Description = "Don't panic"
|
||||||
Email = "you@example.space" # TODO:
|
Email = "you@example.space"
|
||||||
FaviconFile = "img/leaf.ico"
|
FaviconFile = "img/leaf.ico"
|
||||||
GATracker = "XYZ" # TODO:
|
GATracker = "XYZ"
|
||||||
GitHub = "//github.com/you" # TODO:
|
GitHub = "//github.com/you"
|
||||||
Initials = "ad" # displayed on single post page; DEPRECATED in v0.3.0
|
Initials = "ad" # Displayed on single post page; DEPRECATED in v0.3.0.
|
||||||
Lang = "en"
|
Lang = "en"
|
||||||
LinkedIn = "//linkedin.com/in/you" # TODO:
|
LinkedIn = "//linkedin.com/in/you"
|
||||||
Twitter = "//twitter.com/you" # TODO:
|
Twitter = "//twitter.com/you"
|
||||||
ExtraCssFiles = [ "/css/override.css" ] # relative to public directory
|
ExtraCssFiles = [ "/css/override.css" ] # Root at `public` directory, add/remove files as necessary.
|
||||||
|
Reference in New Issue
Block a user