+ A simple, elegant caption looks good between video rows, after each row, or doesn't have to be there at all.
+
+
+It does also support embedding videos from different sources. Here are some examples:
+
+
+
+ {% include video.html path="https://www.youtube.com/embed/jNQXAC9IVRw" class="img-fluid rounded z-depth-1" %}
+
+
+ {% include video.html path="https://player.vimeo.com/video/524933864?h=1ac4fd9fb4&title=0&byline=0&portrait=0" class="img-fluid rounded z-depth-1" %}
+
+
\ No newline at end of file
diff --git a/_posts/2023-04-25-audios.md b/_posts/2023-04-25-audios.md
new file mode 100644
index 0000000..8feb768
--- /dev/null
+++ b/_posts/2023-04-25-audios.md
@@ -0,0 +1,21 @@
+---
+layout: post
+title: a post with audios
+date: 2023-04-25 10:25:00
+description: this is what included audios could look like
+tags: including audios
+categories: sample-posts
+---
+This is an example post with audios. It supports local audio files.
+
+
+
+ {% include audio.html path="assets/audio/epicaly-short-113909.mp3" controls=true %}
+
+
+ {% include audio.html path="https://cdn.pixabay.com/download/audio/2022/06/25/audio_69a61cd6d6.mp3" controls=true %}
+
+
+
+ A simple, elegant caption looks good between video rows, after each row, or doesn't have to be there at all.
+
diff --git a/assets/audio/epicaly-short-113909.mp3 b/assets/audio/epicaly-short-113909.mp3
new file mode 100644
index 0000000..5fd64b9
Binary files /dev/null and b/assets/audio/epicaly-short-113909.mp3 differ
diff --git a/assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4 b/assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4
new file mode 100644
index 0000000..c4c55d7
Binary files /dev/null and b/assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4 differ