diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-01-03 00:24:46 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-01-09 21:27:23 +0100 |
| commit | e07c2cd420eddf8e169c9370b9bde32532727834 (patch) | |
| tree | 0c36a483009452073bed113341d6e86003e2debc /lighttpd.conf | |
| parent | 24ba2134fae77c76af8ab5880e1b21b519ed5941 (diff) | |
| download | haunt-blog-e07c2cd420eddf8e169c9370b9bde32532727834.tar.gz haunt-blog-e07c2cd420eddf8e169c9370b9bde32532727834.tar.bz2 haunt-blog-e07c2cd420eddf8e169c9370b9bde32532727834.zip | |
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 <GNUtoo@cyberdimension.org>
Diffstat (limited to 'lighttpd.conf')
| -rw-r--r-- | lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ( |
