From 19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 19:19:32 -0700 Subject: Change width of webpages; streamline template --- 100-lines.html | 1 + _template.html | 21 ++++++-------- about-the-author.html | 13 +++++---- amber-alert.html | 21 +++++++------- and.html | 17 ++++++----- angeltoabraham.html | 9 +++--- apollo11.html | 1 + arspoetica.html | 9 +++--- art.html | 9 +++--- axe.html | 9 +++--- big-dipper.html | 17 +++++------ boar.html | 9 +++--- boy_bus.html | 17 +++++------ building.html | 9 +++--- call-me-aural-pleasure.html | 5 ++-- cereal.html | 9 +++--- cold-wind.html | 5 ++-- creation-myth.html | 1 + css/_common.css | 56 +++++++++++++++++++++++++++++++++---- css/fonts/playfair.css | 12 ++++---- deadman.html | 9 +++--- death-zone.html | 25 ++++++++--------- deathstrumpet.html | 9 +++--- dream.html | 9 +++--- early.html | 9 +++--- elegyforanalternateself.html | 1 + epigraph.html | 1 + ex-machina.html | 5 ++-- exasperated.html | 17 +++++------ father.html | 9 +++--- feedingtheraven.html | 9 +++--- finding-the-lion.html | 1 + fire.html | 13 +++++---- found-typewriter-poem.html | 5 ++-- hands.html | 17 +++++------ hard-game.html | 5 ++-- hardware.html | 17 +++++------ howithappened.html | 9 +++--- howtoread.html | 9 +++--- hymnal.html | 17 +++++------ i-am.html | 9 +++--- i-think-its-you.html | 21 +++++++------- i-wanted-to-tell-you-something.html | 1 + in-bed.html | 1 + index.html | 1 + initial-conditions.html | 17 +++++------ ipsumlorem.html | 21 ++++++-------- january.html | 1 + joke.html | 17 +++++------ lappel-du-vide.html | 25 ++++++++--------- largest-asteroid.html | 1 + last-bastion.html | 17 +++++------ last-passenger.html | 1 + leaf.html | 17 +++++------ leg.html | 17 +++++------ likingthings.html | 5 ++-- listen.html | 1 + loremipsum.html | 21 ++++++-------- love-as-god.html | 17 +++++------ lovesong.html | 9 +++--- man.html | 17 +++++------ moon-drowning.html | 17 +++++------ moongone.html | 9 +++--- mountain.html | 9 +++--- movingsideways.html | 9 +++--- music-433.html | 21 +++++++------- no-nothing.html | 1 + notes.html | 17 +++++------ nothing-is-ever-over.html | 1 + onformalpoetry.html | 9 +++--- options.html | 17 +++++------ ouroboros_memory.html | 25 ++++++++--------- paul.html | 17 +++++------ philosophy.html | 9 +++--- phone.html | 17 +++++------ planks.html | 17 +++++------ plant.html | 1 + poetry-time.html | 17 +++++------ prelude.html | 5 ++-- problems.html | 9 +++--- proverbs.html | 9 +++--- punch.html | 17 +++++------ purpose-dogs.html | 9 +++--- question.html | 17 +++++------ real-writer.html | 1 + reports.html | 17 +++++------ riptide_memory.html | 17 +++++------ ronaldmcdonald.html | 9 +++--- roughgloves.html | 9 +++--- sapling.html | 17 +++++------ seasonal-affective-disorder.html | 1 + sense-of-it.html | 1 + serengeti.html | 9 +++--- shed.html | 17 +++++------ shipwright.html | 9 +++--- sixteenth-chapel.html | 29 +++++++++---------- snow.html | 17 +++++------ something-simple.html | 1 + spittle.html | 9 +++--- squirrel.html | 9 +++--- stagnant.html | 17 +++++------ statements-frag.html | 1 + stayed-on-the-bus.html | 1 + stump.html | 17 +++++------ swansong-alt.html | 1 + swansong.html | 9 +++--- swear.html | 17 +++++------ table_contents.html | 9 +++--- tapestry.html | 17 +++++------ telemarketer.html | 9 +++--- the-night-we-met.html | 1 + the-sea_the-beach.html | 1 + theoceanoverflowswithcamels.html | 9 +++--- time-looks-up-to-the-sky.html | 1 + todaniel.html | 9 +++--- toilet.html | 17 +++++------ toothpaste.html | 17 +++++------ treatise.html | 17 +++++------ underwear.html | 17 +++++------ wallpaper.html | 17 +++++------ weplayedthosegamestoo.html | 9 +++--- when-im-sorry-i.html | 1 + window.html | 17 +++++------ words-meaning.html | 9 +++--- worse-looking-over.html | 17 +++++------ writing.html | 17 +++++------ x-ray.html | 17 +++++------ yellow.html | 13 +++++---- 128 files changed, 788 insertions(+), 650 deletions(-) diff --git a/100-lines.html b/100-lines.html index 5218749..87860a2 100644 --- a/100-lines.html +++ b/100-lines.html @@ -22,6 +22,7 @@

