added a category taxonomy

This commit is contained in:
ParkerTenBroeck 2026-01-22 10:46:04 -05:00
parent 17815ebf1f
commit 58c56b0af7
28 changed files with 46 additions and 18 deletions

View file

@ -26,7 +26,8 @@ feed_filenames = ["rss.xml", "atom.xml"]
build_search_index = true
taxonomies = [
{name = "tags", feed=true}
{name = "tags", feed=true},
{name = "category", feed=true}
]
minify_html = true

View file

@ -1,5 +1,5 @@
+++
title = "Blogs"
title = "Posts"
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"

View file

@ -1,5 +1,5 @@
+++
title = "My first post"
title = "Personal Site"
description = "Moving from an abandond react website which hasn't been updated in over 4 years to Zola"
date = 2026-01-16
updated = 2026-01-20

View file

@ -4,7 +4,8 @@ description = "The back of 7-11 lit up from behind the camera by a high-pressure
date = 2023-08-08
[taxonomies]
tags = ["photo", "sodium vapour", "industrial"]
tags = ["sodium vapour", "industrial"]
category = ["photo"]
[extra]
picture_src = "/pictures/711.jpg"

View file

@ -7,7 +7,8 @@ Bright green moss growing on rock faces and eroding concrete.
date = 2024-06-14
[taxonomies]
tags = ["photo", "industrial", "nature"]
tags = ["industrial", "nature"]
category = ["photo"]
[extra]
picture_src = "/pictures/britannia.jpg"

View file

@ -4,7 +4,8 @@ description = "A close-up of my childhood cat Chatterbox Pumpkin TenBroeck, an o
date = 2015-10-08
[taxonomies]
tags = ["photo", "cat"]
tags = ["cat"]
category = ["photo"]
[extra]
picture_src = "/pictures/chatterbox.jpg"

View file

@ -4,7 +4,8 @@ description = "A close-up of a purple globe thistle flower with the background b
date = 2017-06-26
[taxonomies]
tags = ["photo", "nature"]
tags = ["nature"]
category = ["photo"]
[extra]
picture_src = "/pictures/globe_thistle.jpg"

View file

@ -4,7 +4,8 @@ description = "Water spraying from the side of a broken bathroom faucet. Two str
date = 2017-04-05
[taxonomies]
tags = ["photo", "high speed", "water"]
tags = ["high speed", "water"]
category = ["photo"]
[extra]
picture_src = "/pictures/hs_water_1.jpg"

View file

@ -4,7 +4,8 @@ description = "Water spraying from the side of a broken bathroom faucet. Small d
date = 2017-04-05
[taxonomies]
tags = ["photo", "high speed", "water"]
tags = ["high speed", "water"]
category = ["photo"]
[extra]
picture_src = "/pictures/hs_water_2.jpg"

View file

@ -4,7 +4,8 @@ description = "Water spraying out of a kitchen faucet captured at a high shutter
date = 2017-04-06
[taxonomies]
tags = ["photo", "high speed", "water"]
tags = ["high speed", "water"]
category = ["photo"]
[extra]
picture_src = "/pictures/hs_water_3.jpg"

View file

@ -4,7 +4,8 @@ description = "A rocky formation with many holes and crevices with rapid flowing
date = 2024-06-16
[taxonomies]
tags = ["photo", "nature", "water"]
tags = ["nature", "water"]
category = ["photo"]
[extra]
picture_src = "/pictures/nairn_falls.jpg"

View file

@ -4,7 +4,8 @@ description = "The reflection of a local playground through a puddle under the s
date = 2023-07-29
[taxonomies]
tags = ["photo", "nature", "water"]
tags = ["nature", "water"]
category = ["photo"]
[extra]
picture_src = "/pictures/reflection.jpg"

View file

@ -4,7 +4,8 @@ description = "A red and white buoy with over 10 seals and/or sealions all lying
date = 2024-01-02
[taxonomies]
tags = ["photo", "water", "nature"]
tags = ["water", "nature"]
category = ["photo"]
[extra]
picture_src = "/pictures/seals.jpg"

View file

@ -4,7 +4,8 @@ description = "A picture of Theodore the tug boat docked at Port Dalhousie"
date = 2023-08-31
[taxonomies]
tags = ["photo"]
tags = ["boat", "water"]
category = ["photo"]
[extra]
picture_src = "/pictures/theodore.jpg"

View file

@ -4,7 +4,8 @@ description = "A close-up of my most beloved childhood cat Zack, an orange tabby
date = 2015-10-08
[taxonomies]
tags = ["photo", "cat"]
tags = ["cat"]
category = ["photo"]
[extra]
picture_src = "/pictures/zack.jpg"

View file

@ -3,4 +3,5 @@ title = "Projects"
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"
in_search_index = true
+++

View file

@ -5,6 +5,7 @@ date = 2025-09-23
[taxonomies]
tags = ["embedded", "rust"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/ansi

View file

@ -5,8 +5,10 @@ date = 2026-01-14
[taxonomies]
tags = ["web", "deno", "rust"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/automata
You can visit the website [parkertenbroeck.com/automata/](https://parkertenbroeck.com/automata/) or look at the [GitHub](https://github.com/ParkerTenBroeck/automata)
parkertenbroeck.com/automata/

View file

@ -5,5 +5,6 @@ date = 2024-05-09
[taxonomies]
tags = ["rust", "x86"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/brainfuck_compiler

View file

@ -5,5 +5,6 @@ date = 2025-04-03
[taxonomies]
tags = ["java", "bytecode"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/fastexpr

View file

@ -5,8 +5,11 @@ date = 2025-05-07
[taxonomies]
tags = ["java", "bytecode"]
category = ["project"]
+++
[!WARN]
meow
```java
public static Future<Void, IOException> echo(@Cancellation("close") Socket socket) throws IOException {

View file

@ -5,6 +5,7 @@ date = 2020-01-01
[taxonomies]
tags = ["java", "fun", "highschool"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/HighSchoolPrograms

View file

@ -5,6 +5,7 @@ date = 2024-08-08
[taxonomies]
tags = ["rust", "embedded", "risc-v"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/milkv-duos-rs

View file

@ -5,6 +5,7 @@ date = 2020-01-16
[taxonomies]
tags = ["java", "fun", "game", "highschool"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/Legend-of-Xor

View file

@ -5,6 +5,7 @@ date = 2018-01-16
[taxonomies]
tags = ["hardware", "logic gates", "highschool"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/MyCPU_16bit

View file

@ -5,5 +5,6 @@ date = 2024-04-21
[taxonomies]
tags = ["rust", "sql", "web"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/qc-backend

View file

@ -5,6 +5,7 @@ date = 2025-12-12
[taxonomies]
tags = ["C++", "graphics"]
category = ["project"]
+++

View file

@ -28,7 +28,7 @@
<li>{{ post::page_link(path="projects/generators.md") }}</li>
<li>{{ post::page_link(path="projects/fastexpr.md") }}</li>
<li>{{ post::page_link(path="projects/kernel/index.md") }}</li>
<li>{{ post::page_link(path="blog/first.md") }}</li>
<li>{{ post::page_link(path="blog/website.md") }}</li>
</ul>
{% endblock main %}