forked from tinkerbell/tinkerbell.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
45 lines (38 loc) · 1.12 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
baseURL = "https://tinkerbell.org/"
languageCode = "en-us"
theme = "hugo-theme-learn"
title = "Tinkerbell"
description = "Tinkerbell, a Provisioning engine by Packet"
Paginate = 4
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
author = "Packet" # add your company name
github = "https://github.com/tinkerbell" # add your github profile name
email = "[email protected]"
showVisitedLinks = false
disableBreadcrumb = false
disableNextPrev = false
disableLanguageSwitchingButton = true
themeVariant = "mine"
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-slack'></i> Community Slack"
url = "https://slack.packet.net/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/tinkerbell/"
weight = 20
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-file-contract '></i> License"
url = "/license"
weight = 40
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-question-circle'></i> Support"
url = "/support"
weight = 50
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-twitter'></i> Twitter"
url = "https://twitter.com/tinkerbell_oss"
weight = 60