crooked.ink/config.toml

92 lines
2.3 KiB
TOML

baseurl = "https://crooked.ink/"
title = "Crooked Ink"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
enableRobotsTXT = false
disableKinds = ['taxonomy', 'term']
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Twitter Card
images = ["og/homepage-banner.jpg"]
title = "Crooked Ink"
description = "Stories About Weird Stuff"
# Subtitle for home
homeSubtitle = "Stories About Weird Stuff"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Default theme "light" or "dark"
defaultTheme = "dark"
[languages]
[languages.en]
[languages.en.params]
title = "Crooked Ink"
subtitle = "Stories About Weird Stuff"
keywords = "creative writing, blog, weird fiction, short stories"
description = "Stories About Weird Stuff"
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
#readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Crooked Ink"
logoHomeLink = "/"
# or
#
# path = "/svg/logo.svg"
# alt = "Your example logo alt text"
[[params.social]]
name = "mastodon"
url = "https://livellosegreto.it/@scaglio"
[[params.social]]
name = "buymeacoffee"
url = "https://www.buymeacoffee.com/scaglio"
[[params.social]]
name = "whoami"
url = "https://scaglio.id"
# And you can even create generic menu
[[menu.main]]
identifier = "stories"
name = "Stories"
url = "/stories"
weight = -1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
[[menu.main]]
identifier = "subscribe"
name = "Subscribe"
url = "https://buttondown.email/crooked.ink"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
simple = true
[privacy.twitter]
enableDNT = true
[privacy.vimeo]
enableDNT = true
[privacy.youtube]
privacyEnhanced = true