feat(pages): Add Past Designs
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m22s
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m22s
This commit is contained in:
parent
e8e6e328bd
commit
343fc5a1a9
4 changed files with 34 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
26
src/pages/past-designs.md
Normal 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
|
||||
|
||||

|
||||
|
||||
### About me
|
||||
|
||||

|
||||
|
||||
### Posts
|
||||
|
||||

|
||||
|
||||
### Catalogue
|
||||
|
||||

|
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue