A super lightweight and simple CMS, built for the modern web and simplicity
Go to file
2023-01-06 13:40:02 -08:00
src Created an autoloader 2023-01-06 13:40:02 -08:00
.gitignore Initial support for theming 2023-01-05 23:43:31 -08:00
composer.json Created an autoloader 2023-01-06 13:40:02 -08:00
composer.lock Created an autoloader 2023-01-06 13:40:02 -08:00
readme.md Fixed usage of subpages, added random content 2023-01-06 12:27:36 -08:00

AntCMS

A tiny and fast CMS system for static websites.

What is AntCMS

AntCMS is a lightweight CMS system designed for simplicity, speed, and small size. It is a flat file CMS, meaning it lacks advanced features but benefits from improved speed and reduced complexity.

How fast is AntCMS?

AntCMS is extremely fast, thanks to its simple backend and caching. It can render and deliver pages to end users in milliseconds.

How does it work?

AntCMS is very straightforward to use. First, you need a template in HTML with special elements for AntCMS. Then, you write your content using markdown, a popular way to format plain text documents. AntCMS converts the markdown to HTML, integrates it into the template, and sends it to the viewer. Even without caching, this process is quick, but AntCMS also has caching capabilities to further improve rendering times.