Jacky Zhao
2022-03-18 54a68e6e5c020fa1e4eacf7942eb37974f332887
1
2
3
4
5
6
7
.DEFAULT_GOAL := serve
 
help: ## Show all Makefile targets
    @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
 
serve: ## serve
    hugo-obsidian -input=content -output=assets/indices -index -root=. && hugo server