First article

This is my first try on pelican and markdown.

I like the idea of pelican, because of it simplicissity: The content and metadata is stored in textfiles and pelican generates static HTML pages from this. No PHP, CGI or Database. Sufficient for static content like another unecessary website like this one and perfectly secure without the need to update your CMS, if you are a lazy dog as I am.

One can also do funky code blocks with highlighting:

1
2
3
while(True):
    print(led.value)
    if(led.value): playsound('/home/user/test.wav')

Multi-languge support is a thing as well! This article is also available in German. Just switch languages with the button above...