brodaty-blog
Live Site
Live example: https://blog.brodaty.dev
Local development
composer install
npm install
symfony serve
Usage
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!
Customization
You can freely customize Presentation
layer in src/Presentation
to your liking.