From aec2b76771dddbca71f3c0f0985afc04d223a86b Mon Sep 17 00:00:00 2001 From: Joshua Seigler <2583159+seigler@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:02:49 -0400 Subject: [PATCH] update redesign post --- site/posts/2024-06-05--redesign.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/site/posts/2024-06-05--redesign.md b/site/posts/2024-06-05--redesign.md index 20a4961..13facd2 100644 --- a/site/posts/2024-06-05--redesign.md +++ b/site/posts/2024-06-05--redesign.md @@ -1,5 +1,16 @@ --- title: Site design updated +description: New look, simpler tech --- -I remade the site with [11ty](https://www.11ty.dev/). I was looking for an updated style, and also the framework I used before now has a lot of unmaintained or outdated dependencies. \ No newline at end of file +New design! The tools I used before have a lot of unmaintained or outdated dependencies and I wanted something a little simpler. The new site uses [pnpm](https://pnpm.io/), [11ty](https://www.11ty.dev/), and [Nunjucks](https://mozilla.github.io/nunjucks/). Content is still in [markdown](https://daringfireball.net/projects/markdown/). + +One thing I'm proud of is a visual ping for footnotes.[^1] When you click a footnote[^2] it briefly highlights the thing you jumped to. + +In the upper right I added a style toggle that applies the font from Star Wars, "Aurebesh". I learned how to read it but sometimes want some practice. People who can read this are cool and I like them. + +I also finally made a section for recipes! + +[^1]: It highlights when you click back, too. + +[^2]: Hi. \ No newline at end of file