added pictures/gallery. organized media better

This commit is contained in:
Parker TenBroeck 2026-01-20 19:22:57 -05:00
parent b0d420c311
commit 4886fa19c9
65 changed files with 318 additions and 112 deletions

View file

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

View file

@ -1,10 +1,21 @@
+++
title = "My first post"
description = "moving from an abandond react website which hasn't been updated in over 4 years to Zola"
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
[taxonomies]
tags = ["web", "zola"]
+++
I finally had the motivation (and time) to update the site.
## Style
I borrowed *heavily* from the style and theming used in [without.boats](https://without.boats/)
I also took insparation from [mcyoung.xyc](https://mcyoung.xyz)

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

View file

@ -9,12 +9,12 @@ tags = ["charcoal", "crafty"]
So, for no apparent reason, I one day decided it would be interesting to start seeing what different organic objects would look like charcoalized. Here is a collection of ones which turned out interesting.
{{image(src="images/charcoal/onion.jpg", caption="A charcoalized onion with the layers clearly defined")}}
{{image(src="images/charcoal/apple.jpg", caption="Charcoalized apple showing a clear silhouette and shape of an apple but with blistered and flaking skin")}}
{{image(src="/crafts/charcoal/onion.jpg", caption="A charcoalized onion with the layers clearly defined")}}
{{image(src="/crafts/charcoal/apple.jpg", caption="Charcoalized apple showing a clear silhouette and shape of an apple but with blistered and flaking skin")}}
I think the garlic was my favourite of all. Though the structure did not hold up well at all, the cloves inside developed this iridescent colour akin to an oil spill or oxidation on metals
{{image(src="images/charcoal/garlic.jpg", caption="a lump of black material loosely resembling garlic with brilliant sections of blue, purple, and gold")}}
{{image(src="/crafts/charcoal/garlic.jpg", caption="a lump of black material loosely resembling garlic with brilliant sections of blue, purple, and gold")}}
bucket list of items I want to charcoalize

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 KiB

View file

@ -9,13 +9,13 @@ tags = ["6-sided", "crafty"]
As promised here is the cube.
{{image(src="images/qtip/cube.jpg", caption="A near cube made entirely out of QTips that is 10x10x11 (-2) in size. No glue added")}}
{{image(src="crafts/qtip-cube/cube.jpg", caption="A near cube made entirely out of QTips that is 10x10x11 (-2) in size. No glue added")}}
You might wonder how to construct such an object yourself.
What ended up working for me was laying out a bottom row of QTips with a width just slightly longer than the length of the QTips' shaft.
{{image(src="images/qtip/step.jpg", caption="A bottom layer of QTips showing the width compared to the shaft length of a QTip")}}
{{image(src="crafts/qtip-cube/step.jpg", caption="A bottom layer of QTips showing the width compared to the shaft length of a QTip")}}
Continue alternating the direction in which you align the QTips until you have stacked enough layers to be slightly higher than the length of the QTips' shaft.

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 KiB

View file

@ -1,22 +0,0 @@
+++
title = "Spoon"
description = "I went from a tree all the way to a spoon in a few weeks"
date = 2026-01-16
[taxonomies]
tags = ["wooden", "crafty"]
+++
Unfortunately I do not have a picture of the tree nor a picture of the un stripped log.
{{image(src="images/spoon/log.jpg", caption="A stripped and dried log with a huge split down the middle from drying too fast")}}
{{image(src="images/spoon/split.jpg", caption="A extremely rough cutting of the spon.")}}
{{image(src="images/spoon/roughin.jpg", caption="")}}
{{image(src="images/spoon/refined.jpg", caption="")}}
{{image(src="images/spoon/shape_finished.jpg", caption="")}}
{{image(src="images/spoon/charred.jpg", caption="")}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View file

@ -0,0 +1,22 @@
+++
title = "Spoon"
description = "I went from a tree all the way to a spoon in a few weeks"
date = 2026-01-16
[taxonomies]
tags = ["wooden", "crafty"]
+++
Unfortunately I do not have a picture of the tree nor a picture of the un stripped log.
{{image(src="crafts/spoon/log.jpg", caption="A stripped and dried log with a huge split down the middle from drying too fast")}}
{{image(src="crafts/spoon/split.jpg", caption="A extremely rough cutting of the spon.")}}
{{image(src="crafts/spoon/roughin.jpg", caption="")}}
{{image(src="crafts/spoon/refined.jpg", caption="")}}
{{image(src="crafts/spoon/shape_finished.jpg", caption="")}}
{{image(src="crafts/spoon/charred.jpg", caption="")}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
content/pictures/711.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

11
content/pictures/711.md Normal file
View file

@ -0,0 +1,11 @@
+++
title = "711"
description = "The back of 7-11 lit up from behind the camera by a high-pressure sodium vapour lamp. To the left, a faded sign says **CARBON DIOXIDE filling station** with two metal barrels below. In the center of the frame, white graffiti saying 'Haiii :3' is seen alongside an area which has been cleaned, presumably of previous graffiti. "
date = 2023-08-08
[taxonomies]
tags = ["photo", "sodium vapour", "industrial"]
[extra]
picture_src = "/pictures/711.jpg"
+++

View file

@ -1,6 +1,6 @@
+++
title = "Pictures"
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"
template = "gallery.html"
page_template = "picture.html"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

View file

@ -0,0 +1,14 @@
+++
title = "Britannia"
description = """Old and decaying industrial sprawl built atop a rocky mountainside.
Stalactites growing from overhangs, taking on bright blue and white colours.
Bright green moss growing on rock faces and eroding concrete.
Inside the Britannia Mines Concentrator."""
date = 2024-06-14
[taxonomies]
tags = ["photo", "industrial", "nature"]
[extra]
picture_src = "/pictures/britannia.jpg"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View file

@ -0,0 +1,11 @@
+++
title = "Chatterbox"
description = "A close-up of my childhood cat Chatterbox Pumpkin TenBroeck, an orange tabby with a white nose, chin, and paws, who, despite the name, never really meowed. Lying in my bed, looking directly into the camera."
date = 2015-10-08
[taxonomies]
tags = ["photo", "cat"]
[extra]
picture_src = "/pictures/chatterbox.jpg"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -0,0 +1,11 @@
+++
title = "Globe Thistle"
description = "A close-up of a purple globe thistle flower with the background blurred."
date = 2017-06-26
[taxonomies]
tags = ["photo", "nature"]
[extra]
picture_src = "/pictures/globe_thistle.jpg"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 KiB

View file

@ -0,0 +1,11 @@
+++
title = "High Speed Water 1"
description = "Water spraying from the side of a broken bathroom faucet. Two streams of larger droplets flow to the left."
date = 2017-04-05
[taxonomies]
tags = ["photo", "high speed", "water"]
[extra]
picture_src = "/pictures/hs_water_1.jpg"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 KiB

View file

@ -0,0 +1,11 @@
+++
title = "High Speed Water 2"
description = "Water spraying from the side of a broken bathroom faucet. Small droplets spraying in many directions."
date = 2017-04-05
[taxonomies]
tags = ["photo", "high speed", "water"]
[extra]
picture_src = "/pictures/hs_water_2.jpg"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,024 KiB

View file

@ -0,0 +1,11 @@
+++
title = "High Speed Water 3"
description = "Water spraying out of a kitchen faucet captured at a high shutter speed. Two sheet-like streams, one flat and thin, and the other uneven and wavy, caught in the center of the frame. A purpleish light is seen on the right edge of the center stream reflecting into the camera."
date = 2017-04-06
[taxonomies]
tags = ["photo", "high speed", "water"]
[extra]
picture_src = "/pictures/hs_water_3.jpg"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

View file

@ -0,0 +1,11 @@
+++
title = "Nairn Falls"
description = "A rocky formation with many holes and crevices with rapid flowing water running through a series of channels both above and underground, formed by rapid erosion."
date = 2024-06-16
[taxonomies]
tags = ["photo", "nature", "water"]
[extra]
picture_src = "/pictures/nairn_falls.jpg"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

View file

@ -0,0 +1,11 @@
+++
title = "Reflection"
description = "The reflection of a local playground through a puddle under the swingset after heavy rainfall."
date = 2023-07-29
[taxonomies]
tags = ["photo", "nature", "water"]
[extra]
picture_src = "/pictures/reflection.jpg"
+++

BIN
content/pictures/seals.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

11
content/pictures/seals.md Normal file
View file

@ -0,0 +1,11 @@
+++
title = "Seals"
description = "A red and white buoy with over 10 seals and/or sealions all lying atop it."
date = 2024-01-02
[taxonomies]
tags = ["photo", "water", "nature"]
[extra]
picture_src = "/pictures/seals.jpg"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View file

@ -0,0 +1,11 @@
+++
title = "Theodore"
description = "A picture of Theodore the tug boat docked at Port Dalhousie"
date = 2023-08-31
[taxonomies]
tags = ["photo"]
[extra]
picture_src = "/pictures/theodore.jpg"
+++

BIN
content/pictures/zack.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

11
content/pictures/zack.md Normal file
View file

@ -0,0 +1,11 @@
+++
title = "Zack"
description = "A close-up of my most beloved childhood cat Zack, an orange tabby with a white chin. Sitting on my desk looking directly into the camera with my computer lit up behind him glowing purple, red, and blue."
date = 2015-10-08
[taxonomies]
tags = ["photo", "cat"]
[extra]
picture_src = "/pictures/zack.jpg"
+++

View file

@ -9,4 +9,4 @@ tags = ["rust", "embedded", "risc-v"]
https://github.com/ParkerTenBroeck/milkv-duos-rs
{{ video(src="/videos/kernel/os_demo.mp4", controls=true, caption="meow")}}
{{ video(src="/projects/kernel/os_demo.mp4", controls=true, caption="meow")}}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -11,6 +11,6 @@ tags = ["C++", "graphics"]
[GitHub](https://github.com/ParkerTenBroeck/3P93)
{{ video(src="/videos/rasterizer/halo.mp4", controls=true, autoplay=true, loop=true, caption="meow")}}
{{ video(src="/videos/rasterizer/bricks.mp4", controls=true, autoplay=true, loop=true, caption="meow")}}
{{ video(src="/videos/rasterizer/wavy.mp4", controls=true, autoplay=true, loop=true, caption="meow")}}
{{ video(src="projects/rasterizer/halo.mp4", controls=true, autoplay=true, loop=true, caption="meow")}}
{{ video(src="projects/rasterizer/bricks.mp4", controls=true, autoplay=true, loop=true, caption="meow")}}
{{ video(src="projects/rasterizer/wavy.mp4", controls=true, autoplay=true, loop=true, caption="meow")}}

Binary file not shown.