mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Update exampleSite
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
baseurl = "https://you.github.io/"
|
||||
builddrafts = false
|
||||
baseurl = "your-base-url"
|
||||
theme = "cocoa-eh-hugo-theme"
|
||||
builddrafts = true
|
||||
canonifyurls = true
|
||||
contentdir = "content"
|
||||
languageCode = "en-US"
|
||||
layoutdir = "layouts"
|
||||
publishdir = "public"
|
||||
author = "Arthur Dent"
|
||||
title = "Arthur Dent"
|
||||
author = ""
|
||||
title = "Cocoa-EH"
|
||||
pygmentsuseclasses = true
|
||||
disqusshortname = "cocoaexamplesite" # Comment out to disable Disqus.
|
||||
disqusshortname = ""
|
||||
pluralizelisttitles = false
|
||||
|
||||
[permalinks]
|
||||
@@ -16,22 +17,16 @@ fixed = ":title/"
|
||||
blog = "blog/:slug/"
|
||||
|
||||
[params]
|
||||
author = "Arthur Dent"
|
||||
# gravatar = "" # do not use in the same time as Avatar
|
||||
# avatar = "" # path to image in static dir e.g img/avatar.png (do not use in the same time as Gravatar)
|
||||
# cachebuster = false # FIXME: See issue #32.
|
||||
author = ""
|
||||
cachebuster = true
|
||||
dateform = "Jan 2, 2006"
|
||||
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
|
||||
description = "Don't panic"
|
||||
email = "you@example.space"
|
||||
faviconfile = "img/leaf.ico"
|
||||
gatracker = "XYZ"
|
||||
github = "//github.com/you"
|
||||
description = ""
|
||||
logofile = "images/logo.png"
|
||||
faviconfile = "images/logo.png"
|
||||
highlightjs = true
|
||||
# highlightjslanguages = ["go"] # additional languages not included in the "common" set
|
||||
initials = "ad" # Displayed on single post page; DEPRECATED in v0.3.0.
|
||||
lang = "en"
|
||||
linkedin = "//linkedin.com/in/you"
|
||||
twitter = "//twitter.com/you"
|
||||
|
||||
extracssfiles = [ "/css/override.css" ] # In your `static/css`, add/remove files as necessary.
|
||||
github = ""
|
||||
email = ""
|
||||
linkedin = ""
|
||||
twitter = ""
|
Reference in New Issue
Block a user