diff --git a/.gitmodules b/.gitmodules index 317ac47..f9e5c79 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "themes/hugo-clarity"] path = themes/hugo-clarity url = https://github.com/chipzoller/hugo-clarity.git +[submodule "themes/hugo-cloak-email"] + path = themes/hugo-cloak-email + url = https://github.com/martignoni/hugo-cloak-email.git diff --git a/config/_default/config.toml b/config/_default/config.toml index 547c093..fcdc5e8 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,6 +1,6 @@ title = "Virtually Potato" paginate = 10 -theme = "hugo-clarity" +theme = ["hugo-cloak-email", "hugo-clarity"] enableEmoji = true DefaultContentLanguage = "en" @@ -12,4 +12,4 @@ DefaultContentLanguage = "en" posts = ":filename" [outputs] - home = ["HTML", "RSS","JSON"] \ No newline at end of file + home = ["HTML", "RSS","JSON"] diff --git a/themes/hugo-cloak-email b/themes/hugo-cloak-email new file mode 160000 index 0000000..9ebb143 --- /dev/null +++ b/themes/hugo-cloak-email @@ -0,0 +1 @@ +Subproject commit 9ebb1434f1371d76ef6c19d071b5a27762b42c85