-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
125 lines (104 loc) · 2.77 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Site settings
baseurl = "/"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "Lagoon"
theme = "syna"
enableGitInfo = false
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
ignorefiles = [ "content/dev/.*" ]
uglyurls = false
#ignoreErrors = ["error-remote-getjson"]
[permalinks]
post = ":filename"
[outputs]
home = ["HTML", "JSON"]
[frontmatter]
date = ["date", "lastmod"]
lastmod = ["lastmod", ":git", "date"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
name = "the Lagoon authors"
description = "Open source WebOps platform"
debug = true
unsafeEvents = true # Default is false. Enables ?event=type format of url events.
[params.style]
#background = "secondary"
# Theme customizations
# Assets relative to 'static/'
[params.custom]
favicon = "favicon.ico"
favicon_ico_sizes = "16x16 32x32"
# Piwik tracking
[params.analytics.piwik]
#url = "https://use.example.net"
#id = ""
#domain = "*" # Track subdomains via "*.example.com"
# Optional hash for integrity check
#hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw=="
# Optional, global disable switch for fontawesome related files
# For custom fontawesome js files use the custom.js method
[params.fontawesome]
disabled = false
pro = false
[params.colors]
primary = "#4578E6"
secondary = "#32C8B4"
success = "#008f54"
info = "#00c9dc"
warning = "#fdf314"
danger = "#dc1200"
ltgrey= "#c3c3c3"
dkgrey = "#7e7e7e"
light = "#f8f9fa"
dark = "#343a40"
# main/prepend/postpend menus are displayed in nav fragment.
# footer/footer_social menus are displayed in footer fragment.
# copyright_footer menus are displayed in copyright fragment
# Keep an eye out for updates. These will be moved out to make navbar more
# configurable.
[[menu.main]]
url = "/"
name = "Home"
weight = 10
[[menu.main]]
url = "/features/"
name = "Features"
weight = 20
[[menu.main]]
url = "/applications/"
name = "Applications"
weight = 30
[[menu.main]]
url = "/laravel/"
name = "Lagoon Loves Laravel"
weight = 30
[[menu.main]]
url = "https://docs.lagoon.sh"
name = "Docs"
weight = 40
[[menu.main]]
url = "https://github.com/uselagoon/lagoon#lagoon---the-developer-focused-application-delivery-platform-for-kubernetes"
name = "About"
weight = 50
[[menu.main]]
url = "https://dev.to/uselagoon"
name = "Blog"
weight = 60
[[menu.footer]]
url = "https://docs.lagoon.sh"
name = "Getting Started"
weight = 10
[[menu.footer]]
url = "https://www.amazee.io/"
name = "About amazee.io"
weight = 20
[[menu.copyright_footer]]
url = "https://lagoon.sh"
name = "Proudly hosted on Lagoon"
weight = 10
[minify]
disableJS = true