diff --git a/.gitmodules b/.gitmodules index 60f1f49..92430a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "themes/calligraphy"] path = themes/calligraphy url = https://github.com/pacollins/calligraphy.git +[submodule "themes/nomad-tech"] + path = themes/nomad-tech + url = https://github.com/m03315/nomad-tech.git diff --git a/hugo.toml b/hugo.toml index a8e9805..a0975ab 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://caio.wakamatsu.cc' languageCode = 'en-us' title = "Caio's Corner" -theme = "calligraphy" +theme = "nomad-tech" defaultContentLanguage = "en" diff --git a/themes/nomad-tech b/themes/nomad-tech new file mode 160000 index 0000000..6251c7f --- /dev/null +++ b/themes/nomad-tech @@ -0,0 +1 @@ +Subproject commit 6251c7f1735598fd7769807d386328e86917736b