Kim's Blog
- Tailwind CSS
- Template: blog-starter
- Typescript
- NextJs's Static Generation
- Blog posts dynamically created from every markdown file stored in
/_postsdirectory remarkandremark-htmlto convert the Markdown files into an HTML string and then send it down as a prop to the page.- The metadata of every post is handled by
gray-matterand also sent in props to the page.
Hosted and Deployed with vercel on every commit.