5 lines
122 B
Makefile
5 lines
122 B
Makefile
serve:
|
|
hugo serve --bind 0.0.0.0 --buildDrafts
|
|
|
|
linkcheck:
|
|
wget --spider -r -nd -nv -H -l 1 http://localhost:1313
|