Skip to content

arcanist-sh/hx.arcanist.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hx.arcanist.sh

Website for hx — an extremely fast Haskell package and project manager, written in Rust.

Live site: https://hx.arcanist.sh

Overview

This repository contains the source for the hx product website. Built with Zola using the purple-haze theme.

Development

Prerequisites

  • Zola (0.18+)
  • Or use mise to manage the environment:
    mise install

Local Development

# Start development server with live reload
zola serve

# Build for production
zola build

# Check for errors
zola check

The development server runs at http://127.0.0.1:1111 by default.

Project Structure

.
├── 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

Deployment

The site is automatically deployed on push to the main branch.

License

MIT

About

Product website for hx - the extremely fast Haskell package manager

Topics

Resources

Stars

Watchers

Forks

Contributors