Skip to main content

Blog

Render Snippets from Source Code with JBake + AsciiDoc

·3 mins
Using snippets from compilable source code files in prosa documents is a great approach. By doing so, I can make sure that the source code actually compiles. By adding unit tests, I can even make sure it does what it’s supposed to do. I knew such is possible with AsciiDoc/AsciiDoctor, but does it also work if AsciiDoctor is run via JBake?

Website and Blog Migration from WordPress to JBake

·9 mins
Finally, I had enough time to migrate my website and blog from WordPress to JBake, a static website generator written in Java. In this article I explain why I switched the technology and how I automatically migrated my contents – conversion-script included.

Giving my blog another try

·1 min
For quite a while I’ve not published any blog entry, even though I’ve started some, but yet never published. One reason is, that I consider myself a Coder not a Blogger. I really love to create solutions to problems, but once I figured it out, it all to often looks too simple to me to publish, at least on the …