markdown-blog
markdown-blog copied to clipboard
Simple PHP blog that renders markdown posts. No installation or database needed.
Hey, I love the minimalistic blog thing !! I'm trying to intregrate it in my own website. But... When I go to the blog post page, i gives me a...
In case you're interested in adding this: ``` $ cat Dockerfile FROM php:7.2-apache COPY markdown-blog/ /var/www/html/ RUN a2enmod rewrite RUN echo "RewriteEngine On" >> /etc/apache2/apache2.conf ``` Then: ``` docker build...
UX enhancement to allow users to quickly go back to the blog index page from each post once they have finished reading.