From 25586cd86ccb0956781afe7b26f022e510c62fc4 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 17 Aug 2026 15:33:59 +0300 Subject: Add archived wedding page --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.3