this post was submitted on 23 Sep 2025
10 points (100.0% liked)
Programming
307 readers
1 users here now
Welcome to the Lemmygrad programming community! This is a space where programmers of all levels can discuss programming, ask for help with problems, and share their personal programming projects with others.
Rules
- Respect all users, regardless of their level of knowledge in programming. We're here to learn and help each other improve.
- Keep posts relevant to programming and related topics.
- Respect people's personal preferences. If you disagree with someone's choice of programming language, method of formatting code, or anything else, don't attack the poster. Genuine criticism is fine, but personal attacks are not.
- In order to promote breaks from typing, all code snippets must be photos of code written on paper.
Just kidding :), please use proper markdown code blocks.
founded 2 years ago
MODERATORS
I like hugo for this kind of blog, you just edit .md files that will be your blog posts and commit.
Sounds interesting, thanks! I'll look into it. Is it possible to integrate it with React?
I've been trying to accomplish something similar with NextJS + TinaCMS. The CMS effectively just commits .md files there too, NextJS handles the routing. It works quite well with Vercel, I just (maybe unjustly) feel somewhat uncomfortable with that degree of cloud-integration and cross-dependencies in a political project.
I think yes, but I will look into it tomorrow.