Skip to content

Commit

Permalink
Merge pull request #21 from komasandesu/update-iroiro
Browse files Browse the repository at this point in the history
コードブロックなど変更
  • Loading branch information
komasandesu authored Sep 24, 2024
2 parents f0c4a12 + bdee0e4 commit ff56117
Show file tree
Hide file tree
Showing 8 changed files with 840 additions and 89 deletions.
250 changes: 243 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
"react-twitter-embed": "^4.0.4",
"react-youtube": "^10.1.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
"remark-math": "^6.0.0",
"remark-mdx-code-meta": "^2.0.0"
},
"devDependencies": {
"@types/node": "22.5.5",
"@types/node": "22.6.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-katex": "^3.0.4",
Expand Down
6 changes: 1 addition & 5 deletions posts/first_post.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ tags: ['blog', 'typescript', 'nextjs']

### 実装
- Next.jsを使用してブログを作りました。実装は主にChatGPTがやりました。<br/>
[参考記事]

[参考記事]: https://blog.jetbrains.com/webstorm/2021/10/building-a-blog-with-next-js-and-mdx/
[参考記事](https://blog.jetbrains.com/webstorm/2021/10/building-a-blog-with-next-js-and-mdx/)


### コードとか書けます。
Expand All @@ -25,5 +23,3 @@ tags: ['blog', 'typescript', 'nextjs']
- <Math inline math="\TeX" />

<Math math="\TeX" />

<div>{<Button text={"ぼたん"}/>}</div>
Loading

0 comments on commit ff56117

Please sign in to comment.