less raw html

add video shortcode
avoid linking to youtube, download my own video
This commit is contained in:
Christoph Cullmann 2025-07-19 18:38:57 +02:00
parent 39580917c9
commit 9653cd67ba
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -32,7 +32,7 @@ parts to your **cmake** call. If you use **ninja** and not **make**, just use
Then, let's see what you can do, once you are in a prepared build directory and have a **master** version of **Kate** in your **PATH**. Then, let's see what you can do, once you are in a prepared build directory and have a **master** version of **Kate** in your **PATH**.
<center><a href="https://youtu.be/w0grp9npnNA" target="_blank"><img width=500 src="images/kate-lsp-video.jpg"></a></center> {{< video src="/posts/kate-lsp-status-july-22/images/kate-lsp-video.mp4" type="video/mp4" preload="auto" >}}
I hope the quality is acceptable, that is my first try in a long time to do some screen-cast ;) I hope the quality is acceptable, that is my first try in a long time to do some screen-cast ;)

View file

@ -0,0 +1,4 @@
<video width="100%" preload="{{ .Get "preload" }}" controls>
<source src="{{ .Get "src" }}" type="{{ .Get "type" }}">
Your browser does not seem to support the video {{ .Get "src" }}.
</video>