this repo contains the Black Mesa documentation site built with Zola
Install Zola using one of the following methods:
# cargo
cargo install zola# Arch Linux
sudo pacman -S zola# macOS with Homebrew
brew install zolawith just:
just serveThe local site will be available at http://127.0.0.1:1111.
To generate the static site into public/:
just build