diff --git a/content/blog/projects/kernel.md b/content/blog/projects/kernel.md new file mode 100644 index 0000000..a2a389e --- /dev/null +++ b/content/blog/projects/kernel.md @@ -0,0 +1,11 @@ ++++ +title = "Kernel" +description = "A RISC-V kernel written in rust for QEMU" +date = 2026-02-20 + +[taxonomies] +tags = ["rust", "embedded"] +category = ["project"] ++++ + +Take a look at the [GitHub](https://github.com/ParkerTenBroeck/kernel) \ No newline at end of file diff --git a/content/blog/projects/kernel/index.md b/content/blog/projects/milkv/index.md similarity index 96% rename from content/blog/projects/kernel/index.md rename to content/blog/projects/milkv/index.md index 749a6f7..9375910 100644 --- a/content/blog/projects/kernel/index.md +++ b/content/blog/projects/milkv/index.md @@ -1,5 +1,5 @@ +++ -title = "Kernel" +title = "Milk-V" description = "A from scratch bootloader, and kernel for the milkv-duos development board. Featuring VGA output, virtual memory support, rudimentary scheduling, UART, and kernel image loading through UART" date = 2024-08-08 diff --git a/content/blog/projects/kernel/os_demo.mp4 b/content/blog/projects/milkv/os_demo.mp4 similarity index 100% rename from content/blog/projects/kernel/os_demo.mp4 rename to content/blog/projects/milkv/os_demo.mp4 diff --git a/content/blog/projects/twinkle.md b/content/blog/projects/twinkle.md new file mode 100644 index 0000000..fd2408f --- /dev/null +++ b/content/blog/projects/twinkle.md @@ -0,0 +1,11 @@ ++++ +title = "Twinkle" +description = "A toy language inspired by Rust" +date = 2026-04-20 + +[taxonomies] +tags = ["rust", "language", "compiler"] +category = ["project"] ++++ + +Take a look at the [GitHub](https://github.com/ParkerTenBroeck/twinkle) \ No newline at end of file diff --git a/content/blog/website.md b/content/blog/website.md index 6844d01..435df9d 100644 --- a/content/blog/website.md +++ b/content/blog/website.md @@ -1,24 +1,32 @@ +++ 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 +date = 2026-01-17 +updated = 2026-04-20 [taxonomies] tags = ["web", "zola"] +++ +I finally had the motivation (and time) to update my personal site. It's one of those tasks which aren't very interesting which makes starting it 100 times harder than it needs to be. +The website was originally written in React (as I really didn't know better) but it was wildly overcomplicated for my needs. +At some point after I wrote my original website I had heard of static site generators. In particular a friend had told me how they used Zola to set up her personal site [ivytime.gay](https://ivytime.gay) -I finally had the motivation (and time) to update the site. - +I wanted to move to an easier solution, one that allowed the bulk of content to be easily generated, and one that I could easily style. The obvious choice here was to use a static site generator. +After I decided that I browsed the Zola docs and [ivytime.gay](https://ivytime.gay)'s source to get a better feel for how I wanted to go about making my site. +--- ## Style -I borrowed *heavily* from the style and theming used in [without.boats](https://without.boats/) +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) +I also took inspiration from [mcyoung.xyc](https://mcyoung.xyz) +> also please do check these blogs out if you haven't seen them already, they have wonderful articles on many interesting programming topics -Take a look at the [GitHub](https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io) \ No newline at end of file +--- +All in all getting a nice looking website with Zola went pretty smoothly, and I'm pretty happy with how it turned out. + +Take a look at the [source](https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io) if you so desire \ No newline at end of file diff --git a/content/pictures/outdoor_cat_1.jpg b/content/pictures/outdoor_cat_1.jpg new file mode 100644 index 0000000..554ed7f Binary files /dev/null and b/content/pictures/outdoor_cat_1.jpg differ diff --git a/content/pictures/outdoor_cat_1.md b/content/pictures/outdoor_cat_1.md new file mode 100644 index 0000000..c2e0ebf --- /dev/null +++ b/content/pictures/outdoor_cat_1.md @@ -0,0 +1,12 @@ ++++ +title = "Random Cat(1)" +description = "I saw this (very friendly) cat on a walk " +date = 2026-04-16 + +[taxonomies] +tags = ["nature", "cat"] +category = ["photo"] + +[extra] +picture_src = "/pictures/outdoor_cat_1.jpg" ++++ \ No newline at end of file diff --git a/static/resume.pdf b/static/resume.pdf index 0ea6faa..dafd838 100644 Binary files a/static/resume.pdf and b/static/resume.pdf differ diff --git a/templates/index.html b/templates/index.html index 99172f0..b4ee54c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,7 +28,7 @@