A markdown flat file CMS

v1.4.1 2025-03-21 13:24 UTC

This package is auto-updated.

Last update: 2025-03-21 13:24:36 UTC


README

PHP Tests License: MIT PHP Version Symfony Version

πŸš€ A modern, file-based CMS built with Symfony and TailwindCSS. Create beautiful websites without the complexity of a database!

🎯 Why MarkFlat?

MarkFlat is designed for developers and content creators who want a simple, fast, and modern CMS without the overhead of a database. Write your content in Markdown, style it with TailwindCSS, and deploy it anywhere!

✨ Key Features

  • πŸ“ File-based: No database required - all content lives in Markdown files
  • 🎨 Modern Stack: Built with Symfony 7+ and TailwindCSS
  • πŸ—ΊοΈ Interactive Maps: Built-in Leaflet.js integration
  • 🎯 Simple & Fast: Lightweight and blazing fast by design
  • πŸ” Full-text Search: Find content instantly
  • πŸ“± Responsive: Beautiful on all devices
  • πŸŒ™ Dark Mode: Built-in dark mode support
  • 🏷️ Tag System: Organize content effortlessly

πŸš€ Quick Start

# Clone the repository
git clone https://github.com/auvernhatinternet/markflat.git
cd markflat

# Using Docker (recommended)
docker build -t markflat-app .
docker run -dit --name markflat-app -p 8080:80 -v "$PWD":/var/www/html markflat-app

# Or manual installation
composer install
npm install
npm run build

πŸ“– Documentation

Detailed documentation is available in the /doc directory:

🌟 Showcase

MarkFlat Screenshot

🀝 Contributing

We love your input! Check out our Contributing Guide to get started.

  • πŸ› Report bugs by opening an issue
  • πŸ’‘ Propose new features
  • πŸ“ Improve documentation
  • πŸ”§ Submit pull requests

πŸ’– Support

  • ⭐ Star this repo
  • πŸ“’ Share with your friends

πŸ“„ License

MarkFlat is open-source software licensed under the MIT license.

πŸ™ Acknowledgments

Made with ❀️ by the MarkFlat team