[go: up one dir, main page]

File: config.toml

package info (click to toggle)
toml11 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,464 kB
  • sloc: cpp: 38,446; makefile: 8; sh: 5
file content (34 lines) | stat: -rw-r--r-- 644 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
baseURL      = "https://toruniina.github.io/toml11"
title        = "toml11"
languageCode = "en-us"
theme        = "hugo-book"
disablePathToLower = true

[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