文件名称:gatsby-starter-graphcms-blog:用于使用 GraphCMS 创建基本博客的 Gatsby starter
文件大小:280KB
文件格式:ZIP
更新时间:2024-08-24 01:36:57
gatsby reference-implementation gatsby-starter graphcms JavaScript
gatsby-starter-graphcms-blog 使用创建基本博客的 Gatsby starter •• 快速开始 通过创建一个新的 Gatsby 项目 gatsby new graphcms-blog https://github.com/GraphCMS/gatsby-starter-graphcms-blog 提供您的 GraphCMS 项目密钥 为了使用这个启动器,您需要使用我们的Blog Template创建一个新的 GraphCMS 项目。 导航到新站点的目录并复制.env.sample文件。 cd graphcms-blog cp .env.sample .env 在新创建的.env文件中,为每个变量提供值。 这些变量可以在。 GRAPHCMS_ENDPOINT= " " GRAPHCMS_TOKEN= " " 开始建造! yarn dev 特征