DevLab is a Zola-native theme for documentation, release updates and developer sites. It combines a calm responsive interface with recursive Docs navigation, Blog-based updates and a small vanilla JavaScript runtime—without npm or a frontend build step.

Live demo · Documentation · Updates
extra.devlab configuration with 0.1.x compatibilityClone the theme into an existing Zola site:
git clone https://codeberg.org/RiPetitor/devlab-theme themes/devlab-theme
Enable it in zola.toml:
base_url = "https://example.com"
title = "My project"
theme = "devlab-theme"
compile_sass = true
build_search_index = true
[search]
include_title = true
include_description = true
include_content = true
[extra.devlab.appearance]
default_mode = "system"
show_toggle = true
Create content/_index.md, then run:
zola serve
Docs, Blog and richer homepage sections are opt-in. The complete setup, structured configuration and migration aliases are maintained in the live documentation.
0.22.0 or newer0.1.x configuration fields remain supported in 0.2.0This repository contains both the reusable theme and its Demo/Docs site. Blog serves as the human-readable release history.
zola check
zola buildMIT