100 lines

+
diff --git a/_template.html b/_template.html index b662855..ec2fe36 100644 --- a/_template.html +++ b/_template.html @@ -29,26 +29,23 @@ $for(include-before)$ $include-before$ $endfor$ $if(title)$

$title$

$endif$ $if(subtitle)$

$subtitle$

$endif$ + $if(epigraph.content)$ -

+

$if(epigraph.link)$ $epigraph.content$ $else$ $epigraph.content$ $endif$ -

+
$if(epigraph.attrib)$ -

- — $epigraph.attrib$ -

+
$epigraph.attrib$
$endif$ $endif$ $if(dedication)$ -

- for $dedication$ -

+
$dedication$
$endif$ @@ -58,14 +55,14 @@ $for(include-before)$ $include-before$ $endfor$ diff --git a/about-the-author.html b/about-the-author.html index b02e4f7..89e353f 100644 --- a/about-the-author.html +++ b/about-the-author.html @@ -22,10 +22,11 @@

About the author

(not pictured)

+ -

+

The body that surrounds him is his, but his insides are not. -

+
@@ -72,11 +73,11 @@
diff --git a/amber-alert.html b/amber-alert.html index 6cd474f..4dcdf52 100644 --- a/amber-alert.html +++ b/amber-alert.html @@ -22,10 +22,11 @@

AMBER alert

+ -

+

Apparently it does nothing. -

+
@@ -36,18 +37,18 @@
diff --git a/and.html b/and.html index 6c44cdf..fecf879 100644 --- a/and.html +++ b/and.html @@ -22,14 +22,13 @@

And

+ -

+

“What is your favorite word?”

“And. It is so hopeful.”

-

-

- — Margaret Atwood -

+
+
Margaret Atwood
@@ -38,12 +37,12 @@
diff --git a/angeltoabraham.html b/angeltoabraham.html index e57f469..6f5c806 100644 --- a/angeltoabraham.html +++ b/angeltoabraham.html @@ -22,6 +22,7 @@

The angel to Abraham

+
@@ -32,12 +33,12 @@
diff --git a/apollo11.html b/apollo11.html index d4f76b9..fc33350 100644 --- a/apollo11.html +++ b/apollo11.html @@ -22,6 +22,7 @@

On seeing the panorama of the Apollo 11 landing site

+
diff --git a/arspoetica.html b/arspoetica.html index 346ec74..9e21036 100644 --- a/arspoetica.html +++ b/arspoetica.html @@ -22,6 +22,7 @@

Ars poetica

+
@@ -32,12 +33,12 @@
diff --git a/art.html b/art.html index 12d9c19..e2f2d7b 100644 --- a/art.html +++ b/art.html @@ -22,6 +22,7 @@

Art

+
@@ -32,11 +33,11 @@ diff --git a/axe.html b/axe.html index 7f48450..055bd00 100644 --- a/axe.html +++ b/axe.html @@ -22,6 +22,7 @@

Axe

+
@@ -33,11 +34,11 @@ diff --git a/big-dipper.html b/big-dipper.html index b516daf..09ec7a9 100644 --- a/big-dipper.html +++ b/big-dipper.html @@ -22,6 +22,7 @@

The Big Dipper

+
@@ -31,18 +32,18 @@
diff --git a/boar.html b/boar.html index c75cbce..838dc8f 100644 --- a/boar.html +++ b/boar.html @@ -22,6 +22,7 @@

The boar

+
@@ -33,12 +34,12 @@
diff --git a/boy_bus.html b/boy_bus.html index 822ad4b..8323d10 100644 --- a/boy_bus.html +++ b/boy_bus.html @@ -22,6 +22,7 @@

Boy on the bus

+
@@ -32,18 +33,18 @@
diff --git a/building.html b/building.html index d356abc..50dac74 100644 --- a/building.html +++ b/building.html @@ -22,6 +22,7 @@

Building

+
@@ -33,11 +34,11 @@ diff --git a/call-me-aural-pleasure.html b/call-me-aural-pleasure.html index db31cf4..7d4a7f2 100644 --- a/call-me-aural-pleasure.html +++ b/call-me-aural-pleasure.html @@ -22,10 +22,11 @@

Call me

aural pleasure

+ -

+

diff --git a/cereal.html b/cereal.html index 184ed3c..cb08a1c 100644 --- a/cereal.html +++ b/cereal.html @@ -22,6 +22,7 @@

Cereal

+
@@ -33,11 +34,11 @@ diff --git a/cold-wind.html b/cold-wind.html index feabdca..618dc0c 100644 --- a/cold-wind.html +++ b/cold-wind.html @@ -22,10 +22,9 @@

Cold wind

+ -

- for Justin -

+
Justin
diff --git a/creation-myth.html b/creation-myth.html index cfc146f..5bd31ef 100644 --- a/creation-myth.html +++ b/creation-myth.html @@ -22,6 +22,7 @@

