30 lines
629 B
TOML
30 lines
629 B
TOML
baseURL = 'https://example.org/'
|
|
languageCode = 'en-dk'
|
|
title = 'μLauncher'
|
|
theme = 'hugo-book'
|
|
[params]
|
|
BookTheme = 'light'
|
|
BookLogo = '/images/logo.png'
|
|
BookSection = '*'
|
|
BookSearch = true
|
|
BookDateFormat = '2002-02-01'
|
|
|
|
[module]
|
|
[[module.imports]]
|
|
disable = false
|
|
ignoreConfig = true
|
|
ignoreImports = true
|
|
path = "launcher"
|
|
|
|
[[module.imports.mounts]]
|
|
source="docs"
|
|
target="content/docs"
|
|
|
|
[[module.imports.mounts]]
|
|
source="fastlane/metadata/android/en-US/images/"
|
|
target="static/images/"
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|