Jacky Zhao
2021-12-28 3722e600ee3bd75130e4e228ea45c2074649329c
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 && hugo server
   hugo-obsidian -input=content -output=data -index -root=. && hugo server