quddus-larik/postfolio — reverse-engineered prompt
Reverse engineered prompt
Build me a simple portfolio site that has a built in blog I can actually use right away.
I want to write posts as MDX files inside a content folder, have a homepage that lists posts, and individual post pages that render the MDX content nicely with support for custom React style components inside the post body. Please include a clean table of contents generated from headings, and make the active section highlight as I scroll.
It should filter out draft posts automatically, use frontmatter for things like title, description, date, tags, author, and cover image, and let me choose where the blog content lives instead of hardcoding one folder. I also want the option to pull in a few posts from Dev.to and merge them with my local posts so everything appears in one blog.
Keep the UI polished but easy to customize, since this is meant to fit into a personal portfolio. If anything is unclear, check the current docs online and wire it up in a way that feels production ready.
Want more depth? Deep Reverse