diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-08-17 15:33:59 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-08-17 15:33:59 +0300 |
| commit | 25586cd86ccb0956781afe7b26f022e510c62fc4 (patch) | |
| tree | 240e1d6da8b652c74615b17f7e9e2a1c8d24e704 /Makefile | |
| parent | 041a9929134b75822e0771d38fc5890f1277280f (diff) | |
Add archived wedding page
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
