From bc371f2374156b7f6593ef0287bfb52b478ed92e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 14 Aug 2026 21:47:46 +0100 Subject: Document website building instructions. --- HACKING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HACKING.md b/HACKING.md index d2cf884..5fa0c63 100644 --- a/HACKING.md +++ b/HACKING.md @@ -29,3 +29,14 @@ Run tests. ``` ./pre-inst-env python3 -m pytest ``` + +# Build the website + +Build the website using Guix. +``` +guix build -L .guix -f .guix/domagi-website.scm +``` +Serve it using darkhttpd like below, then navigate to http://localhost:8080/domagi/ on your browser. +``` +darkhttpd $(guix build -L .guix -f .guix/domagi-website.scm) --addr 127.0.0.1 +``` -- cgit 1.4.1