-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
52 lines (47 loc) · 1.11 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
baseURL = "https://ct1ete.xyz"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "CT1ETE Blog"
theme = "cupper-hugo-theme"
googleAnalytics = "UA-123456789-1"
#disqusShortname = "yourdiscussshortname"
enableGitInfo = true
[taxonomies]
tag = "tags"
[permalinks]
post = "/:filename/"
[imaging]
quality = 99
[params]
description = "CT1ETE's personal blog."
homeMetaContent = "CT1ETE's personal blog."
footer = "Made with [Hugo](https://gohugo.io/). Themed by [Cupper](https://github.com/zwbetz-gh/cupper-hugo-theme). Deployed to [Netlify](https://www.netlify.com/)."
# For more date formats see https://gohugo.io/functions/format/
dateFormat = "Jan 2, 2006"
codePenUser = "w3bk3rn3l"
katex = true
[menu]
[[menu.nav]]
name = "Home"
url = "/"
weight = 1
[[menu.nav]]
name = "Blog"
url = "/post/"
weight = 2
[[menu.nav]]
name = "Tags"
url = "/tags/"
weight = 3
[[menu.nav]]
name = "Audio"
url = "/audio"
weight = 4
[[menu.nav]]
name = "About"
url = "/about/"
weight = 5
[[menu.nav]]
name = "RSS"
url = "/index.xml"
weight = 6