feat(pages): Add Past Designs
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m22s

This commit is contained in:
Devin Haska 2025-05-31 15:09:43 -07:00
parent e8e6e328bd
commit 343fc5a1a9
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
4 changed files with 34 additions and 1 deletions

View file

@ -46,6 +46,9 @@
<li>
<a href="/webrings">Webrings</a>
</li>
<li>
<a href="/past-designs">Past Designs</a>
</li>
<li>
<a href="{{ meta.repoUrl }}"
target="_blank"

View file

@ -10,6 +10,10 @@ All the changes that are fit to read!
If preferred, the [commit log is available here][commits].
## May 31st, 2025
- Added a new page called [Past Designs](/past-designs)!
## May 30th, 2025
- As much as I tried, I just couldn't give up **iA Writer Quattro** as my body font. So it's back! Perhaps in the future I can use Hyperlegible as a toggle option.

26
src/pages/past-designs.md Normal file
View file

@ -0,0 +1,26 @@
---
title: Past Designs
description: The living chronicle of my site's design.
---
# Past Designs
I love to tinker, and my website design is no exception. Trying my best to chronicle the visual changes it has taken over the years. I may update this page from time to time to include even older designs!
## 3.0 ([March 2024](/posts/version-3/))
### Index
![](https://cdn.wonderfulfrog.com/images/past-designs/3.0/index.png)
### About me
![](https://cdn.wonderfulfrog.com/images/past-designs/3.0/about.png)
### Posts
![](https://cdn.wonderfulfrog.com/images/past-designs/3.0/posts.png)
### Catalogue
![](https://cdn.wonderfulfrog.com/images/past-designs/3.0/catalogue.png)

View file

@ -15,7 +15,7 @@ There are no affiliate links.
## Development
My editor of choice is [Neovim](https://neovim.io/), which uses a [very opinionated setup](https://github.com/wonderfulfrog/neovim).
My editor of choice is [Neovim](https://neovim.io/), which uses a [very opinionated setup](https://git.cloud.haska.me/wonderfulfrog/neovim).
My preferred terminal is [WezTerm](https://wezfurlong.org/wezterm/index.html), which works on all major platforms. On Windows I also use [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-us&gl=US).