Creation myth

+
diff --git a/css/_common.css b/css/_common.css index 751b5de..0e06824 100644 --- a/css/_common.css +++ b/css/_common.css @@ -3,16 +3,22 @@ * margins & widths * text sizes & font assignments * link rendering + * vim: fdm=marker */ - +/* Import rules {{{ */ @import url("./fonts/playfair.css"); @import url("./fonts/fira.css"); /* @import url("fonts/courier-prime.css"); * ^^^^^^ for typewriter pages in Paul */ - +/* }}} */ +/* Body & Links {{{ */ body { - font-family: Fira, serif; - font-size: 14pt; + font-family: Fira, sans-serif; + font-size: 12pt; +} +.thing { + max-width: 39em; + margin: auto; } /* Links */ @@ -31,12 +37,19 @@ a:hover { a:active { color: green; } - -/* Headings */ +/* }}} */ +/* Header section {{{ */ +header { + max-width: 39em; + margin: auto; +} +/* headings */ h1.title { font-family: Playfair, serif; font-size: 16pt; font-weight: bold; + letter-spacing: 0.1em; + text-transform: uppercase; } h1.subtitle { font-family: Playfair, serif; @@ -48,3 +61,34 @@ h2 { font-size: 14pt; font-weight: 600; } +/* Epigraph & Dedication */ +.epigraph { + text-align: right; +} +.epigraph p { + margin: 0; +} +.epigraph-attrib { + text-align: right; + margin-top: 0; +} +.epigraph-attrib:before { + content: '– '; +} + +.dedication { + font-style: italic; + text-align: right; +} +.dedication:before { + content: 'for '; + font-style: italic; +} +/* }}} */ +/* Navigation {{{ */ +nav { + max-width: 39em; + margin: auto; + text-align: center; +} +/* }}} */ diff --git a/css/fonts/playfair.css b/css/fonts/playfair.css index 4200869..da8431e 100644 --- a/css/fonts/playfair.css +++ b/css/fonts/playfair.css @@ -52,14 +52,14 @@ /* SMALL CAPS VARIANT {{{ */ /* Regular = 400 */ @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 400; font-style: normal; src: url("PlayfairDisplaySC-Regular.ttf"); } @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 400; font-style: italic; @@ -67,14 +67,14 @@ } /* Bold = 700 */ @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 700; font-style: normal; src: url("PlayfairDisplaySC-Bold.ttf"); } @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 700; font-style: italic; @@ -82,14 +82,14 @@ } /* Black = 900 */ @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 900; font-style: normal; src: url("PlayfairDisplaySC-Black.ttf"); } @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 900; font-style: italic; diff --git a/deadman.html b/deadman.html index 7b1571c..52c45a9 100644 --- a/deadman.html +++ b/deadman.html @@ -22,6 +22,7 @@

Dead man

+
@@ -29,12 +30,12 @@
diff --git a/death-zone.html b/death-zone.html index 5ec54a2..0eb42f8 100644 --- a/death-zone.html +++ b/death-zone.html @@ -22,13 +22,12 @@

The Death Zone

+ -

+

And my life became death. -

-

- — Philip Gould -

+
+
Philip Gould
@@ -45,18 +44,18 @@
diff --git a/deathstrumpet.html b/deathstrumpet.html index e8103e5..b45255e 100644 --- a/deathstrumpet.html +++ b/deathstrumpet.html @@ -22,13 +22,12 @@

Death’s trumpet

+ -

+

So Death plays his little fucking trumpet. So what, says the boy.

-

-

- — Larry Levis -

+
+
Larry Levis
diff --git a/dream.html b/dream.html index 2f714d8..ac08fb4 100644 --- a/dream.html +++ b/dream.html @@ -22,6 +22,7 @@

Dream

+
@@ -34,11 +35,11 @@ diff --git a/early.html b/early.html index 42c87d6..f0af4e0 100644 --- a/early.html +++ b/early.html @@ -22,6 +22,7 @@

Early

+
@@ -34,11 +35,11 @@ diff --git a/elegyforanalternateself.html b/elegyforanalternateself.html index d1f126a..01e8023 100644 --- a/elegyforanalternateself.html +++ b/elegyforanalternateself.html @@ -22,6 +22,7 @@

Elegy for an alternate self

+
diff --git a/epigraph.html b/epigraph.html index bf314e2..6e026bf 100644 --- a/epigraph.html +++ b/epigraph.html @@ -22,6 +22,7 @@

epigraph

An epigraph

+
diff --git a/ex-machina.html b/ex-machina.html index 27f19d5..d9640e7 100644 --- a/ex-machina.html +++ b/ex-machina.html @@ -22,10 +22,11 @@

Ex machina

+ -

+

diff --git a/exasperated.html b/exasperated.html index b1ca43d..c88b0c5 100644 --- a/exasperated.html +++ b/exasperated.html @@ -22,6 +22,7 @@

Exasperated

