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>2019-03-19 01:43:12 +0300
committerjesselau76 <jesselau76@gmail.com>2019-03-19 01:43:12 +0300
commitadf4e045d219591202bc5cb351eec98f91a1bbc6 (patch)
tree5d4c8253af1714ecf4c8cb0c3a975b160455be6f /exampleSite
parentbd82fafba94aa655309e2b5c32b4281ae3efe1f3 (diff)
alllist style
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 9806712..634aac1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -80,6 +80,7 @@ contentDir = "content/chinese"
[params]
+ welcomemessage = false #if set true. The home page will display the content of _index.md
authorandlicense = true
authorimgurl = "https://raw.githubusercontent.com/jesselau76/hugo-w3-simple/master/exampleSite/images/johndoe.jpg" #if authorandlicense set true, this one must be set too
@@ -88,6 +89,7 @@ contentDir = "content/chinese"
lazyload = true #if set true, lazy load images on websites asynchronously — that is, after the above-the-fold content is fully loaded, or even conditionally, only when they appear in the browser's viewport.
glowlogo = true # if want logo to have glowing style, set true.
scrollindicator = true # if need scroll indicator on the top, set true
+ allliststyle = false # list post with sortable all list style. If false then gridstyle or simple style
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