-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
41 lines (36 loc) · 937 Bytes
/
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
baseURL = "https://cloudnative-id.github.io"
languageCode = "en-us"
title = "Cloudnative Indonesia"
theme = "mediumish-gohugo-theme"
publishDir = "docs"
[params]
logo = "/images/cncf-id.png"
description ="Cloudnative Community in Indonesia"
[params.author]
thumbnail = "/images/cncf-id.png"
name = "Cloudnative Indonesia"
description = "Cloudnative Community in Indonesia"
[params.index]
picture = "/images/cncf-id.png"
title = "Cloudnative Indonesia"
subtitle = "Cloudnative Community in Indonesia"
mdtext = '''Let's contribute'''
alertbar = true
## Main Menu
[[menu.main]]
name = "Blog"
weight = 100
identifier = "blog"
url = "/blog"
[[menu.main]]
name = "About"
identifier = "about"
weight = 200
url = "/"
#[params.social]
# github = "<username>"
# linkedin = "<username>"
# xing = "<username>"
# medium = "<username>"
# twitter = "<username>"
# instagram = "<username>"