Welcome to Zolastrap Documentation
This documentation will help you get started with Zolastrap, a Bootstrap 5 theme for Zola static site generator.
Getting Started
Zolastrap provides a beautiful, responsive Bootstrap 5 theme for your Zola website. It supports:
- 26 Bootswatch themes - Switch between different Bootstrap themes instantly
- 14 color schemes - Customize navbar and footer colors
- Search functionality - Built-in search with Zola's search index
- Responsive design - Mobile-first approach
Quick Start
1. Installation
Add zolastrap as a submodule or clone it directly:
git submodule add https://github.com/marcodpt/zolastrap.git themes/zolastrap
2. Configuration
In your config.toml, set the theme:
theme = "zolastrap"
3. Customize
Modify the [extra] section to customize your site:
[extra]
theme = "simplex"
bg = "dark"
search = "Search"