diff --git a/content/posts/kate-lsp-client-restart/index.md b/content/posts/kate-lsp-client-restart/index.md index 5eba4ba..fc60ea7 100644 --- a/content/posts/kate-lsp-client-restart/index.md +++ b/content/posts/kate-lsp-client-restart/index.md @@ -29,7 +29,7 @@ What does work (tested with clangd and kate.git/work projects) at the moment: * Auto completion: you get the proper LSP server provided completion items -![Auto completion](/posts/kate-lsp-client-restart/images/kate-auto-completion.png) +{{< image src="/posts/kate-lsp-client-restart/images/kate-auto-completion.png" alt="Auto completion" >}} * Outline view: Get an extra tool view with the symbols of your current view diff --git a/content/posts/kate-lsp-status-july-22/images/kate-lsp-video.jpg b/content/posts/kate-lsp-status-july-22/images/kate-lsp-video.jpg deleted file mode 100644 index 016d73e..0000000 Binary files a/content/posts/kate-lsp-status-july-22/images/kate-lsp-video.jpg and /dev/null differ diff --git a/content/posts/kate-lsp-status-july-22/index.md b/content/posts/kate-lsp-status-july-22/index.md index 3ef3391..2ad3ae3 100644 --- a/content/posts/kate-lsp-status-july-22/index.md +++ b/content/posts/kate-lsp-status-july-22/index.md @@ -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**. -{{< video src="/posts/kate-lsp-status-july-22/images/kate-lsp-video.mp4" type="video/mp4" preload="auto" >}} +{{< video src="/posts/kate-lsp-status-july-22/images/kate-lsp-video.mp4" >}} I hope the quality is acceptable, that is my first try in a long time to do some screen-cast ;) diff --git a/layouts/shortcodes/image.html b/layouts/shortcodes/image.html new file mode 100644 index 0000000..7bb9471 --- /dev/null +++ b/layouts/shortcodes/image.html @@ -0,0 +1,3 @@ +
+{{ .Get +
diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html index c17021b..918ec6b 100644 --- a/layouts/shortcodes/video.html +++ b/layouts/shortcodes/video.html @@ -1,4 +1,6 @@ - +
+ +