diff options
-rw-r--r-- | config.toml | 8 | ||||
-rw-r--r-- | content/writing/poems/_index.md (renamed from content/writing/poetry/_index.md) | 4 | ||||
-rw-r--r-- | content/writing/poems/first_poem.md | 57 | ||||
-rw-r--r-- | content/writing/poems/katherine_ryan_was_fired_from_hooters_for_what.md (renamed from content/writing/poetry/katherine_ryan_was_fired_from_hooters_for_what.md) | 0 | ||||
-rw-r--r-- | content/writing/poems/notch_coding_prelude_of_the_chambered.md (renamed from content/writing/poetry/notch_coding_prelude_of_the_chambered.md) | 0 | ||||
-rw-r--r-- | layouts/partials/poetry.html | 4 | ||||
-rw-r--r-- | layouts/writing/poetry/single.html | 2 |
7 files changed, 65 insertions, 10 deletions
diff --git a/config.toml b/config.toml index 58203e5..34368a9 100644 --- a/config.toml +++ b/config.toml @@ -48,10 +48,10 @@ pygmentsUseClasses = true post = '| ' [[menu.main]] - identifier = "poetry" - name = "Poetry" - title = "Poetry" - url = "/writing/poetry/" + identifier = "poems" + name = "Poems" + title = "Poems" + url = "/writing/poems/" weight = 20 post = '| ' diff --git a/content/writing/poetry/_index.md b/content/writing/poems/_index.md index 523b9b7..29803bc 100644 --- a/content/writing/poetry/_index.md +++ b/content/writing/poems/_index.md @@ -2,7 +2,3 @@ title: 'Poetry' type: 'writing/poetry' --- - -Here be some poetry. Yar! - -Sniffo. diff --git a/content/writing/poems/first_poem.md b/content/writing/poems/first_poem.md new file mode 100644 index 0000000..2d81116 --- /dev/null +++ b/content/writing/poems/first_poem.md @@ -0,0 +1,57 @@ +--- +title: "First Poem" +type: "writing/poetry" +draft: true +date: 2022-08-22 +categories: ['Poetry'] +--- + +According to Leonard Bernstein. + +O. \ +Oh. \ +Ooh. \ +Owaaaaaaaaah. + +Uh. \ +       Ffff. \ +Uh. \ +       Fffff. \ +Uhhhh. \ +       Ffffuuah. \ +Um. \ +       Ffffughk! \ +Uhmm. \ +       Fuugk. \ +Uhhmm. \ +       Fuck. \ +Uhm*maaaaaah*! + +*maaah*! \ +*Maaah*! + +Ma. \ +Mama. \ +Mama. \ +Mumma. \ +Mummy. \ +Mummy. \ +My Mummy. \ + I love you mummy. \ +Mum. \ +Fuck. \ +Fuck sake. \ +Fuck Sake Stop That. \ +Ma! \ +Expletive. + +mother. \ +My mother. \ +My Expletive mother... \ +My Expletive Mother! \ +Expletive die. \ +Sorry Expletive bitch please stop. \ +Please die ma. \ +Gone and fucking died. \ +Rest in peace. +Rest in peace. diff --git a/content/writing/poetry/katherine_ryan_was_fired_from_hooters_for_what.md b/content/writing/poems/katherine_ryan_was_fired_from_hooters_for_what.md index d913807..d913807 100644 --- a/content/writing/poetry/katherine_ryan_was_fired_from_hooters_for_what.md +++ b/content/writing/poems/katherine_ryan_was_fired_from_hooters_for_what.md diff --git a/content/writing/poetry/notch_coding_prelude_of_the_chambered.md b/content/writing/poems/notch_coding_prelude_of_the_chambered.md index 9196eff..9196eff 100644 --- a/content/writing/poetry/notch_coding_prelude_of_the_chambered.md +++ b/content/writing/poems/notch_coding_prelude_of_the_chambered.md diff --git a/layouts/partials/poetry.html b/layouts/partials/poetry.html index c62ddc1..86d67b6 100644 --- a/layouts/partials/poetry.html +++ b/layouts/partials/poetry.html @@ -1,6 +1,6 @@ -<h2>Poetry</h2> +<h2>Poems</h2> -<p>This is experimental.</p> +<p>This page is experimental.</p> <ul id="poetry"> {{ range where site.RegularPages "Section" "writing" }} diff --git a/layouts/writing/poetry/single.html b/layouts/writing/poetry/single.html index 3ef8472..5363190 100644 --- a/layouts/writing/poetry/single.html +++ b/layouts/writing/poetry/single.html @@ -8,6 +8,8 @@ <h2 class="title">{{ .Title }}</h2> + {{ .Content }} +- {{ .Date.Format "2 Jan 2006" }} {{ end }} |