The runway where all gtfs.zone projects take off from
Find a file
Max Katz-Christy 6c613e5e2c
All checks were successful
Build / build (push) Successful in 8s
Merge pull request 'copier apply' (#1) from 52-copier-apply into main
Reviewed-on: #1
2026-05-03 22:08:25 +00:00
.forgejo/workflows chore: apply bare-chassis copier template 2026-04-17 00:54:07 +02: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
.copier-answers.yml chore: copier update to v0.1.0 2026-04-17 21:56:49 +02:00
.gitignore chore: copier update to v0.1.0 2026-04-17 21:56:49 +02:00
.gitmodules sumodule https 2026-03-05 04:05:19 +01:00
.mcp.json chore: copier update to v0.1.0 2026-04-17 21:56:49 +02:00
.pre-commit-config.yaml build: default pre-commit 2026-03-10 15:03:01 +01:00
CLAUDE.md chore: apply bare-chassis copier template 2026-04-17 00:54:07 +02:00
config.toml docs: update reamde 2026-03-06 00:42:05 +01:00
LICENSE.txt chore: apply bare-chassis copier template 2026-04-17 00:54:07 +02: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.