Skip to content

Commit 7a109c7

Browse files
committed
Use gatsby-theme-blog-core
1 parent 5552aa4 commit 7a109c7

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ Use the -H to set the hostname IP address for remote access
1414

1515
http://localhost:8000/___graphql
1616

17-
## 2022.02.22
17+
## gatsby-theme-blog-core
18+
19+
- https://github.com/gatsbyjs/themes/tree/master/packages/gatsby-theme-blog-core

gatsby-config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,12 @@ module.exports = {
8383
head: true,
8484
}
8585
},
86+
{
87+
resolve: `gatsby-theme-blog-core`,
88+
options: {
89+
// basePath defaults to `/`
90+
basePath: `/blog`,
91+
},
92+
}
8693
],
8794
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"gatsby-remark-responsive-iframe": "^5.8.0",
2323
"gatsby-remark-smartypants": "^5.8.0",
2424
"gatsby-source-filesystem": "^4.8.0",
25+
"gatsby-theme-blog-core": "^4.0.0",
2526
"gatsby-transformer-remark": "^5.8.0",
2627
"gatsby-transformer-sharp": "^4.8.0",
2728
"prismjs": "^1.27.0",

0 commit comments

Comments
 (0)