addet hugo serve bind on ip

This commit is contained in:
pika 2024-08-26 13:29:38 +02:00
parent ab8e27e3be
commit 7684407e5c

2
.zshrc
View file

@ -317,7 +317,7 @@ _coding_() {
# ─< h stands for HUGO >────────────────────────────────────────────────────────────────── # ─< h stands for HUGO >──────────────────────────────────────────────────────────────────
if command_exists hugo; then if command_exists hugo; then
alias h='hugo' alias h='hugo'
alias hs='hugo server -D --noHTTPCache --disableFastRender' alias hs='hugo server -D --noHTTPCache --disableFastRender --bind "$(get_ip)"'
fi fi
# ─< c stands for bin/cake >────────────────────────────────────────────────────────────── # ─< c stands for bin/cake >──────────────────────────────────────────────────────────────
# alias cake='bin/cake' # alias cake='bin/cake'