Agit CMS is a simple web frontend interface that allows developers to manage markdown and media contents. It is designed for use with markdown-based static site generators like Hugo and Jekyll. With Agit CMS, users can write markdown blog posts in a hackable way and easily manage their content.
To install Agit CMS, run the following command:
npm install -g agitcms
To start Agit CMS, use this command:
agitcms
To change the port, use:
AGIT_FRONTEND=3001 agitcms
Agit CMS is a developer-friendly web frontend interface for managing markdown and media contents. It offers features like a vertical split style markdown editor, type-aware frontmatter editor, customizability options, integrated terminal, Mathjax rendering, and image pasting. With Agit CMS, developers can efficiently write and manage their blog posts while using their preferred static site generator.