This is my personal blog built with Next.js. This blog is a place where I share my thoughts, experiences, and insights on various topics. I hope you'll find something here that resonates with you.
Next.js: This blog is powered by Next.js, a React framework for building fast and efficient web applications.
Markdown Support: Write your blog posts in Markdown for easy formatting.
Syntax Highlighting: Code blocks in your blog posts are automatically syntax-highlighted for a better reading experience.
SEO Optimized: Implement SEO best practices to help your blog posts rank well on search engines.
Responsive Design: Your blog looks great on all devices, from smartphones to desktops.
Commenting: Engage with your readers through comments using platforms like Disqus.
/app
dirpnpm install
.env.example
to .env.local
and update the variables.cp .env.example .env.local
pnpm dev