Add hugo-cloak-email theme
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:
2024-09-16 14:17:45 -07:00
parent 9881f6e8bc
commit dfe3a7b0c8
3 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
title = "Eric's Personal Page"
theme = "hugo-coder"
theme = ["hugo-cloak-email", "hugo-coder"]
languageCode = "en"
defaultcontentlanguage = "en"
paginate = 20