Several fixes
This commit is contained in:
parent
56ef5f0685
commit
5e6844592a
3 changed files with 4 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ clean: ## make clean # removed all $(DESTDIR) contents
|
|||
|
||||
.PHONY: serve
|
||||
serve: ## make serve # hugo web server development mode
|
||||
hugo serve
|
||||
hugo serve --disableFastRender --noHTTPCache
|
||||
|
||||
help:
|
||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue