From fd2eddea534b6d2033b7ab9b1563e28da77c96fe Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 6 Apr 2024 01:00:13 +0200 Subject: [PATCH] tweaked makefile to work with flatpak version --- Makefile | 2 +- themes/blow | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d423c39..fe9feb1 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: zola build serve: - zola serve --interface 0.0.0.0 --port 1111 --base-url localhost + zola serve publish: build cp -r public/* /usr/share/nginx/snamellit/ diff --git a/themes/blow b/themes/blow index d987049..1a510f1 160000 --- a/themes/blow +++ b/themes/blow @@ -1 +1 @@ -Subproject commit d987049cd2660ab019ebaaf108aa69fff7fb847d +Subproject commit 1a510f1be436d04c36a3ff0596b3162673ff1298