frijal/LayarKosong — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple static blog template for archiving old articles. I want it to feel like a lightweight personal blog, not a heavy CMS. The main workflow should be easy, I just drop an HTML article into a folder called artikelx, then the site processes it, moves it into the published articles area, adds basic SEO, creates a table of contents, uses local assets where possible, and keeps everything fast.

Please include a homepage, article pages, category pages, about, privacy, disclaimer, sitemap, RSS feeds, and a search page. The search should work fast from generated article data, and if Cloudflare D1 is available it can use that too. URLs should look clean without .html.

Set up automation so pushing to GitHub can generate article data, feeds, sitemap, redirects, markdown copies if needed, minified files, and then deploy to Cloudflare Pages with Wrangler. Use Bun for the scripts. Look up current Cloudflare and GitHub Actions docs online if needed.

Want more depth? Deep Reverse