37 lines
783 B
TOML
37 lines
783 B
TOML
|
|
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"]
|
||
|
|
|
||
|
|
[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'
|