Hello,

Welcome to my minimalistic blog! It's a place for gathering ideas and notes for my hobby projects.

I got web hosting from home.pl for 30 cents... Nothing really special - just PHP and mysql there.

For some time I didn't use it at all. Now I got idea I can publish notes from my projects, if not for the others than just for myself.

Recently I published one tutorial on Github as a Readme.md article for my experiments. Markdown is pretty decent way of writing such notes, so I thought I'll use it on this site. I found some simplistic solution for Markdown based blog. It is not ideal, but it's a good start.

First what I've changed is version of Markdown-to-HTML translator. I upgraded it to newest version from here. By the way I found out that nowadays even PHP has packaging system for modules.

Than I did some minor changes in template...

Last but not least, I wrote simple cron job to update this blog from Github. Now I can edit it on Github and cron will pull updates automatically.