Agitcms

screenshot of Agitcms
hugo
jekyll
react
scss

Overview

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.

Features

  • Vertical split style markdown editor: Provides a vertical split view with a markdown editor on one side and a preview panel on the other.
  • Type-aware frontmatter editor: Allows users to easily edit the frontmatter of their markdown posts.
  • Custom editor snippet/toolbar/keymap: Users can customize the editor with their own snippets, toolbar buttons, and keymaps.
  • Custom frontmatter language & delimiters: Supports custom frontmatter languages like YAML or TOML, allowing for flexibility in content management.
  • Integrated Terminal: Includes an integrated terminal for running server commands like Hugo or Jekyll.
  • Mathjax rendering: Supports rendering math equations using Mathjax syntax.
  • Image pasting into the editor: Users can paste images directly into the editor for easy inclusion in their blog posts.

Summary

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.

hugo
Hugo

Hugo is an open-source static site generator that features fast build times, flexible themes, support for multiple content formats, multilingual websites, live reloading, and an active community. It allows developers to easily create and deploy SEO-friendly and mobile-responsive websites.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.