feat: set up basic blog structure
This commit is contained in:
parent
f4f421ac43
commit
8599464f2d
7 changed files with 1740 additions and 88 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@deckdeckgo/highlight-code": "^3.6.0",
|
||||
"@emotion/react": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.0",
|
||||
"@mdx-js/mdx": "^1.6.22",
|
||||
|
|
@ -25,9 +26,13 @@
|
|||
"gatsby-plugin-image": "^2.19.0",
|
||||
"gatsby-plugin-manifest": "^4.19.0",
|
||||
"gatsby-plugin-mdx": "^3.19.0",
|
||||
"gatsby-plugin-mdx-frontmatter": "^0.0.4",
|
||||
"gatsby-plugin-react-helmet": "^5.19.0",
|
||||
"gatsby-plugin-sharp": "^4.19.0",
|
||||
"gatsby-plugin-sitemap": "^5.19.0",
|
||||
"gatsby-remark-highlight-code": "^3.2.0",
|
||||
"gatsby-source-filesystem": "^4.19.0",
|
||||
"gatsby-transformer-remark": "^5.19.0",
|
||||
"gatsby-transformer-sharp": "^4.19.0",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue