diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 9595fec..f1c62e0 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -1,36 +1,36 @@ - - - - {{ title or metadata.title }} + + + + {{ title or metadata.title }} - {% set blurb = content | truncate(240) %} - - - - - - - - - Skip to main content + {% set blurb = content | truncate(240) %} + + + + + + + + + Skip to main content -
- -
+
+ +
-
- {{ content | safe }} -
+
+ {{ content | safe }} +
- + - - + + diff --git a/content/index.md b/content/index.md index 643b5e4..0f27c0d 100644 --- a/content/index.md +++ b/content/index.md @@ -13,8 +13,8 @@ My name is Nycki ([ˈnɪki](http://ipa-reader.xyz/?text=%CB%88n%C9%AAki)) (she/t - - -[![button of nycki](/a/88x31-nycki-r2.png)](https://nycki.net) -[![button of cohost, by mykocalico](/a/88x31-cohost-mykocalico.png)](https://cohost.org/nycki) +![nycki](/a/button-nycki.png) +[![I was on Cohost!](/a/button-cohost-mykocalico.png)](https://cohost.org/nycki) ## Blog @@ -22,8 +22,10 @@ My name is Nycki ([ˈnɪki](http://ipa-reader.xyz/?text=%CB%88n%C9%AAki)) (she/t ## Links -[![button of sofia-drawsmore](/a/88x31-sofia.png)](https://sofiadrawsmore.neocities.org/) -[![button of quwyou](/a/button_quwyou.gif)](https://quwyou.com) +[![sofia-drawsmore](/a/button-sofia.png)](https://sofiadrawsmore.neocities.org/) +[![pebble](/a/button-pebble.gif)](https://pebble.pet) +[![quwyou](/a/button-quwyou.gif)](https://quwyou.com) +[![88 by 31](/a/button-88by31.gif)](https://cyber.dabamos.de/88x31/) ## Creations @@ -64,3 +66,4 @@ Stuff I've made! - 2023-12-14. Updated this website to use markdown, via pandoc and make. - 2024-09-15. Redid the build process in Eleventy. +- 2024-09-26. Updated my 88x31 button. diff --git a/public/a/88x31-nycki-r1.png b/public/a/88x31-nycki-r1.png deleted file mode 100644 index c083778..0000000 Binary files a/public/a/88x31-nycki-r1.png and /dev/null differ diff --git a/public/a/88x31-nycki-r2.png b/public/a/88x31-nycki-r2.png index a830df7..03ad650 100644 Binary files a/public/a/88x31-nycki-r2.png and b/public/a/88x31-nycki-r2.png differ diff --git a/public/a/button-88by31.gif b/public/a/button-88by31.gif new file mode 100644 index 0000000..aa2bc2c Binary files /dev/null and b/public/a/button-88by31.gif differ diff --git a/public/a/88x31-cohost-mykocalico.png b/public/a/button-cohost-mykocalico.png similarity index 100% rename from public/a/88x31-cohost-mykocalico.png rename to public/a/button-cohost-mykocalico.png diff --git a/public/a/button-nycki.png b/public/a/button-nycki.png new file mode 100644 index 0000000..ea34f73 Binary files /dev/null and b/public/a/button-nycki.png differ diff --git a/public/a/button-pebble.gif b/public/a/button-pebble.gif new file mode 100644 index 0000000..76bc0e6 Binary files /dev/null and b/public/a/button-pebble.gif differ diff --git a/public/a/button_quwyou.gif b/public/a/button-quwyou.gif similarity index 100% rename from public/a/button_quwyou.gif rename to public/a/button-quwyou.gif diff --git a/public/a/88x31-sofia.png b/public/a/button-sofia.png similarity index 100% rename from public/a/88x31-sofia.png rename to public/a/button-sofia.png