addet hugo serve bind on ip
This commit is contained in:
parent
ab8e27e3be
commit
7684407e5c
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -317,7 +317,7 @@ _coding_() {
|
|||
# ─< h stands for HUGO >──────────────────────────────────────────────────────────────────
|
||||
if command_exists hugo; then
|
||||
alias h='hugo'
|
||||
alias hs='hugo server -D --noHTTPCache --disableFastRender'
|
||||
alias hs='hugo server -D --noHTTPCache --disableFastRender --bind "$(get_ip)"'
|
||||
fi
|
||||
# ─< c stands for bin/cake >──────────────────────────────────────────────────────────────
|
||||
# alias cake='bin/cake'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue