EmDash Starters
← Alle templates

Template indienen

Community templates worden toegevoegd via een pull request op GitHub.

Stappen

  1. 1. Fork de repo emdashstarters/emdashstarters.com
  2. 2. Voeg een entry toe aan src/data/templates.json
  3. 3. Voeg optioneel een screenshot toe aan public/screenshots/jouw-slug-desktop.jpg
  4. 4. Open een pull request met de naam van je template als titel

Vereisten

  • Werkt met EmDash (verifieerbaar via README of live demo)
  • Publieke GitHub repo
  • Minimaal één screenshot (desktop, 1280×800, jpg)
  • MIT of vergelijkbare open-source licentie

JSON schema

{
  "slug": "mijn-template-cloudflare",
  "name": "Mijn Template",
  "description": "Korte omschrijving van de template.",
  "author": "jouw-github-naam",
  "authorUrl": "https://github.com/jouw-github-naam",
  "repoUrl": "https://github.com/...",
  "demoUrl": "https://...",
  "categories": [
    "blog"
  ],
  "platform": "cloudflare",
  "official": false,
  "screenshots": {
    "homepage": "https://raw.githubusercontent.com/...",
    "mobile": "https://raw.githubusercontent.com/..."
  },
  "features": [
    "Feature 1",
    "Feature 2"
  ],
  "addedAt": "2026-04-07"
}