From bd05208aeed0f6565496e54931a821e752ac9fbe Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Thu, 6 Feb 2025 10:14:38 -0600 Subject: [PATCH] Deprecate cowsay of the day --- README.md | 13 +++---------- _data/cowList.js | 24 ------------------------ content/blog/cowsay_2024-01-02.md | 13 ------------- content/changelog.md | 3 +++ 4 files changed, 6 insertions(+), 47 deletions(-) delete mode 100644 _data/cowList.js delete mode 100644 content/blog/cowsay_2024-01-02.md diff --git a/README.md b/README.md index 577a1d5..79cd73b 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,11 @@ My blog, originally based on the very helpful eleventy-base-blog v8, although it * Blogroll generated from _data/blogroll.js, with an automatically updated .opml so that visitors can import every blog in the list * Image galleries -### Technical -* Reusable web components: - * Card - * Mastodon comment - * Profile picture - * Embedded toot - * Embed audio +### Fun +* Image galleries +* Quizzes ### Quality of Life * Copyright notice, default post image, alt text, and author details defined in `metadata.js`. * "Read Next" highlighting the previous blog post at the bottom of every post * robots.txt tells AI scrapers to GTFO - -### Weird and Wonderful -* [Accessible ~~cowsay~~ cowthink output embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#add-a-cowsay-to-a-post) diff --git a/_data/cowList.js b/_data/cowList.js deleted file mode 100644 index d98d5d7..0000000 --- a/_data/cowList.js +++ /dev/null @@ -1,24 +0,0 @@ -export default { - onScience: ` - _________________________________________ - ( Once, when the secrets of science were ) - ( the jealously guarded property of a ) - ( small priesthood, the common man had no ) - ( hope of mastering their arcane ) - ( complexities. Years of study in musty ) - ( classrooms were prerequisite to ) - ( obtaining even a dim, incoherent ) - ( knowledge of science. ) - ( ) - ( Today all that has changed: a dim, ) - ( incoherent knowledge of science is ) - ( available to anyone. ) - ( ) - ( -- Tom Weller, "Science Made Stupid" ) - ----------------------------------------- - o ^__^ - o (oo)\\_______ - (__)\\ )\\/\\ - ||----w | - || ||` -} diff --git a/content/blog/cowsay_2024-01-02.md b/content/blog/cowsay_2024-01-02.md deleted file mode 100644 index 16fa7b1..0000000 --- a/content/blog/cowsay_2024-01-02.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cowsay of the Day – Science -description: An ASCII cow postulates on the state of science education in the modern world. -date: 2024-01-02 -tags: - - Cowsay of the Day -synopsis: An ASCII cow postulates on the state of science education in the modern world. -imageURL: /img/cowsayOfTheDay.avif -imageAlt: An ASCII cow with a thought bubble containing the word wut -mastodon_id: "111688829907363670" ---- -As a big-old nerd, I spend a lot of time in the terminal on my computer. When you spend a lot of time somewhere, you want it to be comfortable. As a part of making my terminal more homey, I've set it up to give me a random quote each time I start a new session, delivered, of course, by a cow. Here's today's cowsay of the day: -{{ cowList.onScience | cowsay | safe }} diff --git a/content/changelog.md b/content/changelog.md index fdc8087..748a82d 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -4,6 +4,9 @@ title: Nathan Upchurch | Changelog structuredData: none --- # Changelog +* 2025-02-06 + * Add [Friendica profile](https://friendica.world/profile/nathan) to [/me](/me). + * Deprecate cowsay of the day. * 2025-02-04 * Re-implement support for Open Graph and Twitter Card metadata because [I'm an idiot](https://github.com/mastodon/mastodon/issues/33812#issuecomment-2635441141) and didn't realize that you can't use the `` tag for images and there appears to be no officially supported way to do this except for appropriating the mechanism reserved for app icons and favicons. * 2025-02-02