From aa129b231f17e098e197cdc74bd7f0f8626b3f99 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Thu, 1 Dec 2022 21:43:08 +0900 Subject: [PATCH] Change theme to `DoIt`. --- .gitmodules | 3 +++ config/_default/config.toml | 2 +- config/staging/config.toml | 2 +- themes/DoIt | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 themes/DoIt diff --git a/.gitmodules b/.gitmodules index a6f32d0..23d3f00 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/LoveIt"] path = themes/LoveIt url = https://github.com/dillonzq/LoveIt.git +[submodule "themes/DoIt"] + path = themes/DoIt + url = https://github.com/HEIGE-PCloud/DoIt.git diff --git a/config/_default/config.toml b/config/_default/config.toml index 74e6796..3743e47 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -6,7 +6,7 @@ languageCode = "jp" title = "His greatness lies in his sense of responsibilities." # Change the default theme to be use when building the site with Hugo -theme = "LoveIt" +theme = "DoIt" # Author config [author] diff --git a/config/staging/config.toml b/config/staging/config.toml index 87bbcd5..1c9ad80 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -6,7 +6,7 @@ languageCode = "jp" title = "His greatness lies in his sense of responsibilities." # Change the default theme to be use when building the site with Hugo -theme = "LoveIt" +theme = "DoIt" # Author config [author] diff --git a/themes/DoIt b/themes/DoIt new file mode 160000 index 0000000..ed33294 --- /dev/null +++ b/themes/DoIt @@ -0,0 +1 @@ +Subproject commit ed33294d759d1428bacface8b17fdcedae3e64b8