I built simple Git-based CMS for Hugo static site generators.
No backend, no database, no configs. Just login with Github, select your repo and start editing.
If you use Hugo for blogging, feel free to check it out at
https://github.com/arashthr/hugo-flow> Why did you make it?
I wanted to be able to write posts on my phone, and it's not easy to do that with Markdown. Adding images is also always a headache: copy them, minimize and compress them, remember the correct syntax for images, and type the path.
> How did you make it?
I used Google Stitch for the design and Antigravity for coding.
> What about alternatives?
Check out Front-end interfaces page in Hugo website. None of them is as simple and dumb as I wanted.
> But is it actually working?
It's not perfect, but it works well for me. You're welcome to open issues if you find problems.
Maintaining the side on a PC became tedious.
Netlify made life easier by emoving dependency on a local machine and offering an online CMS -- but the UX of editing is very irksome and not conducive to writing.
There were a few nagging bugs in the Netlify CMS editor -- like cursor always jumping to end of line if you are trying to edit in middle of a line. I finnaly fixed this bug by spending 30 mintes with Claude Code.
But yeah -- I have been meaning to build my own online CMS to allow frictionless editing and blog posting. Will either use this or take some inspiration from this for sure. Good work - looks nice!
reply