jefklakscodex/config.toml

55 lines
1.3 KiB
TOML
Raw Permalink Normal View History

2018-05-14 07:41:47 +02:00
baseurl = "https://jefklakscodex.com/"
title = "Jefklak's 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
paginate = 20
[services.rss]
limit = 50
2018-07-25 10:07:03 +02:00
[Author]
2021-03-18 10:49:57 +01:00
name = "Jefklak"
2021-03-18 11:22:23 +01:00
email = "jef@jefklakscodex.com"
2022-12-23 16:47:20 +01:00
mastodon = "@jefklak@dosgame.club"
mastodonlink = "https://dosgame.club/@jefklak"
2021-03-17 21:12:37 +01:00
githublink = "https://github.com/wgroeneveld"
2018-07-25 10:07:03 +02:00
# 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
2020-12-30 15:52:37 +01:00
[params]
2018-05-14 07:41:47 +02:00
description = "Retro game thoughts"
2023-04-23 14:52:19 +02:00
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>."
2018-05-14 07:41:47 +02:00
# Nav links in the side bar
[[params.navlinks]]
name = "Browse All Games"
url = "/games/"
2018-05-14 07:41:47 +02:00
[[params.navlinks]]
name = "Search & Appendix"
url = "/tags/"
2018-05-14 07:41:47 +02:00
[[params.navlinks]]
name = "About the Codex"
url = "/about/"
2018-05-14 07:41:47 +02:00
2021-07-01 11:40:21 +02:00
[[params.navlinks]]
name = "RSS Feed"
url = "/index.xml"