diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 02:21:58 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 02:21:58 -0700 |
commit | a4368c2f5753825f656c691c8876970077a6196c (patch) | |
tree | c00c15d54c60ebcd34865f8c85bda99529fbc58e | |
parent | 3c3a0ee6d0c29864a0f981d7bdf680e2a23c3c85 (diff) |
theme: github-style
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | hugo.toml | 5 | ||||
m--------- | themes/github-style | 0 |
3 files changed, 3 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index e69de29..b041a1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/github-style"] + path = themes/github-style + url = git@github.com:yanghuaxuan/github-style.git @@ -13,8 +13,3 @@ theme = 'github-style' rss = true lastmod = true userStatusEmoji = "ðŸ˜" - - [[params.links]] - title = "Link2" - href = "https://hyang.xyz" - icon = "https://hyang.xyz/images/avatar.png" diff --git a/themes/github-style b/themes/github-style new file mode 160000 +Subproject ffccd72beff32dc0de900b23cf8cd85afe2af0b |