It is quite impressive to stumble upon PHP code, that has been assembled such that a blog page can be constructed without any installation and by putting Markdown files into a folder. This makes it extremely easy for a ,,lone ranger'' to keep his thoughts and be able to publish it in a convenient manner.
Now it is interesting to see if it is only the first paragraph that is presented on the main page, or if it is the whole post. If the first, then the Markdown must be written with intentional short first paraghraph. More modern way of doing things is to limit the paragraph to certain number of characters and then putting a link to something that says more ;-)
Took care of it myself. Added time to the date and truncated the first paragraph after 256 characters.