initial commit after project creation

This commit is contained in:
Gerhard Scheikl
2026-04-01 09:38:50 +02:00
commit b02af637d4
292 changed files with 61408 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"selectedTheme": "default",
"redirects": [
{
"source": "/",
"destination": "/docs",
"permanent": true
}
],
"title": "Tina",
"description": "TinaCMS is a fully open-source headless CMS that supports Git",
"seoDefaultTitle": "TinaCMS Headless CMS with GitHub & Markdown Support",
"publisher": "TinaCMS",
"applicationName": "TinaCMS",
"siteUrl": "https://tina.io",
"roadmapUrl": "https://tina.io/roadmap/",
"licenseUrl": "https://github.com/tinacms/tinacms/blob/master/LICENSE",
"keywords": "nextjs, react, cms, next, tina, markdown, git, open-source, headless",
"docsHomepage": "/docs/index",
"autoApiTitles": true,
"defaultOGImage": "/og/tina-og.png",
"social": {
"twitterHandle": "@tinacms",
"twitter": "https://twitter.com/tinacms",
"github": "https://github.com/tinacms/tinacms",
"forum": "https://tina.io/community"
}
}