summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.DS_Storebin0 -> 6148 bytes
-rw-r--r--.gitmodules3
-rw-r--r--content/images/avatar.pngbin0 -> 30853 bytes
-rw-r--r--hugo.toml20
-rw-r--r--themes/.DS_Storebin0 -> 6148 bytes
m---------themes/github-style0
m---------themes/hugo-bearblog0
7 files changed, 18 insertions, 5 deletions
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..fe008e6
--- /dev/null
+++ b/.DS_Store
Binary files 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
--- /dev/null
+++ b/content/images/avatar.png
Binary files 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
--- /dev/null
+++ b/themes/.DS_Store
Binary files differ
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