Development
Added a blog foundation to the portfolio
Implementation notes on introducing an mdx-core powered blog so ayneg can keep recording project work and technical experiments.
- Next.js
- MDX
- Portfolio
What this blog is for
ayneg now has a dedicated place to document project context, learning logs, and SEO experiments alongside the portfolio.
Articles live in the repository as MDX files and are loaded and rendered through the shared @monorepo/mdx-core package.
Initial scope
- Article list and detail pages
- Display of title, description, date, category, and tags
- Draft exclusion in production
Search, category pages, and similar features can be added later once the article volume justifies them.