added photo, updated personal site post, added kernel and twinkle posts

This commit is contained in:
Parker TenBroeck 2026-04-20 16:32:15 -04:00
parent 55ab262a42
commit d583454cc2
9 changed files with 51 additions and 9 deletions

View file

@ -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)
---
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