diff --git a/.gitmodules b/.gitmodules index 8dcbbd8..7c1ee14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/hugo-coder"] path = themes/hugo-coder url = https://github.com/luizdepra/hugo-coder +[submodule "themes/hugo-cloak-email"] + path = themes/hugo-cloak-email + url = https://github.com/martignoni/hugo-cloak-email diff --git a/config.toml b/config.toml index b589910..e4c78ca 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ title = "Eric's Personal Page" -theme = "hugo-coder" +theme = ["hugo-cloak-email", "hugo-coder"] languageCode = "en" defaultcontentlanguage = "en" paginate = 20 diff --git a/themes/hugo-cloak-email b/themes/hugo-cloak-email new file mode 160000 index 0000000..19e0284 --- /dev/null +++ b/themes/hugo-cloak-email @@ -0,0 +1 @@ +Subproject commit 19e0284810127d1d56e2d813a311b0bd73bba96c