CMS for Hugo
Working in a text editor for creating new blog posts is not the ultimate experience: You have to enter many things manually, you may forget items likes tags, and worst of all, it’s no easy to write posts on your phone.
Not to mention, adding images is always a headache: Put it in the right place, and enter the right address in the specific tag.
So I vibe-coded a simple CMS for managing Hugo posts.
First, I was considering moving to Ghost, but when the “Import” from my Hugo blog failed, and I realized the painful process I have to go through for migrating my posts, I decided to stick with Hugo.
Let’s add a picture here:
Also let’s try a bit of code:
#include <stdio.h>
int main() {
printf("Hello world!");
return 0;
}
I used Antigravity for this application. I went quite smoothly.
The look is plain and dull, but it only took a few prompts to make it work.
Now let’s see if the publish also works as expected!
Edit: Posting was succesful. Next: Editing the post.
And now adding an image from my phone…
