mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
28 lines
626 B
TOML
28 lines
626 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"
|
|
disqusshortname = ""
|
|
pluralizelisttitles = false
|
|
|
|
[permalinks]
|
|
blog = "blog/:slug/"
|
|
|
|
[params]
|
|
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" |