-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
45 lines (40 loc) · 799 Bytes
/
hugo.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://zhanwei.wang/"
languageCode = "en-us"
title = "Zhanwei Wang"
theme = "m10c"
pluralizeListTitles = false
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "asde"
name = "Asde"
url = "/asde/"
weight = 2
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 3
[[menu.main]]
identifier = "about"
name = "About"
url = "/wangzw/"
weight = 4
[params]
author = "Zhanwei Wang"
description = "Talk is cheap, so let's talk."
menu_item_separator = " · "
avatar = "avatar.jpeg"
favicon = "/favicon.ico"
[[params.social]]
icon = "brand-github"
name = "Zhanwei Wang"
url = "https://github.com/wangzw"
[[params.social]]
icon = "brand-linkedin"
name = "Zhanwei Wang"
url = "https://www.linkedin.com/in/wangzw/"