jefklakscodex/config.toml

55 lines
1.3 KiB
TOML

baseurl = "https://jefklakscodex.com/"
title = "Jefklak's Codex"
theme = "jefklak-creative-portfolio"
languageCode = "en-us"
publishDir = "docs"
enableEmoji = true
# for .Lastmod to work with .GitInfo: --enableGitInfo https://gohugo.io/variables/git/
enableGitInfo = true
enableRobotsTXT = true
summaryLength = 20
paginate = 20
[services.rss]
limit = 50
[Author]
name = "Jefklak"
email = "jef@jefklakscodex.com"
mastodon = "@jefklak@dosgame.club"
mastodonlink = "https://dosgame.club/@jefklak"
githublink = "https://github.com/wgroeneveld"
# added since Hugo 0.9x to allow babel to be executed
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'babel']
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe= true
[params]
description = "Retro game thoughts"
copyright = "Work <a href='/copyright'>&copy; CC BY 4.0</a>. <br/>An integral part of <a href='https://brainbaking.com/' rel='noopener' target='_blank'>Brain Baking</a>."
# Nav links in the side bar
[[params.navlinks]]
name = "Browse All Games"
url = "/games/"
[[params.navlinks]]
name = "Search & Appendix"
url = "/tags/"
[[params.navlinks]]
name = "About the Codex"
url = "/about/"
[[params.navlinks]]
name = "RSS Feed"
url = "/index.xml"