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:
authorBruno Grossniklaus <grossnik@kes>2018-05-22 23:04:16 +0300
committerBruno Grossniklaus <grossnik@kes>2018-05-22 23:04:16 +0300
commitf8797d0db6cffaeca722a629abff0ed4d3505f15 (patch)
tree764b3dd98e56ad1875fbb18325fa9e99f31e5406 /exampleSite
parent75dc9391762b3a4b21f8d3ffa8d5fd2f2fba59a1 (diff)
wip: res config
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/.config.w3css-basic-exampleSite.toml24
-rw-r--r--exampleSite/config.toml24
2 files changed, 30 insertions, 18 deletions
diff --git a/exampleSite/.config.w3css-basic-exampleSite.toml b/exampleSite/.config.w3css-basic-exampleSite.toml
index fcf15af..2c7c9fe 100644
--- a/exampleSite/.config.w3css-basic-exampleSite.toml
+++ b/exampleSite/.config.w3css-basic-exampleSite.toml
@@ -659,11 +659,13 @@ et justo duo dolores et ea rebum. Stet clita *kasd gubergren*, no sea
# used in layouts/partials/front.photocards.html
# enable or disable photocards on frontpage
# see some examples in 'exampleSite/data/photocards'
- enable = true
- #enable = false
- #limitTo = 3
- limitTo = 6
- animate = true
+ enable = true
+ #enable = false
+ #limitTo = 3
+ limitTo = 6
+ animate = true
+ resImgCmd = "Resize"
+ resImgCmdOpt = "300x"
[params.features]
# used in layouts/partials/front.features.html
@@ -717,10 +719,14 @@ labore et dolore magna aliquyam erat, sed diam voluptua.
# used in layouts/partials/front.clients.carousel.html
# enable or disable clients on frontpage
# see some examples in 'exampleSite/data/clients'
- enable = true
- #enable = false
- title = "Our Clients"
- subtitle = '''
+ enable = true
+ #enable = false
+ 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.
'''
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 018b79a..5f79c62 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -649,11 +649,13 @@ et justo duo dolores et ea rebum. Stet clita *kasd gubergren*, no sea
# used in layouts/partials/front.photocards.html
# enable or disable photocards on frontpage
# see some examples in 'exampleSite/data/photocards'
- enable = true
- #enable = false
- limitTo = 3
- #limitTo = 6
- animate = true
+ enable = true
+ #enable = false
+ limitTo = 3
+ #limitTo = 6
+ animate = true
+ resImgCmd = "Resize"
+ resImgCmdOpt = "300x"
[params.features]
# used in layouts/partials/front.features.html
@@ -707,10 +709,14 @@ labore et dolore magna aliquyam erat, sed diam voluptua.
# used in layouts/partials/front.clients.carousel.html
# enable or disable clients on frontpage
# see some examples in 'exampleSite/data/clients'
- enable = true
- #enable = false
- title = "Our Clients"
- subtitle = '''
+ enable = true
+ #enable = false
+ 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.
'''