https://github.com/matthewbdaly/flatmate
Simple flat-file CMS
https://github.com/matthewbdaly/flatmate
php slimphp
Last synced: about 1 year ago
JSON representation
Simple flat-file CMS
- Host: GitHub
- URL: https://github.com/matthewbdaly/flatmate
- Owner: matthewbdaly
- License: mit
- Created: 2018-04-15T18:20:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T19:57:23.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T07:09:13.701Z (over 1 year ago)
- Topics: php, slimphp
- Language: PHP
- Size: 136 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flatmate
Simple flat-file CMS. Drop Markdown files with front-matter in the `content` directory and they will become routes in the application.
Frontend
--------
Flatmate ships with Laravel Mix, to help you manage your front-end assets. However, it's not compulsory and you're free to replace it with whatever front-end toolchain you prefer for your own projects.