The runway where all gtfs.zone projects take off from
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| content | ||
| i18n | ||
| static | ||
| themes | ||
| .gitignore | ||
| .gitmodules | ||
| .pre-commit-config.yaml | ||
| CLAUDE.md | ||
| config.toml | ||
| README.md | ||
gtfs.zone
Landing page for gtfs.zone — a public open-source toolbox for GTFS and GTFS Realtime. Built with Zola and the daisy theme.
Running locally
Install Zola, then:
git submodule update --init --recursive
zola serve
The site will be available at http://127.0.0.1:1111 with live reload.
Repository
Source hosted at git.kcfam.us.
Deployment
Automatically deployed via Forgejo CI on push to main. The workflow builds
the site with zola build and copies the output to /sites/gtfs.zone on the
server.