|
@@ -0,0 +1,21 @@
|
|
1
|
+title: Blog
|
|
2
|
+post: Mechanische Tastatur
|
|
3
|
+date: 2013-06-20
|
|
4
|
+comments: true
|
|
5
|
+---
|
|
6
|
+
|
|
7
|
+## {{ page["post"] }}
|
|
8
|
+<!--%
|
|
9
|
+from datetime import datetime
|
|
10
|
+date = datetime.strptime(page["date"], "%Y-%m-%d").strftime("%B %d, %Y")
|
|
11
|
+print "*Posted at %s.*" % date
|
|
12
|
+%-->
|
|
13
|
+
|
|
14
|
+Heute durfte ich meine neue (und erste) mechanische Tastatur beim Zoll abholen. Bestellt habe ich bei [mechanicalkeyboards.com][shop], es handelt sich um ein [Tex Beetle][tex]. Der Ersteindruck ist sehr gut, die kommenden Tage werde ich noch ein ausführlicheres Review auf Englisch posten...
|
|
15
|
+
|
|
16
|
+[![Foto][small]][big]
|
|
17
|
+
|
|
18
|
+ [shop]: http://mechanicalkeyboards.com
|
|
19
|
+ [tex]: http://mechanicalkeyboards.com/shop/index.php?l=product_detail&p=377
|
|
20
|
+ [small]: img/mekeybo_small.jpg
|
|
21
|
+ [big]: img/mekeybo.jpg
|