搜索结果
查询Tags标签: gatsby,共有 6条记录-
Gatsby plugins All In One
Gatsby plugins All In One refs©xgqfrms 2012-2020 www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问! 原创文章,版权所有©️xgqfrms, 禁止转载
2022/8/2 6:24:04 人评论 次浏览 -
如何使用 GitHub Actions 发布 Gatsby 静态网站 All In One
如何使用 GitHub Actions 发布 Gatsby 静态网站 All In OneSSG 静态网站生成器gatsby-gh-pages-action https://github.com/enriikke/gatsby-gh-pages-action secrets.ACCESS_TOKEN name: Gatsby Auto Publishon:push:branches:- mainjobs:build:runs-on: ubuntu-latestst…
2022/8/1 6:22:53 人评论 次浏览 -
将 Gatsby 项目迁移到 TypeScript
示例仓库 https://github.com/XYShaoKang... 之前花了些时间将gatsby-theme-gitbook迁移到 Typescript,以获得在 VSCode 中更好的编程体验.整体差不多已经完成迁移,剩下将 Gatsby 的 API 文件也迁移到 TS,这里可以看到 gatsby#21995 官方也在将核心代码库迁移到 Typescrip…
2020/6/6 5:55:37 人评论 次浏览 -
使用 VSCode 开发 Gatsby 项目配置
示例仓库 https://github.com/XYShaoKang... 初始化 使用 https://github.com/XYShaoKang... 作为基础模板 gatsby new gatsby-project-config https://github.com/XYShaoKang/gatsby-hello-world Prettier 配置 安装 VSCode 扩展 按 Ctrl + P (MAC 下: Cmd + P) 输入以下…
2020/6/1 5:25:25 人评论 次浏览 -
Gatsby 入门
示例仓库https://github.com/XYShaoKang...初始化项目 支持 styled-components 解析 Markdown 文件 相关资源初始化项目 初始化方式一: # 安装全局命令行工具 gatsby,然后使用 gatsby 初始化项目 yarn global add gatsby-cli # or npm install -g gatsby-cli gatsby new g…
2020/5/20 14:26:34 人评论 次浏览 -
使用 gatsby cli 生成一个新的站点时,卡在安装`pngquant-bin`的临时解决办法
gatsby#20389 原因: 原因是gatsby生成的默认站点会依赖一个包pngquant-bin gatsby-starter-default@0.1.0 └─┬ gatsby-plugin-sharp@2.6.1└─┬ imagemin-pngquant@6.0.1└── pngquant-bin@5.0.2 pngquant-bin会根据不同的平台,去raw.githubusercontent.com下载对应…
2020/5/18 14:26:23 人评论 次浏览