-
一个基于盖茨比构建的简单博客:my-blog
资源介绍
盖茨比的世界初学者
用这个hello-world样板启动您的项目。 该入门工具随附了主要的Gatsby配置文件,您可能需要使用React的快速应用生成器来快速启动和运行。
还有其他更具体的想法吗? 您可能需要查看我们充满活力的集合。
:rocket: 快速开始
创建一个Gatsby网站。
使用Gatsby CLI创建一个新站点,并指定hello-world启动程序。
# create a new Gatsby site using the hello-world starter
gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world
开始开发。
导航到新站点的目录并启动。
cd my-hello-world-starter/
gatsby develop
打开源代码并