mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-02 13:39:23 +01:00
config: add animateStyle parameter
This commit is contained in:
@@ -7,6 +7,10 @@ languageCode = "en-us"
|
|||||||
# Cutting off the page title to two chars for mobile (console-demo -> co)
|
# Cutting off the page title to two chars for mobile (console-demo -> co)
|
||||||
titleCutting = true
|
titleCutting = true
|
||||||
|
|
||||||
|
# Set the animation style -- https://animate.style/
|
||||||
|
# To disable animations, please remove or comment animationStyle parameter
|
||||||
|
animateStyle = "animated zoomIn fast"
|
||||||
|
|
||||||
[[params.navlinks]]
|
[[params.navlinks]]
|
||||||
name = "about/"
|
name = "about/"
|
||||||
url = "about/"
|
url = "about/"
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container animated zoomIn fast">
|
<div class="container {{ .Site.Params.animateStyle }}" >
|
||||||
{{ block "main" . }}
|
{{ block "main" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user