Add audio file example

This commit is contained in:
Maxime Vaillancourt 2022-07-11 20:12:16 -04:00
parent 04edc23990
commit 7be986e59e
2 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,16 @@ You may include a tweet URL on its own line (like below), and it would be replac
https://twitter.com/jack/status/20
### Media embedding
You may embed media files within a note using HTML5 media tags. Here's an example for an audio file:
"Jazzy Frenchy" by Benjamin Tissot from bensound.com
<audio controls>
<source src="/assets/jazzyfrenchy.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
### Site configuration
Some behavior is configurable by tweaking the `_config.yml` file.

BIN
assets/jazzyfrenchy.mp3 Normal file

Binary file not shown.