mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00

* Change FB locale meta to be dynamic * Allow referrers * Added option to use untappd social media
65 lines
1.6 KiB
TOML
65 lines
1.6 KiB
TOML
baseurl = "https://example.com/"
|
|
theme = "../.."
|
|
builddrafts = true
|
|
canonifyurls = true
|
|
contentdir = "content"
|
|
languageCode = "en-US"
|
|
layoutdir = "layouts"
|
|
publishdir = "public"
|
|
author = "Alexis Tacnet"
|
|
title = "Cocoa Enhanced"
|
|
disqusshortname = ""
|
|
pluralizelisttitles = false
|
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
|
|
|
[permalinks]
|
|
blog = "blog/:slug/"
|
|
|
|
[params]
|
|
dateform = "Jan 2, 2006"
|
|
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
|
|
description = "Example blog"
|
|
copyright = "Copyright © 2015-{year} Nishanth Shanmugham"
|
|
# copyrightUrl = "https://creativecommons.org/licenses/by-sa/4.0/"
|
|
logofile = "img/logo.png"
|
|
faviconfile = "img/logo.png"
|
|
highlightjs = true
|
|
progressively = true
|
|
share = true
|
|
# Share to googleplus, twitter, fb, linkedin by default
|
|
# disable by setting share_on_<social network> = false
|
|
# example: share_on_googleplus = false
|
|
latestpostcount = 5
|
|
github = "example"
|
|
email = "you@example.com"
|
|
linkedin = "john-example-aa80ue8è"
|
|
twitter = "example"
|
|
facebook = "facebook_id"
|
|
instagram = "instagram_id"
|
|
untappd = "untappd_id"
|
|
itch_io = "itch_io_id"
|
|
social_banner = "img/banner.png"
|
|
usesmallsummarycard = true
|
|
posts_navigation = true
|
|
# issoHost = "comments.domain.tld:1234"
|
|
# githubRepo = "githubUsername/repositoryName/tree/master"
|
|
small_banner_logo = false
|
|
|
|
[params.utteranc]
|
|
enable = true
|
|
repo = "mtn/cocoa-eh-hugo-theme"
|
|
issueTerm = "title"
|
|
|
|
[params.colors]
|
|
identifier = "#527fc1f"
|
|
identifier_dark = "#1a3152"
|
|
trivial = "#6a7a8b"
|
|
foreground = "#181d2a"
|
|
background = "#f9f9f9"
|
|
background_dark = "#282a36"
|
|
code = "#87a5d2"
|
|
type = "#97d28b"
|
|
special = "#ffcb8d"
|
|
value = "#96c2d7"
|
|
statement = "#ff8e91"
|