diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-08-13 21:28:25 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-08-13 21:28:25 +0100 |
commit | dada3fadd10c9704b63a6ea01527d6f26bb72344 (patch) | |
tree | 9a33fbe0bf623d49c8dc21ed6484c5b951d92870 /config.toml | |
parent | d2b015e2317f5a3acfa2f070a0278ac7934e5d89 (diff) |
first attempt at poetry section
Diffstat (limited to '')
-rw-r--r-- | config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 2f0014a..58203e5 100644 --- a/config.toml +++ b/config.toml @@ -48,6 +48,14 @@ pygmentsUseClasses = true post = '| ' [[menu.main]] + identifier = "poetry" + name = "Poetry" + title = "Poetry" + url = "/writing/poetry/" + weight = 20 + post = '| ' + + [[menu.main]] identifier = "reading" name = "Reading" title = "Reading" |