dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
duplicated file
meleu
2022-04-03
5c3ef884c78b190e5fc22e122d55af097d8bef3e
[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=assets/indices -index -root=. && hugo server --enableGitInfo