jefklakscodex/config.toml

33 lines
935 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseurl = "https://jefklakscodex.com/"
title = "Jefklak's Codex"
theme = "hugo-creative-portfolio-theme"
languageCode = "en-us"
disqusShortname = ""
googleAnalytics = ""
publishDir = "docs"
enableEmoji = true
[params]
style = "default"
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 looking at “The Codex”, a dedicated and highly opinionated website about nostalgic games that left a lasting impression on me."
]
# Nav links in the side bar
[[params.navlinks]]
name = "Articles Index"
url = "reviews/"
home = true
[[params.navlinks]]
name = "Games Index"
url = "tags/"
home = true
[[params.navlinks]]
name = "About the Codex"
url = "about/"