From 3c19c4c1997819ae9f2e6bb342d767b8d90d9199 Mon Sep 17 00:00:00 2001 From: "Khokon M." <50947615+khokonm@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:55:21 +0600 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20added=20MindMire=20to=20showcase=20?= =?UTF-8?q?=E2=80=93=20supports=20fully=20interactive=20JSX=20blog=20posts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba30b923a0..9ee466c6eb 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Internationalization support - [Template with i18n](https://tailwind-nextjs-star - [Demo Blog](https://tailwind-nextjs-starter-blog.vercel.app/) - this repo - [My personal blog](https://www.timlrx.com) - modified to auto-generate blog posts with dates +- [MindMire](https://mindmire.com) - A personal mind-dump blog. Modified to support full JSX-powered interactive posts, enabling highly dynamic, experimental writing. ([source code](https://github.com/khokonm/mindmire.com)) - [Karhdo's Blog](https://karhdo.dev) - Karhdo's Blog - Karhdo's Coding Adventure ([source code](https://github.com/Karhdo/karhdo.dev)) - [SOTO's Blog](https://www.atksoto.com/) - A more personalized personal website upgraded from V1 ([source code](https://github.com/acsoto/soto-blog-nextjs)) - [Prabhu's Blog](https://v1-prabhukirankonda.vercel.app) - Prabhu's Personal website with blog ([source code](https://github.com/prabhukiran8790/prabhukirankonda)) From 0c846efc84df895fcf96eedc506604d8407a4740 Mon Sep 17 00:00:00 2001 From: "Khokon M." <50947615+khokonm@users.noreply.github.com> Date: Sat, 5 Jul 2025 01:18:26 +0600 Subject: [PATCH 2/2] Moved the mindmire.com showcase to the bottom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee466c6eb..ad77235fae 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ Internationalization support - [Template with i18n](https://tailwind-nextjs-star - [Demo Blog](https://tailwind-nextjs-starter-blog.vercel.app/) - this repo - [My personal blog](https://www.timlrx.com) - modified to auto-generate blog posts with dates -- [MindMire](https://mindmire.com) - A personal mind-dump blog. Modified to support full JSX-powered interactive posts, enabling highly dynamic, experimental writing. ([source code](https://github.com/khokonm/mindmire.com)) - [Karhdo's Blog](https://karhdo.dev) - Karhdo's Blog - Karhdo's Coding Adventure ([source code](https://github.com/Karhdo/karhdo.dev)) - [SOTO's Blog](https://www.atksoto.com/) - A more personalized personal website upgraded from V1 ([source code](https://github.com/acsoto/soto-blog-nextjs)) - [Prabhu's Blog](https://v1-prabhukirankonda.vercel.app) - Prabhu's Personal website with blog ([source code](https://github.com/prabhukiran8790/prabhukirankonda)) @@ -88,6 +87,7 @@ Internationalization support - [Template with i18n](https://tailwind-nextjs-star - [trungtmnguyen.com](https://www.trungtmnguyen.com/) - πŸ‡»πŸ‡³ Trung's personal and technical blogs – some idea about me, tips, ideas and learned. Add some custom components, like: UnderlineHoverLink, Timeline, neon-border styles and will have more in the future. ([source](https://github.com/trungntm/trungtmnguyen.com)) - [Ryan Fitton's Blog](https://ryanfitton.co.uk/) – A custom theme version with 'Portfolio' section. Used as a personal Blog/Portfolio for development projects. ([source code](https://github.com/ryanfitton/ryanfitton-nextjs-2024)) - [ktovoz.com](https://www.ktovoz.com/) - Kto's personal blog, sharing life, technology. Added article categories and article directory navigation γ€ŒδΈ­ζ–‡γ€ +- [MindMire](https://mindmire.com) - A personal mind-dump blog. Modified to support full JSX-powered interactive posts, enabling highly dynamic, experimental writing. ([source code](https://github.com/khokonm/mindmire.com)) Using the template? Feel free to create a PR and add your blog to this list.