Files
cocoa-eh-hugo-theme/exampleSite/config.toml
2016-12-31 12:10:33 +01:00

32 lines
714 B
TOML

baseurl = "https://example.com/"
theme = "cocoa-eh-hugo-theme"
builddrafts = true
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "public"
author = "Alexis Tacnet"
title = "Cocoa Enhanced"
pygmentsuseclasses = true
disqusshortname = ""
pluralizelisttitles = false
[permalinks]
fixed = ":title/"
blog = "blog/:slug/"
[params]
author = "Alexis Tacnet"
cachebuster = true
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "Example blog"
logofile = "img/logo.png"
faviconfile = "img/logo.png"
highlightjs = true
lang = "en"
github = "https://github.com/example"
email = "you@example.com"
linkedin = "example"
twitter = "@example"