mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-12-22 03:02:19 +00:00
add/enable hugo-cloak-email module
This commit is contained in:
parent
3b7d5004ca
commit
be3410162d
3 changed files with 6 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
||||||
[submodule "themes/hugo-clarity"]
|
[submodule "themes/hugo-clarity"]
|
||||||
path = themes/hugo-clarity
|
path = themes/hugo-clarity
|
||||||
url = https://github.com/chipzoller/hugo-clarity.git
|
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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
title = "Virtually Potato"
|
title = "Virtually Potato"
|
||||||
paginate = 10
|
paginate = 10
|
||||||
theme = "hugo-clarity"
|
theme = ["hugo-cloak-email", "hugo-clarity"]
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
|
|
||||||
|
@ -12,4 +12,4 @@ DefaultContentLanguage = "en"
|
||||||
posts = ":filename"
|
posts = ":filename"
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS","JSON"]
|
home = ["HTML", "RSS","JSON"]
|
||||||
|
|
1
themes/hugo-cloak-email
Submodule
1
themes/hugo-cloak-email
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9ebb1434f1371d76ef6c19d071b5a27762b42c85
|
Loading…
Reference in a new issue