From e08e393d6bdace762b2f109eadc41f77159fd75f Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 20 May 2024 14:02:38 +0200 Subject: [PATCH] install index.html in site/software/gnuboot/ Signed-off-by: Denis 'GNUtoo' Carikli --- website/haunt.scm | 2 ++ website/{ => html}/index.html | 0 2 files changed, 2 insertions(+) rename website/{ => html}/index.html (100%) diff --git a/website/haunt.scm b/website/haunt.scm index 3270695..6d6279c 100644 --- a/website/haunt.scm +++ b/website/haunt.scm @@ -33,5 +33,7 @@ #:readers (list untitled-reader) #:builders (list (gnuboot-website #:prefix "software/gnuboot/web") + (static-directory "html" + "software/gnuboot/") (static-directory "static" "software/gnuboot/web/static"))) diff --git a/website/index.html b/website/html/index.html similarity index 100% rename from website/index.html rename to website/html/index.html