-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
78 lines (66 loc) · 1.85 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
baseURL = ""
languageCode = "en-us"
theme = "hugo-material"
title = "Epinio"
pluralizeListTitles = false
enableRobotsTXT = true
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableGitInfo = true
googleAnalytics = 'UA-56382716-12'
disableKinds = ["section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404"]
[blackfriday]
fractions = false
#hrefTargetBlank = true
[params]
# rename when the logo is updated, so we indirectly also invalidate caches
logo = "images/epinio-logo-header.png"
githubLink = "https://github.com/epinio/epinio"
docsLink = "https://docs.epinio.io/"
css = ["css/custom.css"]
favicon = "images/favicon.ico"
github = "https://github.com/epinio/epinio"
custom_css = ["custom.css"]
version = "1.1.1"
[outputs]
home = ["HTML", "RSS"]
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
[privacy.twitter]
disable = false
enableDNT = false
simple = true
[menu]
[[menu.main]]
pre = "<i class='material-icons'>file_download</i>"
identifier = "charts"
name = "Helm Charts"
url = "https://artifacthub.io/packages/helm/epinio/epinio"
weight = -120
[[menu.main]]
pre = "<i class='material-icons'>forum</i>"
identifier = "slack"
name = "Slack"
url = "https://rancher-users.slack.com/?redir=%2Fmessages%2Fepinio"
weight = -110
[[menu.main]]
pre = "<i class='material-icons'>menu_book</i>"
identifier = "docs"
name = "Documentation"
url = "https://docs.epinio.io"
weight = -90
[[menu.main]]
pre = "<i class='fa fa-github'></i>"
identifier = "github"
name = "GitHub"
url = "https://github.com/epinio/epinio/"
# Footer Menu
[[menu.footer]]
identifier = "docs"
name = "Docs"
url = "https://docs.epinio.io"
[[menu.footer]]
identifier = "github"
name = "GitHub"
url = "https://github.com/epinio/epinio/"