Welcome to @hoag/blog
Admin,•Product
Welcome to the new blog system for the @hoag/ui project. We've redesigned the homepage inspired by the Vercel Blog to provide the best reading experience.
Why the change?
Using a pure MDX listing page sometimes limits UI customization. By switching the homepage to React (index.tsx), we can:
- Custom Layout: Design Featured Posts and quick update Sidebars.
- Performance: Take full advantage of Next.js rendering capabilities.
- SEO: More flexible meta tag management for each post.
New URL Structure
All your posts will be located at:
http://localhost:3001/blog/[slug]
Try creating a new post in the apps/blog/src/pages/blog/your-post-title.mdx directory and give it a spin!