From 1dc37bda82329de00b0450713e30dbb6fe17eab1 Mon Sep 17 00:00:00 2001 From: wieerwill Date: Sun, 29 Mar 2026 14:57:35 +0200 Subject: [PATCH] add nostromo project json --- nostromo.project.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 nostromo.project.json diff --git a/nostromo.project.json b/nostromo.project.json new file mode 100644 index 0000000..dd25286 --- /dev/null +++ b/nostromo.project.json @@ -0,0 +1,18 @@ +{ + "schemaVersion": 1, + "slug": "DSGVO-templates", + "title": "DSGVO Templates", + "description": "Templates to exercise your rights under the GDPR, simplifying legal correspondence.", + "repo": { + "visibility": "public", + "url": "https://git.wieerwill.dev/wieerwill/DSGVO-templates" + }, + "site": { + "published": false, + "featured": false + }, + "readme": { + "path": "README.md", + "excerptMode": "first-paragraph" + } +}