diff options
-rw-r--r-- | .DS_Store | bin | 0 -> 6148 bytes | |||
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | content/images/avatar.png | bin | 0 -> 30853 bytes | |||
-rw-r--r-- | hugo.toml | 20 | ||||
-rw-r--r-- | themes/.DS_Store | bin | 0 -> 6148 bytes | |||
m--------- | themes/github-style | 0 | ||||
m--------- | themes/hugo-bearblog | 0 |
7 files changed, 18 insertions, 5 deletions
diff --git a/.DS_Store b/.DS_Store Binary files differnew file mode 100644 index 0000000..fe008e6 --- /dev/null +++ b/.DS_Store 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 Binary files differnew file mode 100644 index 0000000..c7b7fef --- /dev/null +++ b/content/images/avatar.png @@ -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 Binary files differnew file mode 100644 index 0000000..63d34c1 --- /dev/null +++ b/themes/.DS_Store diff --git a/themes/github-style b/themes/github-style new file mode 160000 +Subproject eee158a6589288cf222bdca9be33c2a7d5bd69f diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog deleted file mode 160000 -Subproject 5fc1e03a7af2021d08c581d648c9082b3c48eb1 |