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

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-gro <grossnik@tuvok>2018-05-31 10:53:22 +0300
committerit-gro <grossnik@tuvok>2018-05-31 10:53:22 +0300
commitc2000066c50cc373664f1934311b0b86761de2e2 (patch)
tree479be6f2d62d9c7bd634a9096c8dd4df9df5221a /README.md
parent31c83ca0ab5d0e99edd9c2104d2cc5c350e55dc8 (diff)
wip update doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 21 insertions, 8 deletions
diff --git a/README.md b/README.md
index 501f366..29e8c6b 100644
--- a/README.md
+++ b/README.md
@@ -331,8 +331,10 @@ description: |
# used in layouts/partials/front.photocards.html
# enable or disable photocards on frontpage
# see some examples in 'exampleSite/data/photocards'
- enable = true
- animate = true
+ enable = true
+ animate = true
+ resImgCmd = "Resize"
+ resImgCmdOpt = "300x"
```
* Front photocards
@@ -498,9 +500,13 @@ text: |
# used in layouts/partials/front.clients.carousel.html
# enable or disable clients on frontpage
# see some examples in 'exampleSite/data/clients'
- enable = true
- title = "Our Clients"
- subtitle = '''
+ enable = true
+ resImgCmd = "Resize"
+ resImgCmdOpt = "100x"
+ imgMaxWidth = "100px"
+ imgMaxHeight = "100px"
+ title = "Our Clients"
+ subtitle = '''
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse
**molestie consequat**, vel illum dolore.
'''
@@ -1181,18 +1187,25 @@ pygmentsUseClasses = true
[params.menuConfig]
# used in layouts/partials/header.nav.html
# if set => change menu entry on small displays to lowercase maxChars
- smallDispMenuMaxChars = 2
+ smallDispMenuMaxChars = 2
+ smallDispMenuCollapse = false
+ smallDispMenuCollapseIcon = "fas fa-caret-square-down"
[params.menuTopBar]
# used in layouts/partials/header.nav.html
# enable or disable menu.topbar with social icons (right aligned)
- socialEnable = true
- numOfItemsIfSmallDisplay = 0
+ socialEnable = true
+ numOfItemsIfSmallDisplay = 0
+ numOfItemsIfMediumDisplay = 3
+ numOfItemsIfSmallDisplayCollapsed = 6
# used in layouts/partials/header.nav.html
# layouts/partials/header.nav.google.translate.html
googleTranslateEnable = true
googleTranslateShowOnHome= false
+
+ themeColorSelectorEnable = false
+
```