An open API service indexing awesome lists of open source software.

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.

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`)