new icons
This commit is contained in:
parent
bc8100b101
commit
e14118f864
29 changed files with 115 additions and 59 deletions
|
@ -6,6 +6,6 @@ Hi! My name's Sunny. I'm:
|
|||
* an audio and video editor
|
||||
* a graphic designer
|
||||
* a web designer
|
||||
* a bunny 🐇
|
||||
* a bunny <img src="/assets/img/icon/rabbit_1f407.gif" alt="🐇">
|
||||
|
||||
I identify as: <span id="agender">agender</span>, <span id="aromantic">aromantic</span> and <span id="pansexual">pansexual</span>.
|
||||
I identify as: <span id="agender">agender</span>, <span id="aromantic">aromantic</span> and <span id="pansexual">pansexual</span>.
|
||||
|
|
|
@ -28,7 +28,7 @@ eleventyConfig.addFilter("ISO", (dateObj) => {
|
|||
return format(dateObj, "yyyy-LL-dd");
|
||||
});
|
||||
eleventyConfig.addFilter("readable", (dateObj) => {
|
||||
return format(dateObj, "LLLL d, yyyy");
|
||||
return format(dateObj, "LLLL do, yyyy");
|
||||
});
|
||||
```
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
description: Working with Linux
|
||||
date: 2024-06-22
|
||||
modified: 2025-05-19
|
||||
blurb: <p><a href="/assets/img/blog/works-on-my-machine.png"><img src="/assets/img/blog/works-on-my-machine.png"></a></p><p>whatever i'm using might not necessarily work for you</p>
|
||||
modified: 2025-09-09
|
||||
blurb: <p><a href="https://blog.codinghorror.com/the-works-on-my-machine-certification-program/"><img src="/assets/img/blog/works-on-my-machine.png"></a></p><p>whatever i'm using might not necessarily work for you</p>
|
||||
avatar: /assets/img/art/sundae_glistening.png
|
||||
---
|
||||
### {{page.fileSlug}}
|
||||
|
@ -82,9 +82,9 @@ It's personally been no cost to me with the hobbies I have, keyword: <u>personal
|
|||
Here's a few programs I used before switching over, that didn't/won't have a Linux port:
|
||||
|
||||
|
||||
* {%ai"https://notepad-plus-plus.org"%}Notepad++{%endai%}, replaced by {%ai"https://apps.kde.org/kate/"%}Kate{%endai%}
|
||||
* {%ai"https://notepad-plus-plus.org"%}Notepad++{%endai%}, replaced by {%ai"https://vscodium.com/"%}VSCodium{%endai%}
|
||||
* {%ai"https://getpaint.net/"%}paint.net{%endai%}, replaced by {%ai"https://www.gimp.org"%}GIMP{%endai%}
|
||||
* {%ai"https://www.foobar2000.org"%}foobar2000{%endai%}, replaced by {%ai"https://www.videolan.org"%}VLC media player{%endai%}
|
||||
* {%ai"https://www.foobar2000.org"%}foobar2000{%endai%}, replaced by {%ai"https://deadbeef.sourceforge.io/"%}DeaDBeeF{%endai%}
|
||||
* {%ai"https://www.nvidia.com/en-us/geforce/geforce-experience/shadowplay/"%}Nvidia ShadowPlay{%endai%}, replaced by {%ai"https://obsproject.com"%}OBS Studio{%endai%}, which I achieved by toggling "Enable Replay Buffer" in the Output settings and setting up keybinds associated.
|
||||
|
||||
... that being said, the programs that I do miss using from Windows are:
|
||||
|
|
|
@ -5,6 +5,7 @@ title: Version 5
|
|||

|
||||
|
||||
Re-wrote the website with [Eleventy](https://11ty.dev/). Read the [accompanying blog post](/blog/break-time/)
|
||||
|
||||
* Changed image directory
|
||||
* If you've linked my 88x31 button on your website, it's now located under `/assets/img/button` instead of `/img/buttons/` and named alphabetically
|
||||
* Navigation works without JavaScript
|
||||
|
|
|
@ -16,9 +16,10 @@ Read the [accompanying blog post](/blog/rewrite-2.0)
|
|||
* Merged with [Home](/home)
|
||||
* Fixed the Pokemon box cutting off at lower resolutions
|
||||
* Changed sidebar
|
||||
* Reverted back to normal text
|
||||
* Added a pawprint flair
|
||||
* Sunny is there again, sitting this time.
|
||||
* Added a "Toggle theme" button to Navigation
|
||||
* Reverted `summary` text back to normal text
|
||||
* Added a pawprint flair to `details`
|
||||
* Sunny is there again, sitting this time
|
||||
* Changed [Blog](/blog)
|
||||
* Fixed `h3 a` links not working in blog posts
|
||||
* Added functionality for blog-specific avatars and image attachments to the postscript blurb
|
||||
|
@ -26,11 +27,11 @@ Read the [accompanying blog post](/blog/rewrite-2.0)
|
|||
* Merged into gallery entries
|
||||
* Changed [Gallery](/gallery)
|
||||
* Artworks now direct to their own page, with artist's notes
|
||||
* Previously, they were a direct link to the artwork.
|
||||
* Previously, they were a direct link to the artwork
|
||||
* Changed [Changelog](/changelog)
|
||||
* Fixed trailing nests and now processed using a linter
|
||||
* Fixed trailing nests and now processed using [Prettier](https://github.com/prettier/prettier)
|
||||
* Made modular with templating
|
||||
* Previously, everything was written manually under one page.
|
||||
* Previously, everything was written manually under one page
|
||||
* Updated my 88x31 button [](/)
|
||||
* Attribution:
|
||||
* [Mat's 88x31 button crawler](https://matdoes.dev/buttons)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
* Polished the old theme
|
||||
* Changed [Home](/home)
|
||||
* Added `details` (dropdown menus) to [interests](/home#interests)
|
||||
* Added `details` to [interests](/home#interests)
|
||||
* Changed [Gallery](/gallery)
|
||||
* Artwork pages themselves are now more modular
|
||||
* Added a counter if there's multiple artworks in one entry
|
||||
|
|
10
_src/data/changelog/2025-09-09.md
Normal file
10
_src/data/changelog/2025-09-09.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
* Changed sidebar
|
||||
* Added icon for [Changelog](/changelog)
|
||||
* For some reason I forgot give it an icon, it previously used the Gallery icon
|
||||
* Updated every other Navigation icon
|
||||
* Changed [Home](/home)
|
||||
* Animated the flags in my [bio](/home#bio)
|
||||
* Animated the rabbit emoji
|
||||
* Added new albums to [interests](/home#interests)
|
||||
* Attribution:
|
||||
* [Google Noto Animated Emoji](https://googlefonts.github.io/noto-emoji-animation/) (CC-BY 4.0)
|
Loading…
Add table
Add a link
Reference in a new issue