Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR from TinaCMS #1592

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 41 additions & 10 deletions content/blocksPages/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,59 @@
"items": [
{
"headline": "Visual Editing",
"text": "See content changes in real-time as you edit. "
"text": "See content changes in real-time as you edit. ",
"actions": [
{
"label": "Try Demo",
"icon": false,
"variant": "default",
"size": "small",
"url": "https://quick-edit-demo.vercel.app/admin#/~"
}
]
},
{
"headline": "Static and Dynamic",
"text": "Query your Markdown content like you would with a headless CMS. Tina’s GraphQL Data Layer supports filtering, sorting, pagination, and more."
"text": "Query your Markdown content like you would with a headless CMS. Tina’s GraphQL Data Layer supports filtering, sorting, pagination, and more.",
"actions": [
{
"label": "Read Docs",
"icon": false,
"variant": "default",
"size": "small",
"url": "/docs/data-fetching/overview/"
}
]
},
{
"headline": "Develop Locally",
"text": "Run Tina locally and talk to your local filesystem. "
},
{
"headline": "3rd-party Media",
"text": "Store Media assets in your repo or connect to S3, Cloudinary, etc."
"text": "Store Media assets in your repo or connect to S3, Cloudinary, etc.",
"actions": [
{
"label": "Read Docs",
"icon": false,
"variant": "default",
"size": "small",
"url": "/docs/reference/media/external/authentication/"
}
]
},
{
"headline": "Composable Blocks",
"text": "Create reusable components that you can edit with Tina. Let your team assemble pages like a site-builder."
"text": "Create reusable components that you can edit with Tina. Let your team assemble pages like a site-builder.",
"actions": [
{
"label": "Read Docs",
"icon": false,
"variant": "default",
"size": "small",
"url": "/docs/editing/blocks/"
}
]
},
{
"headline": "Markdown at Scale ",
Expand Down Expand Up @@ -62,10 +98,5 @@
"title": "Recent Posts",
"_template": "recentPosts"
}
],
"_collection": "page",
"_keepTemplateKey": false,
"_template": "page",
"_relativePath": "home.json",
"_id": "content/blocksPages/home.json"
]
}
Loading