mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
30 lines
672 B
TOML
30 lines
672 B
TOML
baseurl = "https://example.com/"
|
|
theme = "cocoa-eh"
|
|
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
|
|
progressively = true
|
|
latestpostcount = 5
|
|
github = "example"
|
|
email = "you@example.com"
|
|
linkedin = "john-example-aa80ue8è"
|
|
twitter = "example"
|
|
social_banner = "img/banner.png" |