Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ebitengine/ebiten.org
- Owner: ebitengine
- Created: 2019-03-21T08:29:37.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T13:25:37.000Z (8 months ago)
- Last Synced: 2024-04-20T13:45:57.680Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 36.7 MB
- Stars: 53
- Watchers: 7
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.