1
0
Fork 0
bascht.com/content/tech/2009-11-05-hello-posterous-...

13 lines
731 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Hello, Posterous.
category: tech
---
<p>Though there's a permanent need to post tech stuff to my primary blog at <a href="http://blog.bascht.com">http://blog.bascht.com</a>, I wanted to keep that place more like a personal weblog, e.g. <em>clean</em>. So what you're seeing here, is the workaround for that: It's the Tech-Blog of <a href="http://www.bascht.com">Bascht</a>. </p>
<p>This is the place where I want to post code snippets, rants and beautiful findings around the world of Symfony, Doctrine and other fancy stuff.</p>
<p>And, beware: It's got syntax highlighting!</p>
<p><code> #!/usr/bin/env python
# -*- coding: utf-8 -*-
if __name__ == "__main__":
  print "Hi Posterous!" </code></p>
<p> </p>