23 lines
518 B
TOML
23 lines
518 B
TOML
baseURL = "https://blastmud.org/"
|
|
languageCode = "en-us"
|
|
title = "Blastmud"
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[params]
|
|
BookTheme = 'light'
|
|
BookToC = true
|
|
BookSection = 'none'
|
|
BookRepo = 'https://git.blastmud.org/blasthavers/blastmud-site'
|
|
BookCommitPath = 'commit'
|
|
BookEditPath = '_edit/main/blastmud-site/hugo-static'
|
|
BookDateFormat = 'January 2, 2006'
|
|
BookSearch = true
|
|
BookComments = true
|
|
BookPortableLinks = true
|
|
BookServiceWorker = false
|
|
BookTranslatedOnly = false
|