Thanks a lot, that’s really a great idea. I will following this way to read the source code. What I want to try is to make it as a backend server and support client like React/Vue/Svelte for SPA/PWA, which will need some details info, so that I can build HUGO content in other services.
Thanks for sharing. My goal is not to create another headless CRM or help people to migrate from Hugo. Instead, I aim to extend Hugo’s open-source code and turn it into a hugo native headless CRM, make hugo support static plus dynamic in the future to enrich the ecosystem of this outstanding open-source project.
This sounds pretty cool and convenient. Unfortunately, I don’t have enough time at the moment (maybe later this year) to get into these things. So, I’ll have a look from time to time just to follow up. Good luck and happy coding
Just a quick update. At present, the source code has been sorted out by using DDD (Domain Driven Design), as shown in the domain model diagram below. The whole process took longer than I expected. Hugo is so powerful, with many functions and more details. And I believe that’s why Hugo attracts so many contributors and users. For next step, I will get into API design phase. You can also help with some application scenarios to verify how to abstract the API.
It’s been exactly a year since I first posted here in September 2023, and I’m excited to come back with an update! I’m happy to report that I didn’t go back on my word — the proof of concept (PoC) is up and running!
The PoC now supports the following workflow:
Load a Hugo project into the CMS via a command line interface.
Add a new post to the project using an API.
Build the site using an API.
Deploy the site to Netlify via an API.
This is just a simple update as I wanted to share something before the end of September. Next, I’ll be preparing a detailed demo to help introduce the full functionality. Coming soon…
I’ve developed an Obsidian plugin called Friday. The backend service powering this plugin is provided by Hugoverse, an open-source project like Hugo. Friday helps you turn your Obsidian notes into a full website by applying Hugo themes (with some adaptations). It streamlines the process of generating and deploying sites directly from your notes.
It’s still in active development, but I’m planning to release it soon for testing. If you’re interested, I’d be happy to share updates as the project progresses!
Looks interesting so far, I’ve stopped to check out TinaCMS, and I’m thinking of using it with Hugo for my next site. Usually, the problems start later, especially when dealing with additional fields like a WYSIWYG editor or an OpenStreetMap field. As soon as you go beyond standard text, title, and tags, things get tricky. Anyway, it looks great, good job! I think there will be people who find this interesting.
Thank you for sharing your practical experience—it’s truly helpful! I appreciate your insights into WYSIWYG editors and OpenStreetMap fields.
My vision for Hugoverse is to create a Headless CMS that combines Hugo with Ponzu, focusing on seamless site rendering. The foundation remains Markdown syntax, and I plan to offer tailored support based on the tools users use. For example, I started with Obsidian, and I’ve developed a plugin called Friday. Friday helps users manage their notes within Obsidian and uploads them via APIs to Hugoverse. Based on their selected theme and content, the site is generated and deployed directly to Netlify.
To better support Obsidian, my next step is to extend its functionality by incorporating Obsidian’s double-link Markdown syntax. This will likely require enhancing the Markdown parser or implementing support similar to shortcodes.
As for WYSIWYG editors and OpenStreetMap, I’ll evaluate the need based on specific use cases. While it’s important to acknowledge some limitations, I’m optimistic that focusing on well-defined directions allows us to adapt and improve as needed.
Thanks again for your kind words and feedback—I’m glad this resonates with others, and I look forward to seeing how these ideas evolve!