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 +++-- static/contact.xsl | 20 ++++++++++++++++---- static/head.xsl | 6 ++++++ 3 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 static/head.xsl 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 } diff --git a/static/contact.xsl b/static/contact.xsl index e9ce03c..56624f1 100644 --- a/static/contact.xsl +++ b/static/contact.xsl @@ -1,16 +1,28 @@ + + Contact -
- - - +

Contact

+ + + +
diff --git a/static/head.xsl b/static/head.xsl new file mode 100644 index 0000000..189497e --- /dev/null +++ b/static/head.xsl @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3