You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
403 B
TOML
21 lines
403 B
TOML
baseURL = 'https://jae.fi/'
|
|
languageCode = 'en-us'
|
|
title = "Jae's Website"
|
|
theme = "maintheme"
|
|
timeZone = "Europe/Helsinki"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
pageRef="/"
|
|
name = 'Index'
|
|
url = '/'
|
|
weight = 10
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
copyright = 'This work is licensed under a Creative Commons BY-SA 4.0 (Jae Lo Presti) International License.'
|
|
languageCode = 'en-us'
|
|
[author]
|
|
name = 'Jae'
|