+
@@ -35,18 +36,18 @@
diff --git a/father.html b/father.html index 8494f7a..2f4f439 100644 --- a/father.html +++ b/father.html @@ -22,6 +22,7 @@

Father

+
@@ -33,11 +34,11 @@ diff --git a/feedingtheraven.html b/feedingtheraven.html index c5db221..18548cf 100644 --- a/feedingtheraven.html +++ b/feedingtheraven.html @@ -22,6 +22,7 @@

Feeding the raven

+
@@ -32,12 +33,12 @@
diff --git a/finding-the-lion.html b/finding-the-lion.html index 9341fb0..751a742 100644 --- a/finding-the-lion.html +++ b/finding-the-lion.html @@ -22,6 +22,7 @@

Finding the Lion

+
diff --git a/fire.html b/fire.html index eb50e7d..50108c2 100644 --- a/fire.html +++ b/fire.html @@ -22,6 +22,7 @@

Fire

+
@@ -30,15 +31,15 @@
diff --git a/found-typewriter-poem.html b/found-typewriter-poem.html index f32942c..bd84022 100644 --- a/found-typewriter-poem.html +++ b/found-typewriter-poem.html @@ -22,10 +22,11 @@

Look

a found typewriter poem

+ -

+

Is he older? I asked her. And I never got an answer, because at the moment she disappeared in a puff of smoke. I like to think nothing ever happened to her save that she went over to the spirit realm. I usually know better though.

-

+
diff --git a/hands.html b/hands.html index 77dc2ea..0f8756d 100644 --- a/hands.html +++ b/hands.html @@ -22,6 +22,7 @@

Hands

+
@@ -34,18 +35,18 @@
diff --git a/hard-game.html b/hard-game.html index 4c36a02..5aaacad 100644 --- a/hard-game.html +++ b/hard-game.html @@ -22,10 +22,9 @@

A hard game

+ -

- for Jim Henson -

+
Jim Henson
diff --git a/hardware.html b/hardware.html index a9da2c2..f77bc27 100644 --- a/hardware.html +++ b/hardware.html @@ -22,6 +22,7 @@

Hardware

+
@@ -32,18 +33,18 @@
diff --git a/howithappened.html b/howithappened.html index a6c9fd0..f4703b7 100644 --- a/howithappened.html +++ b/howithappened.html @@ -22,6 +22,7 @@

How it happened

+
@@ -29,12 +30,12 @@
diff --git a/howtoread.html b/howtoread.html index 7fee2ad..7f7a9e7 100644 --- a/howtoread.html +++ b/howtoread.html @@ -22,6 +22,7 @@

How to read this

+
@@ -41,12 +42,12 @@
diff --git a/hymnal.html b/hymnal.html index fe92b72..d33dadb 100644 --- a/hymnal.html +++ b/hymnal.html @@ -22,6 +22,7 @@

Hymnal

+
@@ -35,18 +36,18 @@
diff --git a/i-am.html b/i-am.html index 365d89e..c2d56ad 100644 --- a/i-am.html +++ b/i-am.html @@ -22,6 +22,7 @@

I am

+
@@ -29,12 +30,12 @@
diff --git a/i-think-its-you.html b/i-think-its-you.html index fe01709..c5ed4d5 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html @@ -22,10 +22,11 @@

I think it’s you (but it’s not)

+ -

+

@@ -34,18 +35,18 @@
diff --git a/i-wanted-to-tell-you-something.html b/i-wanted-to-tell-you-something.html index 85962d5..d902918 100644 --- a/i-wanted-to-tell-you-something.html +++ b/i-wanted-to-tell-you-something.html @@ -22,6 +22,7 @@

I wanted to tell you something

+
diff --git a/in-bed.html b/in-bed.html index d66c23d..28ea00f 100644 --- a/in-bed.html +++ b/in-bed.html @@ -22,6 +22,7 @@

In bed

+
diff --git a/index.html b/index.html index a60d2bc..dbddb42 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@

Autocento of the breakfast table

+
diff --git a/initial-conditions.html b/initial-conditions.html index 9d8ad45..dafc7f7 100644 --- a/initial-conditions.html +++ b/initial-conditions.html @@ -22,6 +22,7 @@

Initial conditions

+
@@ -35,18 +36,18 @@
diff --git a/ipsumlorem.html b/ipsumlorem.html index e33f7b2..4440a8d 100644 --- a/ipsumlorem.html +++ b/ipsumlorem.html @@ -22,17 +22,14 @@

Ipsum lorem

a test suite for the gods

+ -

+

+
Cicero
-

- for you, dear Reader -

+
you, dear Reader
@@ -44,12 +41,12 @@
diff --git a/january.html b/january.html index 3d2a327..0ca1895 100644 --- a/january.html +++ b/january.html @@ -22,6 +22,7 @@

January

+
diff --git a/joke.html b/joke.html index 3c4a850..d00eb3b 100644 --- a/joke.html +++ b/joke.html @@ -22,6 +22,7 @@

Joke

