Deprecate cowsay of the day
This commit is contained in:
parent
a25d8ef163
commit
bd05208aee
13
README.md
13
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
|
* Blogroll generated from _data/blogroll.js, with an automatically updated .opml so that visitors can import every blog in the list
|
||||||
* Image galleries
|
* Image galleries
|
||||||
|
|
||||||
### Technical
|
### Fun
|
||||||
* Reusable web components:
|
* Image galleries
|
||||||
* Card
|
* Quizzes
|
||||||
* Mastodon comment
|
|
||||||
* Profile picture
|
|
||||||
* Embedded toot
|
|
||||||
* Embed audio
|
|
||||||
|
|
||||||
### Quality of Life
|
### Quality of Life
|
||||||
* Copyright notice, default post image, alt text, and author details defined in `metadata.js`.
|
* 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
|
* "Read Next" highlighting the previous blog post at the bottom of every post
|
||||||
* robots.txt tells AI scrapers to GTFO
|
* 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)
|
|
||||||
|
@ -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 |
|
|
||||||
|| ||`
|
|
||||||
}
|
|
@ -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 }}
|
|
@ -4,6 +4,9 @@ title: Nathan Upchurch | Changelog
|
|||||||
structuredData: none
|
structuredData: none
|
||||||
---
|
---
|
||||||
# Changelog
|
# Changelog
|
||||||
|
* 2025-02-06
|
||||||
|
* Add [Friendica profile](https://friendica.world/profile/nathan) to [/me](/me).
|
||||||
|
* Deprecate cowsay of the day.
|
||||||
* 2025-02-04
|
* 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 `<meta>` 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.
|
* 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 `<meta>` 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
|
* 2025-02-02
|
||||||
|
Loading…
x
Reference in New Issue
Block a user