Hello World!

Hello, world!

This is the first post on this blog. It is a bit of an experiment, as I am using several new (and new-to-me) techniques for creating and publishing this content

This is the first post on this blog. It is a bit of an experiment, as I am using several new (and new-to-me) techniques for creating and publishing this content. All of the tools are based on standards (formal and de facto) and are freely available.

All of the content is written in Markdown, a human-readable syntax for formatting text. I am using the free Markdown Pad editor to write the content.

The Markdown files are then ran through a custom tool that I created. The tool scans a directory for Markdown files (.md extension) and then converts the text to HTML (using the Markdown Sharp library). The resulting HTML is then injected into an HTML template to create the final page. You can see the raw Markdown source used to generate any page by replacing the .html extension with .md (Example: first-post.md).

As of this writing (2012.03.19), the template itself is using the html5boilerplate library, with a side helping of Twitter Bootstrap thrown in for the UI elements, all generated automatically by Initializr.

Finally, the pages are being hosted on Github using their Pages feature. The static .html files are all version controlled and stored in Github as normal, but Github also makes them browsable.

Anyway, it sounds like a lot of moving parts, but it really makes things quite easy. Just open up a text editor and write the text without worrying about the HTML formatting too much, then click a button and everything is transformed into standards-compliant HTML magically. A simple push to Github and the pages are all updated with full backups, etc.

Let's see how it goes.