diff --git a/Home.md b/Home.md index 5b4a6a0..43398a7 100644 --- a/Home.md +++ b/Home.md @@ -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 `
` 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: