From be3410162de7d323d66827b057c1bc9859c70abd Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 10 Feb 2022 13:02:53 -0600 Subject: [PATCH] add/enable hugo-cloak-email module --- .gitmodules | 3 +++ config/_default/config.toml | 4 ++-- themes/hugo-cloak-email | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 themes/hugo-cloak-email 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