dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bump hugo-obsidian to support root
Jacky Zhao
2022-02-28
0ee0855e1c1843a86a7bcd58aee520784c165dba
[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