Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ebitengine/ebiten.org

https://ebiten.org (the old website to redirect to ebitengine.org)
https://github.com/ebitengine/ebiten.org

Last synced: about 2 months ago
JSON representation

https://ebiten.org (the old website to redirect to ebitengine.org)

Awesome Lists containing this project

README

        

# 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:

```sh
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.