dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: dynamically fetch indices
Jacky Zhao
2022-02-16
fcd5d2807d2bab68c6776e031e85d65fe88a6f7a
[scapegoat/Docs2.git]
/
Makefile
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=static -index -root=. && hugo server