+
@@ -33,18 +34,18 @@
diff --git a/lappel-du-vide.html b/lappel-du-vide.html index 64de2d8..0d8fe0c 100644 --- a/lappel-du-vide.html +++ b/lappel-du-vide.html @@ -22,13 +22,12 @@

L’appel du vide

+ -

+

You can never go home again. -

-

- — Thomas Wolfe -

+
+
Thomas Wolfe
@@ -44,18 +43,18 @@
diff --git a/largest-asteroid.html b/largest-asteroid.html index 2536f3d..d5e6f85 100644 --- a/largest-asteroid.html +++ b/largest-asteroid.html @@ -22,6 +22,7 @@

The largest asteroid in the asteroid belt

+
diff --git a/last-bastion.html b/last-bastion.html index dd67c96..1fe511c 100644 --- a/last-bastion.html +++ b/last-bastion.html @@ -22,6 +22,7 @@

Last bastion

+
@@ -31,18 +32,18 @@
diff --git a/last-passenger.html b/last-passenger.html index 9e78663..04518cf 100644 --- a/last-passenger.html +++ b/last-passenger.html @@ -22,6 +22,7 @@

Last passenger

+
diff --git a/leaf.html b/leaf.html index bfbab40..6cf2e13 100644 --- a/leaf.html +++ b/leaf.html @@ -22,6 +22,7 @@

Leaf

+
@@ -31,18 +32,18 @@
diff --git a/leg.html b/leg.html index 3c119a0..657fa51 100644 --- a/leg.html +++ b/leg.html @@ -22,6 +22,7 @@

Leg

+
@@ -47,18 +48,18 @@
diff --git a/likingthings.html b/likingthings.html index 4e37972..e744a61 100644 --- a/likingthings.html +++ b/likingthings.html @@ -22,6 +22,7 @@

Liking Things

+
@@ -31,8 +32,8 @@
diff --git a/listen.html b/listen.html index 7c1d16e..c816b57 100644 --- a/listen.html +++ b/listen.html @@ -22,6 +22,7 @@

Listen

+
diff --git a/loremipsum.html b/loremipsum.html index 7d6f057..2b70742 100644 --- a/loremipsum.html +++ b/loremipsum.html @@ -22,17 +22,14 @@

Lorem ipsum

a test suite for the gods

+ -

+

+
Cicero
-

- for you, dear Reader -

+
you, dear Reader
@@ -44,12 +41,12 @@
diff --git a/love-as-god.html b/love-as-god.html index 0947bc6..da797a7 100644 --- a/love-as-god.html +++ b/love-as-god.html @@ -22,6 +22,7 @@

Love as God

+
@@ -35,18 +36,18 @@
diff --git a/lovesong.html b/lovesong.html index 08c8206..ea978d3 100644 --- a/lovesong.html +++ b/lovesong.html @@ -22,6 +22,7 @@

Love Song

+
@@ -33,12 +34,12 @@
diff --git a/man.html b/man.html index bda0e57..aec2fc9 100644 --- a/man.html +++ b/man.html @@ -22,6 +22,7 @@

Man

+
@@ -36,18 +37,18 @@
diff --git a/moon-drowning.html b/moon-drowning.html index 33d75ef..0f75a52 100644 --- a/moon-drowning.html +++ b/moon-drowning.html @@ -22,6 +22,7 @@

The Moon is drowning

+
@@ -32,18 +33,18 @@
diff --git a/moongone.html b/moongone.html index 36dc22e..ab0738d 100644 --- a/moongone.html +++ b/moongone.html @@ -22,6 +22,7 @@

The moon is gone and in its place a mirror

+
@@ -29,12 +30,12 @@
diff --git a/mountain.html b/mountain.html index 98b90a4..d3e9aa5 100644 --- a/mountain.html +++ b/mountain.html @@ -22,6 +22,7 @@

The mountain

+
@@ -32,12 +33,12 @@
diff --git a/movingsideways.html b/movingsideways.html index 2067129..7abf8d7 100644 --- a/movingsideways.html +++ b/movingsideways.html @@ -22,6 +22,7 @@

Moving Sideways

+
@@ -39,12 +40,12 @@
diff --git a/music-433.html b/music-433.html index 285bfef..6844e0f 100644 --- a/music-433.html +++ b/music-433.html @@ -22,10 +22,9 @@

Something about all music being performances of 4'33" in places where other bands happen to be playing

+ -

- for Randall -

+
@@ -38,18 +37,18 @@
diff --git a/no-nothing.html b/no-nothing.html index 532eb50..b227aac 100644 --- a/no-nothing.html +++ b/no-nothing.html @@ -22,6 +22,7 @@

No nothing

+
diff --git a/notes.html b/notes.html index 750e082..9b76f47 100644 --- a/notes.html +++ b/notes.html @@ -22,6 +22,7 @@

Notes

