Website for hx — an extremely fast Haskell package and project manager, written in Rust.
Live site: https://hx.arcanist.sh
This repository contains the source for the hx product website. Built with Zola using the purple-haze theme.
# Start development server with live reload
zola serve
# Build for production
zola build
# Check for errors
zola checkThe development server runs at http://127.0.0.1:1111 by default.
.
├── config.toml # Zola configuration
├── content/ # Markdown content pages
├── static/ # Static assets (images, fonts, etc.)
├── templates/ # HTML templates (if overriding theme)
└── themes/
└── purple-haze/ # Custom theme
├── sass/ # SCSS stylesheets
└── templates/ # Theme templates
The site is automatically deployed on push to the main branch.
MIT