-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
60 lines (57 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
56
57
58
59
60
baseURL = "https://ko-lab.github.io/ko-lab-website-publish/"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "KO-LAB"
theme = "cupper-hugo-theme"
googleAnalytics = ""
disqusShortname = "yourdiscussshortname"
enableGitInfo = true
publishDir = "public"
assetDir = "static"
[taxonomies]
tag = "tags"
[permalinks]
post = "/:filename/"
[imaging]
quality = 99
[params]
description = "A Space to Explore, Create and Share. 🚀"
homeMetaContent = "A Space to Explore, Create and Share"
footer = ""
# For more date formats see https://gohugo.io/functions/format/
dateFormat = "Jan 2, 2006"
codePenUser = "someUser"
katex = false
[menu]
[[menu.nav]]
name = "Home"
url = "/"
weight = 1
# [[menu.nav]]
# name = "Blog"
# url = "/post/"
# weight = 2
[[menu.nav]]
name = "Events"
url = "/events/"
weight = 3
[[menu.nav]]
name = "The Space"
url = "/thespace/"
weight = 4
[[menu.nav]]
name = "Projects"
url = "/projects/"
weight = 5
[[menu.nav]]
name = "Membership"
url = "/membership"
weight = 6
[[menu.nav]]
name = "Links"
url = "/links"
weight = 7
[[menu.nav]]
name = "About"
url = "/about/"
weight = 8