From 9424f9c207ed3f270465250c0fcb5bf49e59c0c0 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Wed, 2 Jul 2025 14:43:11 -0400 Subject: add head.xsl template, make Caddyfile work, add pure.css dev import --- Caddyfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile index 27b58a4..fc56984 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,7 +1,8 @@ :8080 +root static try_files {path}.xml {path}.html file_server { - index index.xml index.html - root static + root static + index index.xml index.html } -- cgit v1.2.3