-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
73 lines (59 loc) · 1.65 KB
/
config.toml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
theme = "docuapi"
languageCode = "en-us"
baseurl = "https://docs.ito-app.org"
title = "DocuAPI Example Site"
disableKinds = ["taxonomyTerm"]
# Code higlighting settings
pygmentsCodefences = true
pygmentsCodeFencesGuesSsyntax = false
pygmentsOptions = ""
pygmentsStyle = "monokai"
pygmentsUseClasses = false
defaultContentLanguage = "en"
[markup]
[markup.goldmark]
[markup.goldmark.parser]
autoHeadingIDType = "github-ascii"
[module]
[module.hugoVersion]
[[module.imports]]
# We include the theme by "../.." above, but we need one module import for Hugo to detect us as a Hugo Module.
path="github.com/bep/empty-hugo-module"
[params]
search = true
# Configure the language example tabs.
[[params.language_tabs]]
key = "go"
name = "Go"
[[params.language_tabs]]
key = "java"
name = "Java"
#Languages
[languages]
[languages.en]
languageName = "English"
weight = 2
title = "ito API documentation"
# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"<a href='https://github.com/ito-org/documentation'>Edit on Github</a>",
"Documentation Powered by [DocuAPI](https://github.com/bep/docuapi)",
"Hugo Theme by [bep](https://github.com/bep)"
]
[languages.en.blackfriday]
angledQuotes = false
hrefTargetBlank = true
#[languages.nn]
#languageName = "Nynorsk"
#weight = 1
#title = "DocuAPI-døme"
# Left sidebar footer items. Use HTMl or Markdown.
#toc_footers = [
#"<a href='#'>Registrer deg for ein utviklarnøkkel</a>",
#"Dokumentasjonen er driven av [DocuAPI](https://github.com/bep/docuapi)",
#"Hugo Theme av [bep](https://github.com/bep)"
#]
[languages.nn.blackfriday]
# Norwegian uses angled quotes
#angledQuotes = true
#hrefTargetBlank = true