From 0a22c9a17c7a30e02543b55f3014b5111bb93b89 Mon Sep 17 00:00:00 2001 From: manetta Date: Thu, 18 Mar 2021 20:28:23 +0100 Subject: [PATCH] adding --listen to the default make run command, as no server was spinned up with --autoreload --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4067324..a6c3434 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ dependencies: @if [ ! -d ".venv" ]; then python3 -m venv .venv && .venv/bin/pip install -r requirements.txt; fi run: core-plugins dependencies - @.venv/bin/pelican --autoreload + @.venv/bin/pelican --autoreload --listen publish: @.venv/bin/pelican -o /var/www/html/