2012-08-30 10:14:26 : Adding ordering.
»
Find 2780ebd57e80ec042656ab81f2931f9d13b0a3fe on GitHub.
Adding ordering.
title: The Awful German Language
summary: An essay on the trials and trevails of learning the language.
thumbnail: awful-1.jpg
{+weight: 20+}
---
Learning German is hard. Twain got that like no other. This essay, originally an appendix in _The Tramps Abroad_, details his trials and trevails of trying to master _deutsch_, and was a great solace to me while attempting to do the same.
2012-08-28 22:18:03 : why did so many things change at once? I remember not.
»
Find 3ef464100163ba21ba00604ee9c4591e288b1c0b on GitHub.
why did so many things change at once? I remember not.
---
author: Mark Twain
title: The Awful German Language
summary: [-"An-]{+An+} essay on the trials and trevails of [-learning."-]{+learning the language.+}
thumbnail: awful-1.jpg
---
Learning German is hard. Twain got that like no other. This essay, originally an appendix in _The Tramps Abroad_, details his trials and trevails of trying to master _deutsch_, and was a great solace to me while attempting to do the same.
2012-08-22 11:12:38 : Keeping track of birdy
»
Find 2b128e69ff6203e3fd6160b48834eb381fb43704 on GitHub.
Keeping track of birdy
author: Mark Twain
title: The Awful German Language
summary: "An essay on the trials and trevails of learning."
thumbnail: [-img/thumb_awful-1.jpg-]{+awful-1.jpg+}
---
Learning German is hard. Twain got that like no other. This essay, originally an appendix in _The Tramps Abroad_, details his trials and trevails of trying to master _deutsch_, and was a great solace to me while attempting to do the same.
2012-08-21 18:56:59 : Work -> printing
»
Find 71fca854fdceb0c0728b7bde0803a863e1242165 on GitHub.
Work -> printing
@@ -0,0 +1,14 @@
{+---+}
{+author: Mark Twain+}
{+title: The Awful German Language+}
{+summary: "An essay on the trials and trevails of learning."+}
{+thumbnail: img/thumb_awful-1.jpg+}
{+---+}
{+Learning German is hard. Twain got that like no other. This essay, originally an appendix in _The Tramps Abroad_, details his trials and trevails of trying to master _deutsch_, and was a great solace to me while attempting to do the same. +}
{+Printed at the _Druckladen_ of the Gutenberg Museum, in Mainz, Germany, making use of some of the unusual typefaces in their extensive collection. +}
{+<div class="gallery">+}
{+ <img src="{{ media_url('img/scaled_awful-1.jpg') }}"/>+}
{+ <img src="{{ media_url('img/scaled_awful-2.jpg') }}"/>+}
{+ <img src="{{ media_url('img/scaled_awful-3.jpg') }}"/>+}
{+</div>+}
2012-08-17 12:41:24 : Maybe I should git move
»
Find 04fd7f04134dda8c3886bd50ddb0257b862daf0f on GitHub.
Maybe I should git move
@@ -1,23 +0,0 @@
[-{% extends "post.j2" %}-]
[-----]
[- author: Mark Twain-]
[- title: The Awful German Language-]
[- summary: "An essay on the trials and trevails of learning."-]
[- exclude: true-]
[- category: -]
[- - printing-]
[-----]
[-{% block article %}-]
[-Learning German is hard. Twain got that like no other. This essay, originally an appendix in _The Tramps Abroad_, details his trials and trevails of trying to master _deutsch_, and was a great solace to me while attempting to do the same. -]
[-Printed at the _Druckladen_ of the Gutenberg Museum, in Mainz, Germany, making use of some of the unusual typefaces in their extensive collection. -]
[-<div class="gallery">-]
[- <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/awful-1.jpg" />-]
[- <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/awful-2.jpg" />-]
[- <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/awful-3.jpg" />-]
[-</div>-]
[-{% endblock %}-]
2012-08-17 12:39:52 : Just keeping track of things
»
Find 83de83814207b3dc78d76a589ba7b06e5e4bccd6 on GitHub.
Just keeping track of things
author: Mark Twain
title: The Awful German Language
summary: "An essay on the trials and trevails of learning."
{+exclude: true+}
category:
- printing
---
2012-08-17 11:30:45 : What's going on?
»
Find d8e06fe7038dd411329b65d9757a5c516c115480 on GitHub.
What's going on?
{% extends [-"_post.html"-]{+"post.j2"+} %}
[-{% hyde-]{+---+}
author: Mark Twain
title: The Awful German Language
summary: "An essay on the trials and trevails of learning."
[-categories:-]{+category:+}
- printing
[-%}-]{+---+}
{% block article %}
Learning German is hard. Twain got that like no other. This essay, originally an appendix in _The Tramps Abroad_, details his trials and trevails of trying to master _deutsch_, and was a great solace to me while attempting to do the same.
2012-08-17 10:37:07 : Adding content
»
Find eeb46da13d45b343c16789a2eb0d19224350bdb1 on GitHub.
Adding content
@@ -0,0 +1,22 @@
{+{% extends "_post.html" %}+}
{+{% hyde+}
{+ author: Mark Twain+}
{+ title: The Awful German Language+}
{+ summary: "An essay on the trials and trevails of learning."+}
{+ categories: +}
{+ - printing+}
{+%}+}
{+{% block article %}+}
{+Learning German is hard. Twain got that like no other. This essay, originally an appendix in _The Tramps Abroad_, details his trials and trevails of trying to master _deutsch_, and was a great solace to me while attempting to do the same. +}
{+Printed at the _Druckladen_ of the Gutenberg Museum, in Mainz, Germany, making use of some of the unusual typefaces in their extensive collection. +}
{+<div class="gallery">+}
{+ <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/awful-1.jpg" />+}
{+ <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/awful-2.jpg" />+}
{+ <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/awful-3.jpg" />+}
{+</div>+}
{+{% endblock %}+}