The runway where all gtfs.zone projects take off from
Find a file
Max Katz-Christy d5aa2dd888
All checks were successful
Build / build (push) Successful in 8s
refactor: update link to edit.gtfs.zone
#7
2026-03-19 01:31:22 +01:00
.forgejo/workflows ci: use new runner 2026-03-10 16:39:36 +01:00
content refactor: update link to edit.gtfs.zone 2026-03-19 01:31:22 +01:00
i18n basic replacement of theme 2026-03-05 03:50:15 +01:00
static docs: update reamde 2026-03-06 00:42:05 +01:00
themes Updated to new version of the theme. 2025-07-18 16:52:20 +02:00
.gitignore Initial version of the example website. 2025-04-03 17:40:53 +02:00
.gitmodules sumodule https 2026-03-05 04:05:19 +01:00
.pre-commit-config.yaml build: default pre-commit 2026-03-10 15:03:01 +01:00
CLAUDE.md basic replacement of theme 2026-03-05 03:50:15 +01:00
config.toml docs: update reamde 2026-03-06 00:42:05 +01:00
README.md add ref to projects 2026-03-06 01:22:29 +01:00

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.