adeenayakup/blog — reverse-engineered prompt
Reverse engineered prompt
Build me a simple editorial blog repo like the Hugging Face blog, where writers can add a new post by creating one markdown file with a short filename that becomes the URL. Each post should support a title, thumbnail, and one or more authors in the header, then render the article with the published date, author avatars, and an Update on GitHub style link near the top.
I want the content workflow to feel easy for non engineers. Posts should be listed through a central blog config file, thumbnails should live in matching asset folders, and the site should handle normal markdown plus LaTeX, figure captions, highlight boxes, and embedded interactive apps. It would also be great to support translated content sections like French and Chinese if those folders exist.
Please include a clean contributor guide so someone can add a post, update the blog index, and open a pull request without guessing. If anything is unclear, look up current docs online and make sensible choices.
Want more depth? Deep Reverse