-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
28 lines (27 loc) · 841 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
baseURL = 'https://genchan-omega.github.io/site_2/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'github-style'
pygmentsCodeFences = true
pygmentsUseClasses = true
staticDir = ["static", "images"]
[params]
author = "genchan_omega"
description = "In solitude, where we are least alone."
github = "genchan_omega"
facebook = "genchan_omega"
twitter = "genchan_omega"
linkedin = "genchan_omega"
instagram = "genchan_omega"
tumblr = "genchan_omega"
email = "[email protected]"
url = "https://genchan-omega.github.io/site_2/"
keywords = "blog, google analytics"
rss = true
lastmod = true
favicon = "/site_2/images/github-mark.png/"
avatar = "/site_2/images/avatar.png/"
headerIcon = "/site_2/images/github-mark-white.png/"
location = "China"
userStatusEmoji = "😀"
enableGitalk = false