Added template rendering, caching, started blog pages.

This commit is contained in:
2020-06-12 19:13:23 +02:00
parent 0b467c2388
commit 4e3ed5453c
9 changed files with 207 additions and 118 deletions

1
dev.sh
View File

@@ -6,5 +6,6 @@
export MB_LOGLEVEL=debug
export MB_ALLOWED_ORIGINS=*
export MB_HOST=localhost:8080
export MB_HOT_RELOAD=true
go run main.go