: Adding a subtitle.
»
Find a31fa5b52295875bb55cc7ed27ea56aae0dec765 on GitHub.
Adding a subtitle.
---
title: Sesquipedality
{+subtitle: A Primer for the Aspiring Pedant+}
summary: "A small collection of difficult words."
thumbnail: sesquip-1.jpg
weight: 60
: Adding ordering.
»
Find 2780ebd57e80ec042656ab81f2931f9d13b0a3fe on GitHub.
Adding ordering.
title: Sesquipedality
summary: "A small collection of difficult words."
thumbnail: sesquip-1.jpg
{+weight: 60+}
---
A small collection of difficult words culled from a variety of eccentric dictionaries. Includes useful gems like _totipalmate_, meaning, web-toed.
: Keeping track of birdy
»
Find 2b128e69ff6203e3fd6160b48834eb381fb43704 on GitHub.
Keeping track of birdy
---
title: Sesquipedality
summary: "A small collection of difficult words."
thumbnail: [-img/thumb_sesquip-1.jpg-]{+sesquip-1.jpg+}
---
A small collection of difficult words culled from a variety of eccentric dictionaries. Includes useful gems like _totipalmate_, meaning, web-toed.
: Work -> printing
»
Find 71fca854fdceb0c0728b7bde0803a863e1242165 on GitHub.
Work -> printing
@@ -0,0 +1,17 @@
{+---+}
{+title: Sesquipedality+}
{+summary: "A small collection of difficult words."+}
{+thumbnail: img/thumb_sesquip-1.jpg+}
{+---+}
{+A small collection of difficult words culled from a variety of eccentric dictionaries. Includes useful gems like _totipalmate_, meaning, web-toed.+}
{+Letterpress printed on Zerkall papers and handbound in wrappers. +}
{+<div class="gallery">+}
{+<img src="{{ media_url('img/scaled_sesquip-1.jpg') }}"/>+}
{+<img src="{{ media_url('img/scaled_sesquip-2.jpg') }}"/>+}
{+<img src="{{ media_url('img/scaled_sesquip-3.jpg') }}"/>+}
{+</div>+}
: Maybe I should git move
»
Find 04fd7f04134dda8c3886bd50ddb0257b862daf0f on GitHub.
Maybe I should git move
@@ -1,21 +0,0 @@
[-{% extends "post.j2" %}-]
[-----]
[- title: Sesquipedality-]
[- summary: "A small collection of difficult words."-]
[- category: -]
[- - printing-]
[-----]
[-{% block article %}-]
[-A small collection of difficult words culled from a variety of eccentric dictionaries. Includes useful gems like _totipalmate_, meaning, web-toed.-]
[-Letterpress printed on Zerkall papers and handbound in wrappers. -]
[-<div class="gallery">-]
[- <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/sesquip-1.jpg" />-]
[- <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/sesquip-2.jpg" />-]
[- <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/sesquip-3.jpg" />-]
[-</div>-]
[-{% endblock %}-]
: What's going on?
»
Find d8e06fe7038dd411329b65d9757a5c516c115480 on GitHub.
What's going on?
{% extends [-"_post.html"-]{+"post.j2"+} %}
[-{% hyde-]{+---+}
title: Sesquipedality
summary: "A small collection of difficult words."
[-categories:-]{+category:+}
- printing
[-%}-]{+---+}
{% block article %}
A small collection of difficult words culled from a variety of eccentric dictionaries. Includes useful gems like _totipalmate_, meaning, web-toed.
: Adding content
»
Find eeb46da13d45b343c16789a2eb0d19224350bdb1 on GitHub.
Adding content
@@ -0,0 +1,21 @@
{+{% extends "_post.html" %}+}
{+{% hyde+}
{+ title: Sesquipedality+}
{+ summary: "A small collection of difficult words."+}
{+ categories: +}
{+ - printing+}
{+%}+}
{+{% block article %}+}
{+A small collection of difficult words culled from a variety of eccentric dictionaries. Includes useful gems like _totipalmate_, meaning, web-toed.+}
{+Letterpress printed on Zerkall papers and handbound in wrappers. +}
{+<div class="gallery">+}
{+ <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/sesquip-1.jpg" />+}
{+ <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/sesquip-2.jpg" />+}
{+ <img src="{{ site.url }}/media/images/printing/{{ page.page_name }}/sesquip-3.jpg" />+}
{+</div>+}
{+{% endblock %}+}