https://github.com/leafcutter-cms/leafcutter
An minimalist CMS designed primarily for maximum extensibility and flexibility
https://github.com/leafcutter-cms/leafcutter
cms flat-file leafcutter markdown web
Last synced: 6 months ago
JSON representation
An minimalist CMS designed primarily for maximum extensibility and flexibility
- Host: GitHub
- URL: https://github.com/leafcutter-cms/leafcutter
- Owner: leafcutter-cms
- License: mit
- Created: 2019-12-17T01:48:57.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T06:29:42.000Z (over 5 years ago)
- Last Synced: 2023-09-29T19:46:29.534Z (almost 3 years ago)
- Topics: cms, flat-file, leafcutter, markdown, web
- Language: PHP
- Homepage:
- Size: 46.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leafcutter CMS

[](https://travis-ci.org/leafcutter-cms/leafcutter)
[](https://coveralls.io/github/leafcutter-cms/leafcutter?branch=main)
Leafcutter is designed to be a an extremely simple but extensible CMS, with a bare-bones installation providing nothing but flat-file Markdown transformations and some basic theming and image processing tools. The core concept is to build a CMS that starts with as little complexity and attack surface as possible, and break as many additional features as possible out into optional addons.
This repository is the core code, and will not allow you to easily spin up an instance. It is intended to be installed via Composer, and shouldn't be used directly.
For more information about how to get started with Leafcutter, visit:
* [Site template](https://github.com/leafcutter-cms/site-template)
* [Theme template](https://github.com/leafcutter-cms/theme-template)
* [Addon template](https://github.com/leafcutter-cms/addon-template)