summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-17 15:33:59 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-17 15:33:59 +0300
commit25586cd86ccb0956781afe7b26f022e510c62fc4 (patch)
tree240e1d6da8b652c74615b17f7e9e2a1c8d24e704 /Makefile
parent041a9929134b75822e0771d38fc5890f1277280f (diff)
Add archived wedding page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c6a711..c333c4c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,9 @@ build: clean
zola build -o public_html
unlink templates || true
+ # Copy extra HTML pages
+ (cd extra_pages_html && cp -a . ../public_html/)
+
# Build gemini
ln -s templates_gmi templates
zola build -o public_gmi