From 0f2e3dc7077e1a4b464f1e9b9daa53ee4d439210 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 11 Mar 2024 16:48:08 -0400 Subject: add poetry section --- README.md | 3 +++ config.yaml | 3 +++ content/poetry/610poetry_feature/index.md | 7 +++++++ content/poetry/_index.md | 5 +++++ content/poetry/noble_quills_feature/index.md | 8 ++++++++ content/poetry/thoughts_from_work/index.md | 13 +++++++++++++ layouts/_default/single.html | 12 ++++++++++++ layouts/partials/header.html | 2 +- 8 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 content/poetry/610poetry_feature/index.md create mode 100644 content/poetry/_index.md create mode 100644 content/poetry/noble_quills_feature/index.md create mode 100644 content/poetry/thoughts_from_work/index.md create mode 100644 layouts/_default/single.html diff --git a/README.md b/README.md index a21b330..524194f 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,6 @@ A site rewrite for * [x] blog layout layouts/blogs/single.html * [x] change card class names to something more sensible * [x] add image support for cards +* [x] add epsilon talk to toggle page +* [ ] add poetry features +* [ ] add page search diff --git a/config.yaml b/config.yaml index 3f49d42..2609515 100644 --- a/config.yaml +++ b/config.yaml @@ -13,3 +13,6 @@ menu: - identifier: "blog" name: "Blog" url: "/blog" + - identifier: "poetry" + name: "Poetry" + url: "/poetry" diff --git a/content/poetry/610poetry_feature/index.md b/content/poetry/610poetry_feature/index.md new file mode 100644 index 0000000..9752bc6 --- /dev/null +++ b/content/poetry/610poetry_feature/index.md @@ -0,0 +1,7 @@ +--- +title: 610Poetry +date: 2024-03-02T19:30:00-05:00 +draft: true +--- + +610Poetry diff --git a/content/poetry/_index.md b/content/poetry/_index.md new file mode 100644 index 0000000..a67c028 --- /dev/null +++ b/content/poetry/_index.md @@ -0,0 +1,5 @@ +--- +title: "Poetry" +--- + +Here are some recent poems of mine diff --git a/content/poetry/noble_quills_feature/index.md b/content/poetry/noble_quills_feature/index.md new file mode 100644 index 0000000..2ac599a --- /dev/null +++ b/content/poetry/noble_quills_feature/index.md @@ -0,0 +1,8 @@ +--- +title: Noble Quills +date: 2024-02-10T16:00:00-05:00 +draft: true +--- + +Noble Quills + diff --git a/content/poetry/thoughts_from_work/index.md b/content/poetry/thoughts_from_work/index.md new file mode 100644 index 0000000..c5501ae --- /dev/null +++ b/content/poetry/thoughts_from_work/index.md @@ -0,0 +1,13 @@ +--- +title: Thoughts From Work +date: 2020-05-23T00:00:00-05:00 +draft: true +summary: Moravian College Diamond Writing Competition Submission +--- + +My winning submission for the Moravian College 2019-2020 Diamond Writing prize. +Since my submission, the contests has been renamed the Moravian University Writing at Moravian contest. +The award winning poem from the submissions is *Masseuse*. + +[Award](/awards/Diamond_Writing_Prize.pdf) +[Submission](/poetry/thoughts_from_work.pdf) diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..85f8b4a --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,12 @@ +{{ define "header" }} +

{{ .Title }}

+ +{{ end }} + +{{ define "main" }} + {{ .Content }} +{{ end }} + +{{ define "footer" }} + {{ partial "meta-tag_nav.html" . }} +{{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 0128c2f..a4689ac 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,7 +4,7 @@
  • Projects
  • Research
  • Utilities
  • +
  • Poetry
  • Blog
  • - -- cgit v1.2.3