Started building out the site.

This commit is contained in:
Leon Mika 2025-01-18 16:02:35 +11:00
parent f119683b57
commit b62458d7cd
14 changed files with 368 additions and 31 deletions

View file

@ -7,7 +7,10 @@ test:
site: clean
mkdir build
mkdir build/site
mkdir build/site/core
cp -r _site/* build/site/.
go run ./cmd/gendocs/main.go ./_docs/index.md > build/site/index.html
go run ./cmd/gendocs/main.go ./_docs/core.md > build/site/core/index.html
GOOS=js GOARCH=wasm go build -o build/site/playwasm.wasm ./cmd/playwasm/.
site-deploy: site