+
@@ -33,18 +34,18 @@
diff --git a/nothing-is-ever-over.html b/nothing-is-ever-over.html index 3383003..656ed03 100644 --- a/nothing-is-ever-over.html +++ b/nothing-is-ever-over.html @@ -22,6 +22,7 @@

Nothing is ever over

+
diff --git a/onformalpoetry.html b/onformalpoetry.html index db108bc..9abc4e8 100644 --- a/onformalpoetry.html +++ b/onformalpoetry.html @@ -22,6 +22,7 @@

On formal poetry

+
@@ -29,12 +30,12 @@
diff --git a/options.html b/options.html index 8291a68..c0b09e0 100644 --- a/options.html +++ b/options.html @@ -22,6 +22,7 @@

Options

+
@@ -31,18 +32,18 @@
diff --git a/ouroboros_memory.html b/ouroboros_memory.html index b05567b..22e19f3 100644 --- a/ouroboros_memory.html +++ b/ouroboros_memory.html @@ -22,13 +22,12 @@

Ouroboros of Memory

+ -

+

+
Jonathan Safran Foer
@@ -42,18 +41,18 @@
diff --git a/paul.html b/paul.html index b230f03..fa93fb2 100644 --- a/paul.html +++ b/paul.html @@ -22,6 +22,7 @@

Paul

+
@@ -61,18 +62,18 @@
diff --git a/philosophy.html b/philosophy.html index 6704235..22b972b 100644 --- a/philosophy.html +++ b/philosophy.html @@ -22,6 +22,7 @@

Philosophy

+
@@ -30,12 +31,12 @@
diff --git a/phone.html b/phone.html index 00607f2..8f14f2c 100644 --- a/phone.html +++ b/phone.html @@ -22,6 +22,7 @@

Phone

+
@@ -32,18 +33,18 @@
diff --git a/planks.html b/planks.html index 45de069..7c074b7 100644 --- a/planks.html +++ b/planks.html @@ -22,6 +22,7 @@

Planks

+
@@ -34,18 +35,18 @@
diff --git a/plant.html b/plant.html index 9b0954a..4902d22 100644 --- a/plant.html +++ b/plant.html @@ -22,6 +22,7 @@

Litany for a plant

+
diff --git a/poetry-time.html b/poetry-time.html index 9c6ef78..78287f7 100644 --- a/poetry-time.html +++ b/poetry-time.html @@ -22,6 +22,7 @@

Something about the nature of poetry and time

+
@@ -35,18 +36,18 @@
diff --git a/prelude.html b/prelude.html index 57ffef9..ea4ba90 100644 --- a/prelude.html +++ b/prelude.html @@ -22,6 +22,7 @@

Prelude

+
@@ -30,8 +31,8 @@ diff --git a/problems.html b/problems.html index 7fda889..dbe7d50 100644 --- a/problems.html +++ b/problems.html @@ -22,6 +22,7 @@

Problems

+
@@ -41,12 +42,12 @@
diff --git a/proverbs.html b/proverbs.html index b44ad27..4fdd1de 100644 --- a/proverbs.html +++ b/proverbs.html @@ -22,6 +22,7 @@

Proverbs

+
@@ -36,12 +37,12 @@
diff --git a/punch.html b/punch.html index f7ac6c2..35ca00e 100644 --- a/punch.html +++ b/punch.html @@ -22,6 +22,7 @@

Punch

+
@@ -31,18 +32,18 @@
diff --git a/purpose-dogs.html b/purpose-dogs.html index 6c7bfe2..393f286 100644 --- a/purpose-dogs.html +++ b/purpose-dogs.html @@ -22,6 +22,7 @@

The purpose of dogs

+
@@ -31,12 +32,12 @@
diff --git a/question.html b/question.html index 2d2f821..b43829f 100644 --- a/question.html +++ b/question.html @@ -22,6 +22,7 @@

Question

+
@@ -32,18 +33,18 @@
diff --git a/real-writer.html b/real-writer.html index d72313d..80e31f6 100644 --- a/real-writer.html +++ b/real-writer.html @@ -22,6 +22,7 @@

A real writer

+
diff --git a/reports.html b/reports.html index 663ec82..9d31f46 100644 --- a/reports.html +++ b/reports.html @@ -22,6 +22,7 @@

Reports

+
@@ -36,18 +37,18 @@
diff --git a/riptide_memory.html b/riptide_memory.html index d1e3636..06fd2a8 100644 --- a/riptide_memory.html +++ b/riptide_memory.html @@ -22,6 +22,7 @@

Riptide of memory

+
@@ -34,18 +35,18 @@
diff --git a/ronaldmcdonald.html b/ronaldmcdonald.html index d1b6529..5e6b878 100644 --- a/ronaldmcdonald.html +++ b/ronaldmcdonald.html @@ -22,6 +22,7 @@

Ronald McDonald

+
@@ -36,12 +37,12 @@
diff --git a/roughgloves.html b/roughgloves.html index 16903a9..9537dad 100644 --- a/roughgloves.html +++ b/roughgloves.html @@ -22,6 +22,7 @@

