updates
This commit is contained in:
parent
c33863534b
commit
29dfd1748a
|
@ -1,5 +1,5 @@
|
||||||
logoText = "Zzo theme"
|
logoText = ""
|
||||||
description = "The Zzo theme for Hugo example site."
|
description = "Live Life"
|
||||||
custom_css = []
|
custom_css = []
|
||||||
custom_js = []
|
custom_js = []
|
||||||
|
|
||||||
|
@ -24,13 +24,13 @@ talksPaginate = 5
|
||||||
talksGroupByDate = "2006"
|
talksGroupByDate = "2006"
|
||||||
|
|
||||||
# whoami
|
# whoami
|
||||||
myname = "zzossig"
|
myname = "Paul"
|
||||||
email = "zzossig@gmail.com"
|
email = "me@paulapplegate.com"
|
||||||
whoami = "Web Developer"
|
whoami = "Photographer"
|
||||||
useGravatar = false
|
useGravatar = true
|
||||||
location = "Seoul, Korea"
|
location = "US"
|
||||||
organization = "Hugo"
|
organization = "NA"
|
||||||
link = "https://zzossig.io/ko"
|
link = "https://paulapplegate.com"
|
||||||
|
|
||||||
# sidebar
|
# sidebar
|
||||||
enableBio = true
|
enableBio = true
|
||||||
|
@ -59,7 +59,7 @@ busuanziPagePV = true
|
||||||
|
|
||||||
# comment
|
# comment
|
||||||
enableComment = true
|
enableComment = true
|
||||||
disqus_shortname = ""
|
disqus_shortname = "paulapplegate-com"
|
||||||
commento = false
|
commento = false
|
||||||
|
|
||||||
[gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
|
[gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
logoText = "Zzo theme"
|
logoText = ""
|
||||||
description = "The Zzo theme for Hugo example site."
|
description = "Live Life"
|
||||||
custom_css = []
|
custom_css = []
|
||||||
custom_js = []
|
custom_js = []
|
||||||
|
|
||||||
|
@ -24,13 +24,13 @@ talksPaginate = 5
|
||||||
talksGroupByDate = "2006"
|
talksGroupByDate = "2006"
|
||||||
|
|
||||||
# whoami
|
# whoami
|
||||||
myname = "zzossig"
|
myname = "Paul"
|
||||||
email = "zzossig@gmail.com"
|
email = "me@paulapplegate.com"
|
||||||
whoami = "Web Developer"
|
whoami = "Photographer"
|
||||||
useGravatar = false
|
useGravatar = true
|
||||||
location = "Seoul, Korea"
|
location = "US"
|
||||||
organization = "Hugo"
|
organization = "NA"
|
||||||
link = "https://zzossig.io/ko"
|
link = "https://paulapplegate.com"
|
||||||
|
|
||||||
# sidebar
|
# sidebar
|
||||||
enableBio = true
|
enableBio = true
|
||||||
|
@ -59,7 +59,7 @@ busuanziPagePV = true
|
||||||
|
|
||||||
# comment
|
# comment
|
||||||
enableComment = true
|
enableComment = true
|
||||||
disqus_shortname = ""
|
disqus_shortname = "paulapplegate-com"
|
||||||
commento = false
|
commento = false
|
||||||
|
|
||||||
[gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
|
[gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
|
||||||
|
|
Loading…
Reference in New Issue