added random category, fixed sun icon, added more gifs
|
|
@ -1,11 +1,12 @@
|
|||
+++
|
||||
title = "Personal Site"
|
||||
description = "Moving from an abandond react website which hasn't been updated in over 4 years to Zola"
|
||||
description = "Moving from an abandoned React website which hasn't been updated in over 4 years to Zola."
|
||||
date = 2026-01-17
|
||||
updated = 2026-04-20
|
||||
|
||||
[taxonomies]
|
||||
tags = ["web", "zola"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
|
@ -5,6 +5,7 @@ date = 2026-04-26
|
|||
|
||||
[taxonomies]
|
||||
tags = ["web", "88x31"]
|
||||
category = ["random"]
|
||||
+++
|
||||
|
||||
I decided to make a 88x31 badge for fun and included a fun little puzzle inside it.
|
||||
|
|
@ -36,3 +37,4 @@ other
|
|||
{{ badge88x31(src="b5can_s.gif", alt="Can badge") }}
|
||||
{{ badge88x31(src="bootleg64_spinbutton.gif", alt="bootleg64 badge") }}
|
||||
{{ badge88x31(src="bunbrowser.gif", alt="Bunny badge") }}
|
||||
{{ badge88x31(src="kill-fascists.png", alt="Kill Fascists badge") }}
|
||||
|
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 447 B |
BIN
content/random/88x31/kill-fascists.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
7
content/random/_index.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
title = "Random"
|
||||
sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "blog-page.html"
|
||||
in_search_index = true
|
||||
+++
|
||||