From 6918bf6c6c169942c0dc301828955f111b12a3ba Mon Sep 17 00:00:00 2001 From: hyang Date: Sun, 27 Aug 2023 02:19:57 -0700 Subject: new theme --- hugo.toml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'hugo.toml') 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" -- cgit v1.2.3