Suggest a Resource
The resource directory is maintained by the community. If you know of a tool, service, event, or resource that belongs here — add it. You can either open a pull request directly in the repository, or submit an issue and someone will take care of the rest.
Open a Pull Request
The fastest way if you're comfortable with GitHub. Each resource is a single Markdown file in the repository.
Where to add the file
Open the repository and go to content/resources/ — you'll find a folder for each resource type. Place your file in the folder that matches.
File naming
Use lowercase letters and hyphens. No spaces, no special characters.
Front matter
Every resource file needs these fields at the top. Copy an existing file as a starting point.
---
title: "Resource Name"
link: "https://example.com"
description: "One or two sentences."
tags: ["tag1", "tag2"]
---# Use a folder: books/my-book/index.md
# Place cover.jpeg in the same folder
authors: ["Author One", "Author Two"]
year: 2022
images:
- cover.jpegauthor: "Organization or Author"date: 2026-09-11
format: "in-person" # or "online"
city: "Amsterdam"
country: "Netherlands"
event_country: ["Netherlands"]
event_year: ["2026"]date: 2026-05-27
source: "Publication Name"Event file naming
Prefix dated events with the date, aggregator pages with aggregator-:
Open an Issue
Not comfortable with Git? Just open an issue and describe the resource — someone from the community will add it.
Pick the type that matches what you're suggesting:
Not sure which type fits? Open a general issue and describe it in your own words.