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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2021-08-01 02:06:32 +0300
committerGitHub <noreply@github.com>2021-08-01 02:06:32 +0300
commit5138c9ad5e0d207aa0235511e2070c95ef941931 (patch)
tree736dfe4242b8c2dbbc339ad8cd1b29615d83bf95 /exampleSite
parent65c133001b0da1b4f6e2d8265074403143fd9e98 (diff)
Carousel customizable. (#300)
Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml19
1 files changed, 17 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9108211..34ca6cb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -143,11 +143,26 @@ paginate = 10
tags = true
search = true
-[params.carousel]
- enable = true
+[params.carouselCustomers]
+ items = 6
+ auto_play = false
+ slide_speed = 2000
+ pagination_speed = 1000
+
+[params.carouselTestimonals]
+ items = 4
+ auto_play = false
+ slide_speed = 2000
+ pagination_speed = 1000
+
+[params.carouselHomepage]
# All carousel items are defined in their own files. You can find example items
# at 'exampleSite/data/carousel'.
# For more informtion take a look at the README.
+ enable = true
+ auto_play = true
+ slide_speed = 2000
+ pagination_speed = 1000
[params.features]
enable = true