Used the new sitebuild tool to generate stuff.
This commit is contained in:
parent
49dc8cf330
commit
9961915c8c
15 changed files with 169 additions and 33 deletions
3
Makefile
3
Makefile
|
@ -37,3 +37,6 @@ cover_report:
|
|||
go tool cover -func=coverage.txt
|
||||
go tool cover -html=coverage.txt -o coverage.html
|
||||
open coverage.html
|
||||
|
||||
site:
|
||||
go run tools/cmd/sitebuild/main.go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue