stuff
This commit is contained in:
parent
3cf4345042
commit
afd8a3ca6e
@ -10,5 +10,4 @@ imageAlt: An ASCII cow with a thought bubble containing the word wut
|
|||||||
mastodon_id: "111688829907363670"
|
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:
|
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 }}
|
{{ cowList.onScience | cowsay | safe }}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 277 KiB |
Binary file not shown.
Before Width: | Height: | Size: 462 KiB |
Binary file not shown.
Before Width: | Height: | Size: 235 KiB |
@ -62,7 +62,7 @@ export default async function(eleventyConfig) {
|
|||||||
// Shortcodes
|
// Shortcodes
|
||||||
|
|
||||||
// Cowsay
|
// Cowsay
|
||||||
eleventyConfig.addNunjucksFilter("cowsay", cowText => {
|
eleventyConfig.addFilter("cowsay", cowText => {
|
||||||
const cowCaptionReplacementTable = [
|
const cowCaptionReplacementTable = [
|
||||||
[`
|
[`
|
||||||
o ^__^
|
o ^__^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user