diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-02-21 23:20:43 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-02-21 23:20:43 +0200 |
commit | e1c5bcb98584d03b7af6d6f1561b80d2241ad782 (patch) | |
tree | 52bcc655e5030f354a7f860a0ee78cded253119e /content/posts/youtube.md | |
parent | 0e2c742fc52445f9043d59448e2d058b9af5c4ff (diff) |
Changes to be committed:
modified: .gitignore
modified: content/about.md
new file: content/posts/Generating Functions.md
new file: content/posts/Void Linux - A Comfy Guide.md
modified: content/posts/_index.md
renamed: content/posts/code_test.md -> content/posts/code-syntax-highlighting.md
deleted: content/posts/some_cool_stuff.md
modified: content/posts/typography.md
new file: content/posts/youtube.md
renamed: content/posts/How I made this Blog with Zola.md -> content/posts/zola-blog.md
modified: static/Alphara.png
Diffstat (limited to 'content/posts/youtube.md')
-rw-r--r-- | content/posts/youtube.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/content/posts/youtube.md b/content/posts/youtube.md new file mode 100644 index 0000000..2e52f39 --- /dev/null +++ b/content/posts/youtube.md @@ -0,0 +1,24 @@ ++++ +title = "Test YouTube Video Embeds" +date = 2025-01-28 +draft = false + +[taxonomies] +tags = ["test-formatting"] + +[extra] +disable_comments = true +toc = false ++++ + +Let's test shortcodes with a youtube iframe embed video: + +{{ youtube(id="dCKeXuVHl1o") }} + +--- + +Now with `autoplay=true` : + +{{ youtube(id="dCKeXuVHl1o", autoplay=true) }} + +Cool ! All these features should be plenty enough for now. I will add others as we go. |