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/