-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (41 loc) · 1.21 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
baseURL = "https://slipway.org/"
languageCode = "en-us"
title = "Slipway"
theme = "hugo-theme-techdoc"
DefaultContentLanguage = "en"
pygmentsCodeFences = true
pygmentsUseClasses = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
[Params]
# Source Code repository section
description = "Slipway Gitops Controller"
github_repository = "https://github.com/slipway-gitops/slipway"
version = ""
title = "Hugo Techdoc Theme"
images = ["images/slipway.png"]
# Documentation repository section
github_doc_repository = "https://github.com/slipway-gitops/slipway.org"
custom_font_color = ""
custom_background_color = "#326de5"
# Documentation Menu section
# Menu style settings
menu_style = "open-menu"
# path name excluded from documentation menu
menu_exclusion = [
]
# Global menu section
# See https://gohugo.io/content-management/menus/
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
# Markup configure section
# See https://gohugo.io/getting-started/configuration-markup/
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 4
ordered = false