Home for the Mapnik project on the web.
Uses jekyll.
bundle install
bundle exec jekyll serve
http://127.0.0.1:4000/
Format /news posts as either .html or .md files. Code snippets should be wrapped in highlight liquid tags either with or without line numbers, outlined below. Replace xml with the code snippet type.
{% highlight xml %} 
	code here 
{% endhighlight %}
or
{% highlight xml linenos %} 
	code here 
{% endhighlight %}