Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 327 Bytes

ebiten.org

This repository manages the old website ebiten.org. All the pages redirect to the new sites ebitengine.org.

Generating

Edit HTML files under contents and run:

go run gen.go

Test on your local machine

go run server.go ./_site

Validate your changes by opening http://127.0.0.1:8000.