Skip to content

joergi/blog

Repository files navigation

Hugo

Start server:

hugo server -D

For full rebuilds on change:

hugo server --disableFastRender

start with local config

hugo server -D --config config.local.toml

Start with IP binding

hugo server -D --bind 192.168.178.162 --appendPort=false

website can be then reached by: http://192.168.178.162:1313

update server

hugo --logLevel info

kill server

pkill hugo

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors