Golocron
A plug-and-play blogging and wiki system for Go backends with Markdown support and live preview.
Golocron is a lightweight, plug-and-play content management system designed specifically for Go backends. It provides a simple yet powerful solution for adding blogging and wiki functionality to existing Go web applications without requiring complex setup or configuration.
The system features a pluggable API and UI that seamlessly integrate into existing Go backends, with all documents stored directly on the filesystem for easy version control and backup. It includes built-in Markdown syntax highlighting and supports live preview mode for real-time content editing.
Golocron uses Go embed for static assets, making deployment simple and self-contained. The editor UI can be integrated at a configurable path prefix, and the system provides both an API for programmatic access and a web interface for content editors.