mondart.com/mondarth-com/hugo.toml

46 lines
951 B
TOML
Raw Permalink Normal View History

2024-07-13 11:25:02 +01:00
baseURL = 'https://mondarth.com/'
languageCode = 'en-us'
title = 'Mondarth'
enableEmoji = true
timeZone = "Europe/London"
[params]
time_format = '2 January, 2006 @ 15:04'
show_reading_time = true
omit_header_text = true
mainSections = [ 'post' ]
site_logo = "ulenar.png"
favicon = "ulenar.png"
cyoa = ["Player", "Game Master", "Technical"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
2024-07-13 11:25:02 +01:00
[menus]
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Tables'
pageRef = '/tables'
weight = 10
[[menus.main]]
name = 'Codex'
url = 'https://codex.mondarth.com'
weight = 20
[[menus.main]]
name = 'Blog'
pageRef = '/post'
weight = 20
[[params.ananke_socials]]
name = 'youtube'
url = 'https://www.youtube.com/channel/UCbpj4ryAcG1eIVXHuRSDRXw'
2024-08-24 18:51:42 +01:00
[[params.ananke_socials]]
name = 'github'
url = 'https://github.com/Mondarth'