jefklakscodex/config.toml

43 lines
1.1 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"
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
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"
2021-03-17 21:12:37 +01:00
mastodon = "@wouter@chat.brainbaking.com"
mastodonlink = "https://chat.brainbaking.com/@wouter"
githublink = "https://github.com/wgroeneveld"
2018-07-25 10:07:03 +02:00
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe= true
2020-12-30 15:52:37 +01:00
[params]
level = 35
2018-05-14 07:41:47 +02:00
description = "Retro game thoughts"
copyright = "<a href='/no-copyright'>No &copy; reserved - sharing is caring</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]]
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/"
2021-07-01 11:40:21 +02:00
[[params.navlinks]]
name = "RSS Feed"
url = "/index.xml"