From a4368c2f5753825f656c691c8876970077a6196c Mon Sep 17 00:00:00 2001 From: hyang Date: Sun, 27 Aug 2023 02:21:58 -0700 Subject: theme: github-style --- .gitmodules | 3 +++ hugo.toml | 5 ----- themes/github-style | 1 + 3 files changed, 4 insertions(+), 5 deletions(-) create mode 160000 themes/github-style 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 diff --git a/hugo.toml b/hugo.toml index 0081241..50ab19d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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 index 0000000..ffccd72 --- /dev/null +++ b/themes/github-style @@ -0,0 +1 @@ +Subproject commit ffccd72beff32dc0de900b23cf8cd85afe2af0b0 -- cgit v1.2.3