-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
111 lines (88 loc) · 2.61 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
baseURL = '/'
languageCode = 'en-us'
title = 'Jeffrey Xiao'
theme = "hello-friend-ng"
paginate = 10
enableRobotsTXT = true
enableGitInfo = true
enableEmoji = true
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
# homeSubtitle = "A simple and beautiful blog"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = false
enableThemeToggle = true
# Show a global language switcher in the navigation bar
enableGlobalLanguageMenu = false
# Metadata mostly used in document's head
description = "Jeffrey Xiao's Personal Page"
keywords = "homepage, bucketlist, blog, bio"
images = [""]
# Prefix of link to the git commit detail page. GitInfo must be enabled.
#
gitUrl = "https://github.com/jxiao/Personal-Website/commit/"
[params.portrait]
path = "/images/headshot.jpeg"
alt = "headshot"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[[params.social]]
name = "github"
url = "https://github.com/jxiao"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/jeffrey-xiao/"
[[params.social]]
name = "strava"
url = "https://www.strava.com/athletes/127876262"
[[params.social]]
name = "case"
url = "/resume"
[params.footer]
trademark = "{year}"
rss = false
copyright = true
author = false
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "Jeffrey Xiao"
keywords = "jeffrey, xiao"
copyright = 'Jeffrey Xiao'
[languages.en.params.logo]
logoText = "/"
logoHomeLink = "/"
# Set to a valid CSS color to change the cursor in the logo.
logoCursorColor = "#90EE90"
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
logoCursorAnimate = "1.5s"
# Append the current url pathname to logoText
logoCursorPathname = false
headshot = "/images/headshot.jpg"
# And you can even create generic menu
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/blogs"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[menu.main]]
identifier = "advent"
name = "AoC"
url = "/advent-of-code"
[[menu.main]]
identifier = "bucketlist"
name = "Bucket List"
url = "/bucketlist"