forked from zigcc/zigcc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
33 lines (30 loc) · 877 Bytes
/
config.toml
File metadata and controls
33 lines (30 loc) · 877 Bytes
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
baseURL = 'https://zigcc.github.io/'
languageCode = 'en-us'
title = 'Zig 语言中文社区'
theme = "cupper-hugo-theme"
[[menu.nav]]
name = "论坛"
weight = 1
url = "https://zigcc.github.io/forum/"
[[menu.nav]]
name = "月刊"
weight = 2
url = "/monthly"
# [[menu.nav]]
# name = "Tags"
# weight = 3
# url = "/tags"
# [[menu.nav]]
# name = "关于"
# weight = 4
# url = "/about"
[[menu.nav]]
name = "RSS"
weight = 5
url = "/index.xml"
[params]
description = "[Zig](https://ziglang.org/) 语言中文社区,致力于分享、传播 Zig 语言在中文用户内的使用"
footer = "@ 2022 [ZigCC](https://github.com/zigcc/zigcc.github.io). Licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)"
dateFormat = "Jan 2, 2006"
showThemeSwitcher = true
gitRepo = "https://github.com/zigcc/zigcc.github.io"