Hi everyone 👋

I’m planning to build my own programming blog, and I’d love to get your input!

Here’s what I’m aiming for:

✅ The content will be written fully in Markdown
✅ I don’t want to use any database
✅ I want full control over customization — so I’m not looking to use WordPress, Ghost, or similar platforms
✅ I prefer building things from scratch or at least with lightweight frameworks/libraries

Basically, I want a developer-focused blog that I can style and structure completely my way.

So my question is:

Which tech stack would you recommend for this kind of setup?

& How to best organize and parse Markdown content?

Right now I’m thinking of using Next.js with some Markdown libraries like gray-matter and remark to parse the posts. It seems like a solid setup using getStaticProps for static generation.

But I’m wondering…

👉 Is there a better or more lightweight option for this use case?
Maybe something like Astro, Eleventy, or even something more minimal?

Thanks in advance for any thoughts or experiences you can share!


Source: DEV Community.


Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.