added random category, fixed sun icon, added more gifs
|
|
@ -1,11 +1,12 @@
|
||||||
+++
|
+++
|
||||||
title = "Personal Site"
|
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
|
date = 2026-01-17
|
||||||
updated = 2026-04-20
|
updated = 2026-04-20
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = ["web", "zola"]
|
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.
|
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]
|
[taxonomies]
|
||||||
tags = ["web", "88x31"]
|
tags = ["web", "88x31"]
|
||||||
|
category = ["random"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
I decided to make a 88x31 badge for fun and included a fun little puzzle inside it.
|
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="b5can_s.gif", alt="Can badge") }}
|
||||||
{{ badge88x31(src="bootleg64_spinbutton.gif", alt="bootleg64 badge") }}
|
{{ badge88x31(src="bootleg64_spinbutton.gif", alt="bootleg64 badge") }}
|
||||||
{{ badge88x31(src="bunbrowser.gif", alt="Bunny 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
|
||||||
|
+++
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
<a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>
|
<a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>
|
||||||
{# <a href="{{ get_url(path='@/projects/_index.md') }}">Projects</a>
|
{# <a href="{{ get_url(path='@/projects/_index.md') }}">Projects</a>
|
||||||
<a href="{{ get_url(path='@/crafts/_index.md') }}">Crafts</a> #}
|
<a href="{{ get_url(path='@/crafts/_index.md') }}">Crafts</a> #}
|
||||||
|
<a href="{{ get_url(path='@/random/_index.md') }}">Random</a>
|
||||||
<a href="{{ get_url(path='@/pictures/_index.md') }}">Pictures</a>
|
<a href="{{ get_url(path='@/pictures/_index.md') }}">Pictures</a>
|
||||||
<a href="{{ get_url(path='tags') }}">Tags</a>
|
<a href="{{ get_url(path='tags') }}">Tags</a>
|
||||||
<a href="{{ get_url(path='category') }}">Categories</a>
|
<a href="{{ get_url(path='category') }}">Categories</a>
|
||||||
|
|
@ -17,7 +18,7 @@
|
||||||
<!-- Sun (light) -->
|
<!-- Sun (light) -->
|
||||||
<svg class="icon icon-sun" viewBox="0 0 24 24" aria-hidden="true">
|
<svg class="icon icon-sun" viewBox="0 0 24 24" aria-hidden="true">
|
||||||
<path
|
<path
|
||||||
d="M12 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12Zm0-16v2m0 16v2M4 12H2m20 0h-2M5.64 5.64 4.22 4.22m15.56 15.56 1.42 1.42M18.36 5.64l1.42-1.42M4.22 19.78l1.42-1.42"
|
d="M4.93 19.07l1.42-1.42M19.07 4.93 17.65 6.35m1.42 12.72-1.42-1.42M4.93 4.93 6.35 6.35M20 12h2M2 12H4m8 10V20M12 4V2m0 16A6 6 0 0112 6a6 6 0 110 12Z"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
stroke-width="2"
|
stroke-width="2"
|
||||||
|
|
@ -28,7 +29,7 @@
|
||||||
<!-- Moon (dark) -->
|
<!-- Moon (dark) -->
|
||||||
<svg class="icon icon-moon" viewBox="1 1 24 20" aria-hidden="true">
|
<svg class="icon icon-moon" viewBox="1 1 24 20" aria-hidden="true">
|
||||||
<path
|
<path
|
||||||
d="M21 14.5A8.5 8.5 0 0 1 9.5 3a7 7 0 1 0 11.5 11.5Z"
|
d="M21 14.5A8.5 8.5 0 019.5 3 7 7 0 1021 14.5Z"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
stroke-width="2"
|
stroke-width="2"
|
||||||
|
|
|
||||||