Zola Version License

DevLab Theme

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.

DevLab Theme documentation

Live demo · Documentation · Updates

Features

Install

Clone 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.

Compatibility

Development

This repository contains both the reusable theme and its Demo/Docs site. Blog serves as the human-readable release history.

zola check
zola build

License

MIT