enable last modified info

This commit is contained in:
Jacky Zhao 2021-12-27 17:28:53 -05:00
parent b4e2697116
commit e1911a58ff
5 changed files with 25 additions and 13 deletions

View file

@ -4,4 +4,4 @@ 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=data -index && hugo server
hugo-obsidian -input=content -output=data -index -root=. && hugo server