From 4e056ba4104ac1342455111dd2ba1891b6b4b558 Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Mon, 10 Nov 2025 03:25:59 -0300 Subject: [PATCH] change theme --- .gitmodules | 3 +++ hugo.toml | 2 +- themes/calligraphy | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 themes/calligraphy 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