✒️Simple Blog Engine based on pure Markdown files.
💕 Works without database, caches HTML templates from Markdown files.
🚀 Fast and extendable.
Live example: https://blog.brodaty.dev
composer install
npm install
symfony serve
Create directory for your Markdown documents.
mkdir -p resources/articles
Upload any number of documents in given directory and clear cache.
php bin/console app:clear
Your Markdown files will be cached and served as HTML files in under 10ms!
You can freely customize Presentation
layer in src/Presentation
to your liking.