mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-12-12 04:50:09 +00:00
39 lines
688 B
TOML
39 lines
688 B
TOML
|
baseURL = "https://toruniina.github.io/toml11"
|
||
|
title = "toml11"
|
||
|
languageCode = "en-us"
|
||
|
|
||
|
disablePathToLower = true
|
||
|
|
||
|
[module]
|
||
|
[[module.imports]]
|
||
|
path = 'github.com/alex-shpak/hugo-book'
|
||
|
|
||
|
[languages]
|
||
|
[languages.en]
|
||
|
weight = 1
|
||
|
languageName = "English"
|
||
|
contentDir = "content.en"
|
||
|
|
||
|
[languages.ja]
|
||
|
weight = 2
|
||
|
languageName = "日本語"
|
||
|
contentDir = "content.ja"
|
||
|
|
||
|
[menu]
|
||
|
[[menu.after]]
|
||
|
name = "GitHub"
|
||
|
url = "https://github.com/ToruNiina/toml11"
|
||
|
weight = 10
|
||
|
|
||
|
[params]
|
||
|
BookTheme = 'auto'
|
||
|
BookToC = true
|
||
|
BookSection = 'docs'
|
||
|
BookSearch = true
|
||
|
BookComments = false
|
||
|
BookRepo = 'https://github.com/ToruNiina/toml11'
|
||
|
|
||
|
[markup.tableOfContents]
|
||
|
startLevel = 1
|
||
|
endLevel = 3
|