Skip to content

xmun74/xmunt

Repository files navigation

xmunt Blog

🔗 Link: https://xmunt.vercel.app/

🛠 stack

📝 write

  1. _posts/ 디렉토리에 새 .md 파일 생성

  2. Frontmatter 작성:

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

About

personal blog using Next.js, TypeScript, styled-compopnents, next-mdx-remote, Vercel.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages