initial commit after project creation
This commit is contained in:
28
content/settings/config.json
Normal file
28
content/settings/config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user