From 7d083171f2e5f0cea813a5434e135bd8618f6c50 Mon Sep 17 00:00:00 2001 From: Lennart Rommeiss <61516567+lenderom@users.noreply.github.com> Date: Thu, 2 Jul 2026 21:34:24 +0000 Subject: [PATCH] feat: add initial github codespaces config --- .devcontainer/devcontainer.json | 29 +++++++++++++++++++ content/booking/sbb-ticket-office/index.de.md | 2 +- content/booking/sbb-ticket-office/index.en.md | 2 +- content/booking/sbb-ticket-office/index.fr.md | 2 +- 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..3945f0a8 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,29 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu +{ + "name": "Ubuntu", + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile + "image": "mcr.microsoft.com/devcontainers/base:resolute", + "features": { + "ghcr.io/stu-bell/devcontainer-features/homebrew:1": { + "brewPackage": "hugo", + "brewPackageVersion": "0.163.3" + }, + "ghcr.io/devcontainers/features/git-lfs:1": {} + } + + // Features to add to the dev container. More info: https://containers.dev/features. + // "features": {}, + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + + // Use 'postCreateCommand' to run commands after the container is created. + // "postCreateCommand": "uname -a", + + // Configure tool-specific properties. + // "customizations": {}, + + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. + // "remoteUser": "root" +} diff --git a/content/booking/sbb-ticket-office/index.de.md b/content/booking/sbb-ticket-office/index.de.md index a206da7d..a4bba823 100644 --- a/content/booking/sbb-ticket-office/index.de.md +++ b/content/booking/sbb-ticket-office/index.de.md @@ -32,4 +32,4 @@ Reservierungen können für die Schweiz, aber auch für einen Großteil an Züge {{% /booking-section %}} -Um Wartezeiten zu vermeiden, kann vorab online ein persönlicher Beratungstermin vereinbart werden: [Beratungstermin buchen](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html?stepId=1.1) +Um Wartezeiten zu vermeiden, kann vorab online ein persönlicher Beratungstermin vereinbart werden: [Beratungstermin buchen](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html) diff --git a/content/booking/sbb-ticket-office/index.en.md b/content/booking/sbb-ticket-office/index.en.md index ea12ff30..7a4150c6 100644 --- a/content/booking/sbb-ticket-office/index.en.md +++ b/content/booking/sbb-ticket-office/index.en.md @@ -32,4 +32,4 @@ Reservations can be made for Switzerland as well as for most trains throughout E {{% /booking-section %}} -To avoid waiting times, a personal consultation appointment can be booked online in advance: [Book appointment](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html?stepId=1.1) +To avoid waiting times, a personal consultation appointment can be booked online in advance: [Book appointment](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html) diff --git a/content/booking/sbb-ticket-office/index.fr.md b/content/booking/sbb-ticket-office/index.fr.md index f1112e0a..7e206ce4 100644 --- a/content/booking/sbb-ticket-office/index.fr.md +++ b/content/booking/sbb-ticket-office/index.fr.md @@ -30,4 +30,4 @@ Les Billets FIP 50 pour des trajets en Suisse ainsi que vers de nombreux pays eu Des réservations peuvent être effectuées pour la Suisse ainsi que pour la plupart des trains en Europe. {{% /booking-section %}} -Pour éviter les temps d'attente, un rendez-vous de conseil personnel peut être pris en ligne à l'avance : [Prendre rendez-vous](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html?stepId=1.1) +Pour éviter les temps d'attente, un rendez-vous de conseil personnel peut être pris en ligne à l'avance : [Prendre rendez-vous](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html)