From e07c2cd420eddf8e169c9370b9bde32532727834 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 3 Jan 2024 00:24:46 +0100 Subject: Start adding top bar. The twentyeleven-style-20231107.css file was downloaded from the blog.replicant.us web page. As for website/builders/replicant-blog.scm, it is based on work I made for GNU Boot. Signed-off-by: Denis 'GNUtoo' Carikli --- lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lighttpd.conf') diff --git a/lighttpd.conf b/lighttpd.conf index b0917fb..693d4eb 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -15,7 +15,7 @@ server.bind = "localhost" server.port = 8086 -server.document-root = "/home/gnutoo/work/projects/replicant/infrastructure/haunt/site/" +server.document-root = "/home/gnutoo/work/projects/replicant/infrastructure/haunt-blog/site/" dir-listing.activate = "enable" index-file.names = ( "index.html" ) mimetype.assign = ( -- cgit v1.2.3