This is the website for Gilda con Arne, a political podcast featuring Gilda Sahebi and Arne Semsrott. https://www.gildaconarne.de
  • Nunjucks 66.1%
  • JavaScript 28.4%
  • CSS 5.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-20 14:18:20 +02:00
src feat(data): update components 2026-07-20 14:18:20 +02:00
.editorconfig feat(linting): add .editorconfig 2026-06-20 16:20:47 +02:00
.gitignore feat(eleventy): implement base setup 2026-06-26 21:24:55 +02:00
biome.json chore(node): update outdated modules 2026-07-19 19:53:44 +02:00
eleventy.config.js feat(11ty): add webc 2026-06-29 21:32:09 +02:00
git-town.toml feat(git-town): add config 2026-06-20 16:08:30 +02:00
LICENSE feat(site): initial commit 2026-06-20 16:08:29 +02:00
mise.development.toml feat(eleventy): implement base setup 2026-06-26 21:24:55 +02:00
package-lock.json chore(node): update outdated modules 2026-07-19 19:53:44 +02:00
package.json chore(node): update outdated modules 2026-07-19 19:53:44 +02:00
README.md feat(eleventy): implement base setup 2026-06-26 21:24:55 +02:00
tsconfig.json feat(eleventy): implement page prototype 2026-06-29 08:19:04 +02:00

🌶️ Gilda con Arne

This is the website for Gilda con Arne, a political podcast featuring Gilda Sahebi and Arne Semsrott.

Install prerequisites

The development environment uses mise-en-place, a tool that manages languages, environment variables and project-specific tasks in a reproducible way.

Please visit the website to install the software on your system.

Once installation is complete, create a file called .miserc.toml in the project's root directory.

Set a variable called MISE_ENV in this file to ensure the correct configuration is loaded.

# .miserc.toml
env = ["development"]

Make sure that all the prerequisites have been installed correctly.

mise install

Install dependencies

Install the project dependencies:

mise run setup

Use the development server

mise run serve

Open http://localhost:8080 in your browser.

Build for production

mise run build

You will find the build output in the ./_site folder.

Debug the project

Build the project in debug mode:

mise run debug

Serve the project in debug mode:

mise run debug-serve

Analyze the build performance

mise run benchmark