盖茨比的世界初学者
用这个hello-world样板启动您的项目。 该入门工具随附了主要的Gatsby配置文件,您可能需要使用React的快速应用生成器来快速启动和运行。
还有其他更具体的想法吗? 您可能需要查看我们充满活力的集合。
:rocket: 快速开始
创建一个Gatsby网站。
使用Gatsby CLI创建一个新站点,并指定hello-world启动程序。
# create a new Gatsby site using the hello-world starter
gats
盖茨比主题二十
这是为盖茨比构建的WordPress主题。
这是对Wordpress网站的直接替代,具有对Gutenberg块,菜单和菜单位置,可自定义的博客页面等的支持。
:warning: 工作正在进行中。 检查以获取更新。
安装
克隆此仓库:
gatsby new site https://github.com/arshad/gatsby-theme-twentytwentyone
cd site
将.env.example复制到.env并更新WPGRAPHQL_URL 。
盖茨比的个人博客入门者
该启动程序是Gatsby Starter Blog(迄今为止最受欢迎的启动程序)的一个分支-第二名是Gatsby Starter Netlify CMS。 所以我决定将2结合起来!
:rocket: 快速开始
创建一个Gatsby网站。
使用Gatsby CLI创建一个新站点,并指定博客启动器。
# create a new Gatsby site using the blog starter
gatsby new my-blog-starter https://
盖茨比+宇宙
此仓库包含一个示例博客网站,该网站由和构建。
使用
先决条件
节点(我建议使用v8.2.0或更高版本)
安装
# Make sure that you have the Gatsby CLI program installed
npm install --global gatsby-cli
# run from your CLI
gatsby new gatsby-example-blog https://github.com/cosmicjs/gatsby-blog-cosmi