Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 357 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 357 Bytes

yrnana.dev

Stack

  • Astro
  • TypeScript
  • TailwindCSS
  • ESlint
  • Prettier

Getting Started

설치 및 개발환경 실행

pnpm install

Route

  • / : PostList
  • /page/:page : PostList (+paging)
  • /tag/:tag : PostList (+filtered by tag)
  • /tags : TagList
  • /post/:slug : Post
  • /about
  • /archive : PostList (Timeline)