gridsome starter bleda
1.0.0
Gridsome 的博客入门主题,灵感来自 Attila Ghost 主题,并使用 Tailwind CSS 进行样式设计。
建议您使用gridsome create命令安装 Bleda,以便 Gridsome 删除.git文件夹并为您安装 NPM 依赖项:
gridsome create my-website https://github.com/cossssmin/gridsome-starter-bleda.git或者,您可以克隆此存储库并手动设置:
git clone https://github.com/cossssmin/gridsome-starter-bleda.git my-website
# navigate to the directory
cd my-website
# remove the Git folder
rm -rf .git
# install NPM dependencies
npm install请参阅入门演示帖子中的配置说明。
运行gridsome develop以启动本地开发服务器,或gridsome build将静态站点构建到dist文件夹中。
有关更多信息,请参阅 Gridsome 文档。