diff --git a/.gitmodules b/.gitmodules index 1ca8738..4f31838 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = public url = git@github.com:eagleusb/eagleusb.github.io.git branch = master +[submodule "themes/cloak-email"] + path = themes/cloak-email + url = https://github.com/martignoni/hugo-cloak-email.git + branch = master diff --git a/config.yaml b/config.yaml index 9473bc4..61bf9af 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,9 @@ --- baseurl: "https://eagleusb.github.io" title: "grumpycat tech stories." -theme: "terminal" +theme: + - "terminal" + - "cloak-email" defaultcontentlanguage: "fr" languagecode: "fr" diff --git a/content/ping.md b/content/ping.md index 8c8365f..cfb7453 100644 --- a/content/ping.md +++ b/content/ping.md @@ -12,6 +12,6 @@ showFullContent: false Vous pouvez me contacter sur Twitter, LinkedIn etc... mais aussi directement par email [1]. -> [git@eagleusb.com](mailto:git@eagleusb.com) +> {{< cloakemail address="git@eagleusb.com" query="subject=Hello Leslie" >}} [1] : pas de spam ou démarchages commerciaux sans rapport diff --git a/public b/public index bdeef57..0e879a1 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit bdeef57cd42274aeb38278772e02af19070dd598 +Subproject commit 0e879a19b10009733f151ce1fcd57dade3b67d80 diff --git a/themes/cloak-email b/themes/cloak-email new file mode 160000 index 0000000..4e0bff0 --- /dev/null +++ b/themes/cloak-email @@ -0,0 +1 @@ +Subproject commit 4e0bff097af2c2111b26701abf7cedefa9125885