1 Star 0 Fork 0

Jeff/space

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gatsby-config.js 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeff 提交于 2021-04-29 20:16 . fix: use @jeff-tian's yueque source
const siteMetadata = require('./site-metadata.json')
module.exports = {
pathPrefix: '/',
siteMetadata: siteMetadata,
plugins: [
`gatsby-plugin-react-helmet`,
`gatsby-source-data`,
`gatsby-transformer-remark`,
{
resolve: `gatsby-source-filesystem`,
options: {
name: `pages`,
path: `${__dirname}/src/pages`,
},
},
{
resolve: `gatsby-plugin-sass`,
options: {},
},
{
resolve: `gatsby-remark-page-creator`,
options: {},
},
{
resolve: `@stackbit/gatsby-plugin-menus`,
options: {
sourceUrlPath: `fields.url`,
pageContextProperty: `menus`,
},
},
`gatsby-plugin-favicon`,
{
resolve: '@jeff-tian/gatsby-source-yuque',
options: {
login: 'tian-jie',
repo: 'blog',
mdNameFormat: 'slug',
},
},
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/zizhujy/space.git
[email protected]:zizhujy/space.git
zizhujy
space
space
master

搜索帮助