summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml20
1 files changed, 18 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index 524e189..0081241 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,4 +1,20 @@
baseURL = 'https://hyang.xyz'
languageCode = 'en-us'
-title = '''Huaxuan's Homepage'''
-theme = 'hugo-bearblog'
+title = "Huaxuan's Homepage"
+theme = 'github-style'
+
+[params]
+ author = "hyang"
+ description = "@hyang.xyz"
+ github = "yanghuaxuan"
+ email = "hyang@hyang.xyz"
+ url = "https://hyang.xyz"
+ keywords = "blog"
+ rss = true
+ lastmod = true
+ userStatusEmoji = "😭"
+
+ [[params.links]]
+ title = "Link2"
+ href = "https://hyang.xyz"
+ icon = "https://hyang.xyz/images/avatar.png"