Rough gloves

+
@@ -29,12 +30,12 @@
diff --git a/sapling.html b/sapling.html index ae7966e..2eb234b 100644 --- a/sapling.html +++ b/sapling.html @@ -22,6 +22,7 @@

Sapling

+
@@ -31,18 +32,18 @@
diff --git a/seasonal-affective-disorder.html b/seasonal-affective-disorder.html index 50b7113..4b04512 100644 --- a/seasonal-affective-disorder.html +++ b/seasonal-affective-disorder.html @@ -22,6 +22,7 @@

Seasonal affective disorder

+
diff --git a/sense-of-it.html b/sense-of-it.html index 50a562a..2ecf777 100644 --- a/sense-of-it.html +++ b/sense-of-it.html @@ -22,6 +22,7 @@

Sense of it

+
diff --git a/serengeti.html b/serengeti.html index 7613a99..658f531 100644 --- a/serengeti.html +++ b/serengeti.html @@ -22,6 +22,7 @@

Serengeti

+
@@ -29,12 +30,12 @@
diff --git a/shed.html b/shed.html index 35975a3..7b4345c 100644 --- a/shed.html +++ b/shed.html @@ -22,6 +22,7 @@

Shed

+
@@ -32,18 +33,18 @@
diff --git a/shipwright.html b/shipwright.html index 73382fe..8dd51cf 100644 --- a/shipwright.html +++ b/shipwright.html @@ -22,6 +22,7 @@

The shipwright

+
@@ -29,12 +30,12 @@
diff --git a/sixteenth-chapel.html b/sixteenth-chapel.html index 83fb770..3618d77 100644 --- a/sixteenth-chapel.html +++ b/sixteenth-chapel.html @@ -22,17 +22,14 @@

The Sixteenth Chapel

+ -

+

Canadian High School! -

-

- — David Letterman -

+
+
David Letterman
-

- for Max -

+
Max
@@ -46,18 +43,18 @@
diff --git a/snow.html b/snow.html index 09c5c29..04abe77 100644 --- a/snow.html +++ b/snow.html @@ -22,6 +22,7 @@

Snow

+
@@ -33,18 +34,18 @@
diff --git a/something-simple.html b/something-simple.html index 3838b16..d45f811 100644 --- a/something-simple.html +++ b/something-simple.html @@ -22,6 +22,7 @@

Let’s start with something simple

+
diff --git a/spittle.html b/spittle.html index 2eff3e3..3029140 100644 --- a/spittle.html +++ b/spittle.html @@ -22,6 +22,7 @@

Spittle

+
@@ -29,12 +30,12 @@
diff --git a/squirrel.html b/squirrel.html index 4302773..f96343b 100644 --- a/squirrel.html +++ b/squirrel.html @@ -22,6 +22,7 @@

The squirrel

+
@@ -29,12 +30,12 @@
diff --git a/stagnant.html b/stagnant.html index acc05a6..05d8c33 100644 --- a/stagnant.html +++ b/stagnant.html @@ -22,6 +22,7 @@

Stagnant

+
@@ -31,18 +32,18 @@
diff --git a/statements-frag.html b/statements-frag.html index 6b7c178..5045cfb 100644 --- a/statements-frag.html +++ b/statements-frag.html @@ -22,6 +22,7 @@

Statements

a fragment

+
diff --git a/stayed-on-the-bus.html b/stayed-on-the-bus.html index 6861386..940c0dc 100644 --- a/stayed-on-the-bus.html +++ b/stayed-on-the-bus.html @@ -22,6 +22,7 @@

Stayed on the bus too long

+
diff --git a/stump.html b/stump.html index 38cbc98..efbdec7 100644 --- a/stump.html +++ b/stump.html @@ -22,6 +22,7 @@

Stump

+
@@ -33,18 +34,18 @@
diff --git a/swansong-alt.html b/swansong-alt.html index 80c752f..d74560f 100644 --- a/swansong-alt.html +++ b/swansong-alt.html @@ -22,6 +22,7 @@

Swansong

alternate version

+
diff --git a/swansong.html b/swansong.html index 5c65507..236da19 100644 --- a/swansong.html +++ b/swansong.html @@ -22,6 +22,7 @@

Swan song

+
@@ -29,12 +30,12 @@
diff --git a/swear.html b/swear.html index bb76dc4..fd40dde 100644 --- a/swear.html +++ b/swear.html @@ -22,6 +22,7 @@

Swear

+
@@ -43,18 +44,18 @@
diff --git a/table_contents.html b/table_contents.html index 490f2db..ca244aa 100644 --- a/table_contents.html +++ b/table_contents.html @@ -22,6 +22,7 @@

Table of contents

+
@@ -105,11 +106,11 @@ diff --git a/tapestry.html b/tapestry.html index b7a261b..d43a7cc 100644 --- a/tapestry.html +++ b/tapestry.html @@ -22,6 +22,7 @@

Tapestry

