https://github.com/xmun74/xmunt
personal blog using Next.js, TypeScript, styled-compopnents, next-mdx-remote, Vercel.
https://github.com/xmun74/xmunt
blog next-mdx-remote nextjs styled-components typescript vercel
Last synced: about 2 months ago
JSON representation
personal blog using Next.js, TypeScript, styled-compopnents, next-mdx-remote, Vercel.
- Host: GitHub
- URL: https://github.com/xmun74/xmunt
- Owner: xmun74
- Created: 2023-01-11T03:04:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-07T07:51:25.000Z (about 2 months ago)
- Last Synced: 2026-05-07T09:37:39.064Z (about 2 months ago)
- Topics: blog, next-mdx-remote, nextjs, styled-components, typescript, vercel
- Language: TypeScript
- Homepage: https://xmunt.vercel.app
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xmunt Blog
π **Link**: [https://xmunt.vercel.app/](https://xmunt.vercel.app/)
## π stack
- Next.js
- TypeScript
- next-mdx-remote
- styled-components
- Recoil
- **[next-mdx-remote](https://github.com/hashicorp/next-mdx-remote)** `4.3.0` - MDX λ λλ§
- **[gray-matter](https://github.com/jonschlinkert/gray-matter)** `4.0.3` - Frontmatter νμ±
- **[rehype-prism-plus](https://github.com/timlrx/rehype-prism-plus)** - μ½λ νμ΄λΌμ΄ν
- **[remark-gfm](https://github.com/remarkjs/remark-gfm)** - GitHub Flavored Markdown
## π write
1. `_posts/` λλ ν 리μ μ `.md` νμΌ μμ±
2. Frontmatter μμ±:
```markdown
---
title: 'ν¬μ€νΈ μ λͺ©'
description: 'ν¬μ€νΈ μ€λͺ
'
coverImage: '/images/posts/example/cover.jpg'
date: '2024-01-01'
path: 'post-slug'
category: 'μΉ΄ν
κ³ λ¦¬'
tags:
- 'νκ·Έ1'
- 'νκ·Έ2'
---
# ν¬μ€νΈ λ΄μ©
```
3. μ΄λ―Έμ§ λ³΅μ¬ : **Paste Image** μ¬μ© (λ¨μΆν€: `Option + Command + V`)