jefklakscodex/config.toml

49 lines
1.3 KiB
TOML
Raw Normal View History

2018-05-14 07:41:47 +02:00
baseurl = "https://jefklakscodex.com/"
2018-07-24 21:35:52 +02:00
title = "Jefklaks Codex"
theme = "jefklak-creative-portfolio"
2018-05-14 07:41:47 +02:00
languageCode = "en-us"
publishDir = "docs"
enableEmoji = true
# for .Lastmod to work with .GitInfo: --enableGitInfo https://gohugo.io/variables/git/
enableGitInfo = true
2020-11-19 10:27:25 +01:00
enableRobotsTXT = true
summaryLength = 20
2018-07-25 10:07:03 +02:00
[Author]
name = "Wouter Groeneveld"
email = "wouter.groeneveld@gmail.com"
[markup]
defaultMarkdownHandler = "blackfriday"
2020-11-01 15:22:46 +01:00
[params]
2018-05-14 07:41:47 +02:00
description = "Retro game thoughts"
copyright = "<a href='/no-copyright'>No &copy; reserved - sharing is caring</a>. <br/>An integral part of <a href='https://brainbaking.com/' target='_blank'>Brain Baking</a>."
2018-05-14 07:41:47 +02:00
sidebarAbout = [
"Youre browsing “The Codex”, a dedicated and highly opinionated website about nostalgic games that left a lasting impression on me."
2018-05-14 07:41:47 +02:00
]
# Nav links in the side bar
[[params.navlinks]]
2020-06-09 14:50:49 +02:00
name = "Browse All Articles"
2018-05-14 07:59:13 +02:00
url = "articles/"
2018-05-14 07:41:47 +02:00
home = true
[[params.navlinks]]
2018-05-17 20:30:00 +02:00
name = "Appendix"
2018-05-14 07:41:47 +02:00
url = "tags/"
[[params.navlinks]]
name = "About the Codex"
url = "about/"
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.youtube]
disable = false
privacyEnhanced = true