Jacky Zhao
2022-02-16 f192f9a23df34d30e223e20ab5e8cb8210a7dfe9
Makefile
@@ -4,4 +4,4 @@
   @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=data -index -root=. && hugo server
   hugo-obsidian -input=content -output=static -index -root=. && hugo server