创建网站
gatsby new [SITE_DIRECTORY_NAME] [URL_OF_STARTER_GITHUB_REPO]
以下是hello-world安装命令
gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world
主题安装
主题可以直接在创建的时候安装,或者使用npm安装。
1、直接安装
主题链接可在主题库中查找:
2、npm安装
npm install gatsby-theme-blog
启动
进入目录文件,然后在npm命令行中输入启动命令即可。
gatsby develop