From 6918bf6c6c169942c0dc301828955f111b12a3ba Mon Sep 17 00:00:00 2001 From: hyang Date: Sun, 27 Aug 2023 02:19:57 -0700 Subject: new theme --- .DS_Store | Bin 0 -> 6148 bytes .gitmodules | 3 --- content/images/avatar.png | Bin 0 -> 30853 bytes hugo.toml | 20 ++++++++++++++++++-- themes/.DS_Store | Bin 0 -> 6148 bytes themes/github-style | 1 + themes/hugo-bearblog | 1 - 7 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 .DS_Store create mode 100644 content/images/avatar.png create mode 100644 themes/.DS_Store create mode 160000 themes/github-style delete mode 160000 themes/hugo-bearblog diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..fe008e6 Binary files /dev/null and b/.DS_Store differ diff --git a/.gitmodules b/.gitmodules index c53b474..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "themes/hugo-bearblog"] - path = themes/hugo-bearblog - url = https://github.com/janraasch/hugo-bearblog.git diff --git a/content/images/avatar.png b/content/images/avatar.png new file mode 100644 index 0000000..c7b7fef Binary files /dev/null and b/content/images/avatar.png differ 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" diff --git a/themes/.DS_Store b/themes/.DS_Store new file mode 100644 index 0000000..63d34c1 Binary files /dev/null and b/themes/.DS_Store differ diff --git a/themes/github-style b/themes/github-style new file mode 160000 index 0000000..eee158a --- /dev/null +++ b/themes/github-style @@ -0,0 +1 @@ +Subproject commit eee158a6589288cf222bdca9be33c2a7d5bd69fd diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog deleted file mode 160000 index 5fc1e03..0000000 --- a/themes/hugo-bearblog +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5fc1e03a7af2021d08c581d648c9082b3c48eb19 -- cgit v1.2.3