+
@@ -32,18 +33,18 @@
diff --git a/telemarketer.html b/telemarketer.html index 3603fc9..b07f983 100644 --- a/telemarketer.html +++ b/telemarketer.html @@ -22,6 +22,7 @@

Telemarketer

+
@@ -39,12 +40,12 @@
diff --git a/the-night-we-met.html b/the-night-we-met.html index 08f9113..73e638d 100644 --- a/the-night-we-met.html +++ b/the-night-we-met.html @@ -22,6 +22,7 @@

The night we met, I was out of my mind

or Lying in the dark

+
diff --git a/the-sea_the-beach.html b/the-sea_the-beach.html index da86316..5609ce2 100644 --- a/the-sea_the-beach.html +++ b/the-sea_the-beach.html @@ -22,6 +22,7 @@

The sea and the beach

+
diff --git a/theoceanoverflowswithcamels.html b/theoceanoverflowswithcamels.html index a784da4..41e9a4e 100644 --- a/theoceanoverflowswithcamels.html +++ b/theoceanoverflowswithcamels.html @@ -22,6 +22,7 @@

The ocean overflows with camels

+
@@ -29,12 +30,12 @@
diff --git a/time-looks-up-to-the-sky.html b/time-looks-up-to-the-sky.html index 1b0c296..d40dcdb 100644 --- a/time-looks-up-to-the-sky.html +++ b/time-looks-up-to-the-sky.html @@ -22,6 +22,7 @@

Time looks up to the sky

+
diff --git a/todaniel.html b/todaniel.html index d628e64..d6343be 100644 --- a/todaniel.html +++ b/todaniel.html @@ -22,6 +22,7 @@

To Daniel

an elaboration of a previous comment

+
@@ -32,12 +33,12 @@
diff --git a/toilet.html b/toilet.html index 8f71fe6..f06c909 100644 --- a/toilet.html +++ b/toilet.html @@ -22,6 +22,7 @@

Toilet

+
@@ -32,18 +33,18 @@
diff --git a/toothpaste.html b/toothpaste.html index eb0200b..558a80f 100644 --- a/toothpaste.html +++ b/toothpaste.html @@ -22,6 +22,7 @@

Toothpaste

+
@@ -31,18 +32,18 @@
diff --git a/treatise.html b/treatise.html index 8d1216f..5378924 100644 --- a/treatise.html +++ b/treatise.html @@ -22,6 +22,7 @@

Treatise

+
@@ -45,18 +46,18 @@
diff --git a/underwear.html b/underwear.html index 44879fd..e5ffa22 100644 --- a/underwear.html +++ b/underwear.html @@ -22,6 +22,7 @@

Underwear

+
@@ -32,18 +33,18 @@
diff --git a/wallpaper.html b/wallpaper.html index bc13cf5..6c9db48 100644 --- a/wallpaper.html +++ b/wallpaper.html @@ -22,6 +22,7 @@

Wallpaper

+
@@ -31,18 +32,18 @@
diff --git a/weplayedthosegamestoo.html b/weplayedthosegamestoo.html index 5f3368a..b5da51a 100644 --- a/weplayedthosegamestoo.html +++ b/weplayedthosegamestoo.html @@ -22,6 +22,7 @@

We played those games too

+
@@ -29,12 +30,12 @@
diff --git a/when-im-sorry-i.html b/when-im-sorry-i.html index 60d4b94..57e7379 100644 --- a/when-im-sorry-i.html +++ b/when-im-sorry-i.html @@ -22,6 +22,7 @@

When I’m sorry I wash dishes

+
diff --git a/window.html b/window.html index 980ca01..7e63be0 100644 --- a/window.html +++ b/window.html @@ -22,6 +22,7 @@

Window

+
@@ -32,18 +33,18 @@
diff --git a/words-meaning.html b/words-meaning.html index d918b4e..8c803eb 100644 --- a/words-meaning.html +++ b/words-meaning.html @@ -22,6 +22,7 @@

Words and meaning

+
@@ -31,12 +32,12 @@
diff --git a/worse-looking-over.html b/worse-looking-over.html index 77e8d54..6859104 100644 --- a/worse-looking-over.html +++ b/worse-looking-over.html @@ -22,6 +22,7 @@

Worse looking over

+
@@ -29,18 +30,18 @@
diff --git a/writing.html b/writing.html index c63983e..487b4bb 100644 --- a/writing.html +++ b/writing.html @@ -22,6 +22,7 @@

Writing

+
@@ -31,18 +32,18 @@
diff --git a/x-ray.html b/x-ray.html index a672c2f..9c30f0d 100644 --- a/x-ray.html +++ b/x-ray.html @@ -22,6 +22,7 @@

X-ray

+
@@ -33,18 +34,18 @@
diff --git a/yellow.html b/yellow.html index 2d351a1..83c7cee 100644 --- a/yellow.html +++ b/yellow.html @@ -22,6 +22,7 @@

Yellow

+
@@ -31,15 +32,15 @@
-- cgit 1.4.1-21-gabe81