You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.3 KiB
55 lines
1.3 KiB
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'>© 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"
|