A bootstrap theme for zola
- type: string
- default: ""
Path of a banner image, use empty string for no banner
- type: string
- default: "%d/%m/%Y"
date format expression
- type: string
- default: "default"
one of the Bootswatch themes
- type: string
- default: "dark"
one of the available backgrounds in
Bootstrap5
for navbar
and footer
- type: boolean
- default: false
Invert font for navbar
and footer
in case default choice is bad
- type: string
- default: "Choose a Theme"
Navbar label for themes dropdown.
This dropdown will allow user to change Bootswatch theme.
Use empty string in case you do not want the user choose a theme.
- type: string
- default: "Choose a Color Scheme"
Navbar label for schemes dropdown.
This dropdown will allow user to change footer and navbar background color.
Use empty string in case you do not want the user choose a theme.
- type: string
- default: "Search"
Placeholder for navbar search input.
Remember that to enable and disable search you should set variable build_search_index.
- type: string
- default: "Posts by Topic"
Taxonomy tag
single label. Useful for translations.
- type: string
- default: "Posts by Topics"
Taxonomy tag
list label. Useful for translations.
You can have a nice tag list at the bottom of a page using extra.tags
= true
in the _index.md
- type: array
- default: []
Navbar links. Use an empty array to ignore this.
Items (object):
- title (String): label of the navbar link
- url (String): href of associate link
- type: string
- default: ""
Footer email. Use an empty string to ignore this.
- type: array
- default: []
Footer social icons. Use an empty array to ignore this.
Items (object):
- title (string): Optional title string for icon
- icon (string): One of
- url (string): href of the icon
- type: string
- default: ""
utterances repo url.
Use an empty string to ignore utterances widget.
- type: string
- default: "Comments"
utterances widget label.
- type: string
- default: "github-light"
utterances widget theme.
- type: string
- default: "pathname"
utterances widget pathname.
Any help is greatly appreciated!