Add hugo-cloak-email theme
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 13s
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 13s
- Include hugo-cloak-email in the theme list in config.toml - Add submodule for hugo-cloak-email theme - Update .gitmodules to include the new submodule This change enhances email protection on the website by cloaking email addresses.
This commit is contained in:
parent
9881f6e8bc
commit
dfe3a7b0c8
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "themes/hugo-coder"]
|
[submodule "themes/hugo-coder"]
|
||||||
path = themes/hugo-coder
|
path = themes/hugo-coder
|
||||||
url = https://github.com/luizdepra/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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
title = "Eric's Personal Page"
|
title = "Eric's Personal Page"
|
||||||
theme = "hugo-coder"
|
theme = ["hugo-cloak-email", "hugo-coder"]
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
defaultcontentlanguage = "en"
|
defaultcontentlanguage = "en"
|
||||||
paginate = 20
|
paginate = 20
|
||||||
|
1
themes/hugo-cloak-email
Submodule
1
themes/hugo-cloak-email
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 19e0284810127d1d56e2d813a311b0bd73bba96c
|
Loading…
Reference in New Issue
Block a user