A minimal Zola theme built on zola-hook with layout design from serene.
- GitHub repository cards with live stats
- KaTeX math rendering
- Code block copy buttons
- Light and dark themes
- Responsive design
# Create a new Zola site
zola init my-blog && cd my-blog
# Add the theme
git clone https://github.com/m0ddr/halcyon themes/halcyon
# Configure in config.toml
theme = "halcyon"See USAGE.md for detailed configuration.
MIT License - see LICENSE for details.

