Update Home

Nathan Upchurch 2024-10-23 23:37:41 -04:00
parent 6ad1b1e57d
commit 42ec0111b5

@ -63,6 +63,12 @@ mastodon_id: "112409293978326719"
### Other Special Features
Special or uncommon features of this blog that aren't configured in `metadata.js`.
#### Embed audio
Embed audio using the custom "audio" shortcode:
```
{% audio "Title'", "Artist", "audioFile.mp3", "coverImage.webp" %}
```
#### Add a cowsay to a post
You can use the `cowsay` filter to output a captioned `<figure>` containing a copy of an output from the cowsay program. Instead of using the usual three backticks, this method is accessible to visually impaired users thanks to the automatic captioning. Here's how to do it: