From 988abbd6f0c46e2ba07715db18020186dd31eae7 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sat, 6 Jun 2026 20:17:39 +0000 Subject: [PATCH] update hugo alias for new dev-build script --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 58d7031..6276504 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -11,7 +11,7 @@ grep -E "set .port|server_name" /app/nginxproxy/data/nginx/proxy_host/*.conf \ alias nginx='_ports' # tmp rebuild for hugo development -alias hugo-rebuild='rm -rf public/ && hugo server --appendPort=false --baseURL="/" --ignoreCache' +alias hugo-rebuild='cd /srv/dev/hugo/wiki ./preview.sh public' # helpers for quickly editing aliases alias src='source ~/.bash_aliases'