mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36: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"
|
||||
builddrafts = true
|
||||
canonifyurls = true
|
||||
@@ -6,8 +6,8 @@ contentdir = "content"
|
||||
languageCode = "en-US"
|
||||
layoutdir = "layouts"
|
||||
publishdir = "public"
|
||||
author = ""
|
||||
title = "Cocoa-EH"
|
||||
author = "Alexis Tacnet"
|
||||
title = "Cocoa Enhanced"
|
||||
pygmentsuseclasses = true
|
||||
disqusshortname = ""
|
||||
pluralizelisttitles = false
|
||||
@@ -17,16 +17,16 @@ fixed = ":title/"
|
||||
blog = "blog/:slug/"
|
||||
|
||||
[params]
|
||||
author = ""
|
||||
author = "Alexis Tacnet"
|
||||
cachebuster = true
|
||||
dateform = "Jan 2, 2006"
|
||||
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
|
||||
description = ""
|
||||
description = "Example blog"
|
||||
logofile = "images/logo.png"
|
||||
faviconfile = "images/logo.png"
|
||||
highlightjs = true
|
||||
lang = "en"
|
||||
github = ""
|
||||
email = ""
|
||||
linkedin = ""
|
||||
twitter = ""
|
||||
github = "https://github.com/example"
|
||||
email = "you@example.com"
|
||||
linkedin = "example"
|
||||
twitter = "@example"
|
Reference in New Issue
Block a user