4 comments

  • albert_e35 minutes ago
    I have used hugo both dircetly and also via Netlify hosting.<p>Maintaining the side on a PC became tedious.<p>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.<p>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.<p>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!
  • gregman137 minutes ago
    Is it similar to battle tested DecapCMS? <a href="https:&#x2F;&#x2F;decapcms.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;decapcms.org&#x2F;</a>
  • loloquwowndueo25 minutes ago
    You could have told your LLM to NOT use node&#x2F;js&#x2F;npm and made the thing far more secure from day one. Npm is a security nightmare.<p>Also you say it’s git-based but it depends on GitHub. GitHub is not git. What if I want to use another git forge or god forbid a local repo?<p>I have a similar thing but it doesn’t assume GitHub and is coded in Python (by hand, it’s like 100 lines of Python and flask). Serves my needs! Simple and dumb.
  • Terretta1 day ago
    You know who else used git backed pages?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;gollum&#x2F;gollum&#x2F;wiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gollum&#x2F;gollum&#x2F;wiki</a><p>This is pretty simple and dumb :-)