Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

コードブロックなど変更 #21

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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