用于安装配方的最小启动器 请注意,默认情况下,该启动程序不包含任何页面。 此启动程序是对Gatsby项目的最小复制,以便于安装配方。 :rocket: 快速开始 创建一个Gatsby网站。 使用Gatsby CLI创建一个新站点,并指定最小的启动器。 # create a new Gatsby site using the minimal starter gatsby new my-site https://github.com/gatsbyjs/gatsby-starter-minimal 开始开发。 导航到新站点的目录并启动。 cd my-site/ gatsby devel