Why isn't my Standard Gatsby blog starter being recognized as a blog form?

2026-06-09 07:441阅读0评论SEO资源
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计628个文字,预计阅读时间需要3分钟。

Why isn't my Standard Gatsby blog starter being recognized as a blog form?

在之前的简单博客上,按照说明安装了Tinacms(并参考了多个其他网站)。相信代码正确,但发现格式有问题。

DescriptionOnpreviouslyworkingsimpleblog,installedtheTinacmsaccordi

Description

On previously working simple blog, installed the Tinacms according to instructions (and visiting a number of other sites). Believe code is correct but form found at blogpost.js not recognized.

Seems similar to this closed issue, github.com/tinacms/tinacms/issues/512 but double checked and everything is updated.

Steps to reproduce

Followed instructions 1-3 here, www.gatsbyjs.org/blog/2019-12-20-integrate-tinacms-with-your-gatsby-website/

Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue much easier to diagnose (seriously).

Expected result

What should happen?

Why isn't my Standard Gatsby blog starter being recognized as a blog form?

Fields to edit post should show.

Actual result

What actually happened?

Site renders but tinacms sidebar shows welcome and link to external form guide.

Environment

Tinacms Package Versions

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081I use yarn...yarn list | grep tinacms | grep -v deduped├─ /api-git.5.0├─ /core.5.1├─ /fields.1.17│  ├─ /core^0.5.1│  ├─ /icons^0.3.9│  ├─ /styles^0.1.0├─ /form-builder.2.10│  ├─ /core^0.6.0│  ├─ /core.6.0│  ├─ /forms^0.1.0│  ├─ /react-core^0.2.2│  ├─ /react-core.2.2│  │  ├─ /core^0.6.0│  │  ├─ /forms^0.1.0├─ /forms.1.0├─ /git-client.4.1├─ /icons.3.9├─ /react-core.2.1│  ├─ /core^0.5.1├─ /styles.1.0├─ gatsby-plugin-tinacms.1.18│  ├─ /core^0.6.0│  ├─ /core.6.0│  ├─ /fields.2.0│  │  ├─ /core^0.6.0│  │  ├─ /icons^0.3.9│  │  ├─ /styles^0.1.0│  ├─ /react-core.2.2│  │  ├─ /core^0.6.0│  │  ├─ /forms^0.1.0│  ├─ tinacms^0.11.1│  └─ tinacms.11.1│     ├─ /core^0.6.0│     ├─ /fields^0.2.0│     ├─ /form-builder^0.2.10│     ├─ /forms^0.1.0│     ├─ /icons^0.3.9│     ├─ /react-core^0.2.2│     ├─ /styles^0.1.0├─ gatsby-tinacms-git.2.15│  ├─ /api-git^0.5.0│  ├─ /core^0.5.1│  ├─ /git-client^0.4.1│  ├─ gatsby-plugin-tinacms^0.1.17│  ├─ gatsby-plugin-tinacms.1.17│  │  ├─ /core^0.5.1│  │  └─ tinacms^0.11.0│  └─ tinacms^0.11.0├─ gatsby-tinacms-remark.6.2│  ├─ /core^0.6.0│  ├─ /core.6.0│  ├─ /fields.2.0│  │  ├─ /core^0.6.0│  │  ├─ /icons^0.3.9│  │  ├─ /styles^0.1.0│  ├─ /form-builder^0.2.10│  ├─ /react-core.2.2│  │  ├─ /core^0.6.0│  │  ├─ /forms^0.1.0│  ├─ tinacms^0.11.1│  └─ tinacms.11.1│     ├─ /core^0.6.0│     ├─ /fields^0.2.0│     ├─ /form-builder^0.2.10│     ├─ /forms^0.1.0│     ├─ /icons^0.3.9│     ├─ /react-core^0.2.2│     ├─ /styles^0.1.0├─ tinacms.11.0│  ├─ /core^0.5.1│  ├─ /fields^0.1.17│  ├─ /form-builder^0.2.9│  ├─ /form-builder.2.9│  │  ├─ /core^0.5.1│  │  ├─ /react-core^0.2.1│  ├─ /icons^0.3.9│  ├─ /react-core^0.2.1│  ├─ /styles^0.1.0

Gatsby CLI version: 2.8.26, Gatsby version: 2.17.6

Tools

| Tool | Version || ------- | ------- || browser | chrome || os | ubuntu 19.10 || node | v 12.14.1 || npm | I use yarn || yarn | 1.19.1

该提问来源于开源项目:tinacms/tinacms

No errors installing, gave it another round and still can't get blog post form to render. I will dig into it further. Guessing it is my lack of gatsby knowledge for now.

