About
About This Site
This is a static site built with Zola and styled with Tailwind CSS v4.
About the Boilerplate
This boilerplate gives you a fast starting point for building Zola-powered sites with Tailwind CSS. The entire development environment runs in Docker — no local installs are required beyond Docker itself.
What's Included
- A two-service Docker Compose setup (Zola + Tailwind CSS watcher)
- A minimal base layout with navigation and footer
- A blog section with tag support and pagination
- Syntax highlighting powered by Zola's built-in highlighter (catppuccin-mocha theme)
- Prose styles for rendered Markdown content
Get Started
Clone the repository, run docker compose up, and open http://localhost in your browser. Start editing the files in content/ and templates/ — changes are reflected live.
See the README for full documentation.