From aa129b231f17e098e197cdc74bd7f0f8626b3f99 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Thu, 1 Dec 2022 21:43:08 +0900 Subject: [PATCH 1/3] 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 From f464cc63066c6a94645a7cac87b7c24c39445800 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Thu, 1 Dec 2022 21:46:44 +0900 Subject: [PATCH 2/3] Delete `LoveIt` theme. --- .gitmodules | 3 --- themes/LoveIt | 1 - 2 files changed, 4 deletions(-) delete mode 160000 themes/LoveIt diff --git a/.gitmodules b/.gitmodules index 23d3f00..b371c11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[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/themes/LoveIt b/themes/LoveIt deleted file mode 160000 index f787a4e..0000000 --- a/themes/LoveIt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f787a4e5ad4edf60467658d10c286248dc5027a6 From 398cbc8db1389ccc059cb1d719c13fde8c8efed0 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Thu, 1 Dec 2022 21:47:03 +0900 Subject: [PATCH 3/3] Add `jsconfig.json`. --- assets/jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 assets/jsconfig.json diff --git a/assets/jsconfig.json b/assets/jsconfig.json new file mode 100644 index 0000000..ff20c7a --- /dev/null +++ b/assets/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "../themes/DoIt/assets/*" + ] + } + } +} \ No newline at end of file