From 42ec0111b5f6bb33663b14a317408ec8eb59dfa0 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 23 Oct 2024 23:37:41 -0400 Subject: [PATCH] Update Home --- Home.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: