diff --git a/.gitmodules b/.gitmodules index be00b3c..60f1f49 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/PaperMod"] path = themes/PaperMod url = https://github.com/adityatelange/hugo-PaperMod +[submodule "themes/calligraphy"] + path = themes/calligraphy + url = https://github.com/pacollins/calligraphy.git diff --git a/hugo.toml b/hugo.toml index 47a66c6..714f167 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://caio.wakamatsu.cc' languageCode = 'en-us' title = "Caio's Corner" -theme = "PaperMod" +theme = "caligraphy" defaultContentLanguage = "en" diff --git a/themes/calligraphy b/themes/calligraphy new file mode 160000 index 0000000..ae39602 --- /dev/null +++ b/themes/calligraphy @@ -0,0 +1 @@ +Subproject commit ae396029849e2b8a7c3f33fcd318d020ddb7c4aa