Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesselau76 <jesselau76@gmail.com>2018-11-23 01:26:55 +0300
committerjesselau76 <jesselau76@gmail.com>2018-11-23 01:26:55 +0300
commit3d761b8f07279fe7b9e2576f1c6c278b9b893db0 (patch)
treed5e9b3d8b1b1d33850292bfe4dc97be1520cae20 /exampleSite
parent948d9b777df1eae1246b454223965d29ef340d5a (diff)
scroll indicator and glowing logo
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 10a6e9d..b0a2014 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -35,6 +35,8 @@ hasCJKLanguage = true # has chinese/japanese/korean ?
relatedPosts = true
backtotop = true
+ glowlogo = true # if want logo to have glowing style, set true.
+ scrollindicator = true # if need scroll indicator on the top, set true
gridstyle = true # list post with grid style. If false then simple list
readingtime = true #display reading time
firstpic = true # display first picture as thumbnail if no thumbnail set. For gridstyle only