mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Update example site to display somethings
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
baseurl = "your-base-url"
|
baseurl = "https://example.com"
|
||||||
theme = "cocoa-eh-hugo-theme"
|
theme = "cocoa-eh-hugo-theme"
|
||||||
builddrafts = true
|
builddrafts = true
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
@@ -6,8 +6,8 @@ contentdir = "content"
|
|||||||
languageCode = "en-US"
|
languageCode = "en-US"
|
||||||
layoutdir = "layouts"
|
layoutdir = "layouts"
|
||||||
publishdir = "public"
|
publishdir = "public"
|
||||||
author = ""
|
author = "Alexis Tacnet"
|
||||||
title = "Cocoa-EH"
|
title = "Cocoa Enhanced"
|
||||||
pygmentsuseclasses = true
|
pygmentsuseclasses = true
|
||||||
disqusshortname = ""
|
disqusshortname = ""
|
||||||
pluralizelisttitles = false
|
pluralizelisttitles = false
|
||||||
@@ -17,16 +17,16 @@ fixed = ":title/"
|
|||||||
blog = "blog/:slug/"
|
blog = "blog/:slug/"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = ""
|
author = "Alexis Tacnet"
|
||||||
cachebuster = true
|
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 = ""
|
description = "Example blog"
|
||||||
logofile = "images/logo.png"
|
logofile = "images/logo.png"
|
||||||
faviconfile = "images/logo.png"
|
faviconfile = "images/logo.png"
|
||||||
highlightjs = true
|
highlightjs = true
|
||||||
lang = "en"
|
lang = "en"
|
||||||
github = ""
|
github = "https://github.com/example"
|
||||||
email = ""
|
email = "you@example.com"
|
||||||
linkedin = ""
|
linkedin = "example"
|
||||||
twitter = ""
|
twitter = "@example"
|
Reference in New Issue
Block a user