本文共计628个文字,预计阅读时间需要3分钟。

Why isn't my Standard Gatsby blog starter being recognized as a blog form?

在之前的简单博客上,按照说明安装了Tinacms(并参考了多个其他网站)。相信代码正确,但发现格式有问题。

DescriptionOnpreviouslyworkingsimpleblog,installedtheTinacmsaccordi

Description

On previously working simple blog, installed the Tinacms according to instructions (and visiting a number of other sites). Believe code is correct but form found at blogpost.js not recognized.

Seems similar to this closed issue, github.com/tinacms/tinacms/issues/512 but double checked and everything is updated.

Steps to reproduce

Followed instructions 1-3 here, www.gatsbyjs.org/blog/2019-12-20-integrate-tinacms-with-your-gatsby-website/

Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue much easier to diagnose (seriously).

Expected result

What should happen?

Why isn't my Standard Gatsby blog starter being recognized as a blog form?

Fields to edit post should show.

Actual result

What actually happened?

Site renders but tinacms sidebar shows welcome and link to external form guide.

Environment

Tinacms Package Versions

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081I use yarn...yarn list | grep tinacms | grep -v deduped├─ /api-git.5.0├─ /core.5.1├─ /fields.1.17│  ├─ /core^0.5.1│  ├─ /icons^0.3.9│  ├─ /styles^0.1.0├─ /form-builder.2.10│  ├─ /core^0.6.0│  ├─ /core.6.0│  ├─ /forms^0.1.0│  ├─ /react-core^0.2.2│  ├─ /react-core.2.2│  │  ├─ /core^0.6.0│  │  ├─ /forms^0.1.0├─ /forms.1.0├─ /git-client.4.1├─ /icons.3.9├─ /react-core.2.1│  ├─ /core^0.5.1├─ /styles.1.0├─ gatsby-plugin-tinacms.1.18│  ├─ /core^0.6.0│  ├─ /core.6.0│  ├─ /fields.2.0│  │  ├─ /core^0.6.0│  │  ├─ /icons^0.3.9│  │  ├─ /styles^0.1.0│  ├─ /react-core.2.2│  │  ├─ /core^0.6.0│  │  ├─ /forms^0.1.0│  ├─ tinacms^0.11.1│  └─ tinacms.11.1│     ├─ /core^0.6.0│     ├─ /fields^0.2.0│     ├─ /form-builder^0.2.10│     ├─ /forms^0.1.0│     ├─ /icons^0.3.9│     ├─ /react-core^0.2.2│     ├─ /styles^0.1.0├─ gatsby-tinacms-git.2.15│  ├─ /api-git^0.5.0│  ├─ /core^0.5.1│  ├─ /git-client^0.4.1│  ├─ gatsby-plugin-tinacms^0.1.17│  ├─ gatsby-plugin-tinacms.1.17│  │  ├─ /core^0.5.1│  │  └─ tinacms^0.11.0│  └─ tinacms^0.11.0├─ gatsby-tinacms-remark.6.2│  ├─ /core^0.6.0│  ├─ /core.6.0│  ├─ /fields.2.0│  │  ├─ /core^0.6.0│  │  ├─ /icons^0.3.9│  │  ├─ /styles^0.1.0│  ├─ /form-builder^0.2.10│  ├─ /react-core.2.2│  │  ├─ /core^0.6.0│  │  ├─ /forms^0.1.0│  ├─ tinacms^0.11.1│  └─ tinacms.11.1│     ├─ /core^0.6.0│     ├─ /fields^0.2.0│     ├─ /form-builder^0.2.10│     ├─ /forms^0.1.0│     ├─ /icons^0.3.9│     ├─ /react-core^0.2.2│     ├─ /styles^0.1.0├─ tinacms.11.0│  ├─ /core^0.5.1│  ├─ /fields^0.1.17│  ├─ /form-builder^0.2.9│  ├─ /form-builder.2.9│  │  ├─ /core^0.5.1│  │  ├─ /react-core^0.2.1│  ├─ /icons^0.3.9│  ├─ /react-core^0.2.1│  ├─ /styles^0.1.0

Gatsby CLI version: 2.8.26, Gatsby version: 2.17.6

Tools

| Tool | Version || ------- | ------- || browser | chrome || os | ubuntu 19.10 || node | v 12.14.1 || npm | I use yarn || yarn | 1.19.1

该提问来源于开源项目:tinacms/tinacms

No errors installing, gave it another round and still can't get blog post form to render. I will dig into it further. Guessing it is my lack of gatsby knowledge for now.