WumboLabs is a static website for documenting local AI, Linux, homelab, self-hosting, and infrastructure projects.
The site is built with Zola and deployed with Cloudflare Pages.
- Zola
- Markdown
- Plain CSS
- GitHub
- Cloudflare Pages
Start the local development server:
zola serve
Or on WumboJetsII, use the local alias:
weblab
Then open:
http://127.0.0.1:1111
zola build
The static site is generated into:
public/
Deployments are handled automatically by Cloudflare Pages when changes are pushed to the main branch.
- No npm dependency chain
- Markdown-first content
- Simple static deployment
- Low maintenance
- Project-centric structure
- Practical documentation over polish-first design