diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-25 17:37:03 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-25 17:37:03 +0100 |
commit | f04956f9857ab3336b85e3c729bb991a828a527d (patch) | |
tree | 06216f5121c557136f222cf78b7b5d56d8490431 | |
parent | a04dd7aa40d4488fb09f6943de7e30a47a2a70ed (diff) |
first vid added
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | content/blog/remind_me_to_read.md | 6 | ||||
-rw-r--r-- | content/blog/sheer_golfing_artistry/index.md | 10 |
3 files changed, 17 insertions, 0 deletions
@@ -1 +1,2 @@ public/ +*.mp4 diff --git a/content/blog/remind_me_to_read.md b/content/blog/remind_me_to_read.md index aa47f47..fb01cc4 100644 --- a/content/blog/remind_me_to_read.md +++ b/content/blog/remind_me_to_read.md @@ -6,6 +6,12 @@ draft: false #### Articles on the web +* [A Love Letter to Plain Text](https://blog.afoolishmanifesto.com/posts/a-love-letter-to-plain-text/) + *Another one. About plain text.* +--- +* [Journalling on Linux](https://www.techyoshi.com/journaling-with-linux/) + *And not filesystem journalling either.* +--- * [Building a Notetaking System with Vanilla Vim](https://www.edwinwenink.xyz/posts/42-vim_notetaking/) *I fell out of love with [vimwiki](https://vimwiki.github.io/) and [Obsidian](https://obsidian.md) after a few days, but I have to use vim. Maybe this is the solution to all my notetaking hangups?* --- diff --git a/content/blog/sheer_golfing_artistry/index.md b/content/blog/sheer_golfing_artistry/index.md new file mode 100644 index 0000000..cb75f5d --- /dev/null +++ b/content/blog/sheer_golfing_artistry/index.md @@ -0,0 +1,10 @@ +--- +title: "Sheer Golfing Artistry" +date: 2021-05-25 +draft: false +--- + +<video width=100% controls autoplay> + <source src="heinreich.mp4" type="video/webm"> + Your browser does not support the video tag. +</video> |