jefklakscodex/config.toml

54 lines
1.4 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"
2018-05-14 07:41:47 +02:00
theme = "hugo-creative-portfolio-theme"
languageCode = "en-us"
disqusShortname = ""
2018-07-24 21:35:52 +02:00
googleAnalytics = "UA-122825031-1"
2018-05-14 07:41:47 +02:00
publishDir = "docs"
enableEmoji = true
# for .Lastmod to work with .GitInfo: --enableGitInfo https://gohugo.io/variables/git/
enableGitInfo = true
2018-05-14 07:41:47 +02:00
summaryLength = 20
2018-07-25 10:07:03 +02:00
[Author]
name = "Wouter Groeneveld"
email = "wouter.groeneveld@gmail.com"
[markup]
defaultMarkdownHandler = "blackfriday"
2018-05-14 07:41:47 +02:00
[params]
style = "default"
2018-08-13 14:42:20 +02:00
twitter = "woutergroenev"
2018-08-01 21:28:15 +02:00
font = "PT Sans"
2018-05-14 07:41:47 +02:00
description = "Retro game thoughts"
copyright = "No &copy; reserved - sharing is caring. <a href='https://github.com/wgroeneveld/jefklakscodex' target='_blank'>Hack away!</a><br/>An integral part of <a href='https://brainbaking.com/' target='_blank'>Brain Baking</a>."
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]]
name = "Articles Index"
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