summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 02:19:57 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 02:19:57 -0700
commit6918bf6c6c169942c0dc301828955f111b12a3ba (patch)
tree40cf6933c8cc092abd26d45d25311d8b314f1068 /hugo.toml
parent77235f7454ef9819ef4accae3e20893f5605290a (diff)
new theme
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"