imnya.ng/src/lib
imnyang 35f2c41d7b
feat: add MDX support and blog functionality
- Updated next.config.ts to include MDX support with new page extensions.
- Added dependencies for MDX in package.json.
- Refactored Home component to include BlogList.
- Adjusted layout and styling in Projects and Timeline components.
- Implemented dynamic blog post routing with generateStaticParams and BlogPost component.
- Created BlogLayout for consistent blog page structure.
- Added initial blog post in MDX format.
- Developed BlogList component to display a list of blog posts.
- Introduced blog utility functions to read and parse MDX files.
2025-11-20 00:17:59 +09:00
..
blog.ts feat: add MDX support and blog functionality 2025-11-20 00:17:59 +09:00
events.ts feat(ui/ux): add timeline, hero, and NeoFetch components + data/hooks 2025-10-22 22:33:40 +09:00
utils.ts Init shadcn, Make Sidebar 2025-10-09 01:43:14 +09:00