diff options
author | hyang <hyang@hyang.xyz> | 2023-09-09 11:15:56 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-09 11:15:56 -0700 |
commit | 6a535464434eda93c905e614321ec952753216ac (patch) | |
tree | e5179c9a55ee2c925bc8bd380a90886e9f5fc685 /.gitmodules | |
parent | b3805bcdd09486d20989863a0ff36627fc252639 (diff) |
Replace theme
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b041a1c..16c1a84 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/github-style"] path = themes/github-style url = git@github.com:yanghuaxuan/github-style.git +[submodule "themes/terminal"] + path = themes/terminal + url = https://github.com/panr/hugo-theme-terminal.git |