From 315d714f4c26a329c6678da8812bb92a8c9216e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Mon, 7 Oct 2024 19:02:14 +0200 Subject: [PATCH] Update posts metadata Description is now mandatory, and so are some fields in author. --- posts/2013-10-19-12-00-hakyll.markdown | 1 + posts/2013-10-19-14-35-intertubes.markdown | 1 + posts/2014-10-02-12-25-Angular.js.markdown | 1 + posts/2014-10-05-17-45-DigitalOcean-tcpdump.markdown | 1 + posts/2015-11-08-14-10-SSH-certificates-with-Gitolite.markdown | 1 + posts/2017-03-20-11-27-Marrakech-2017.markdown | 1 + posts/2024-02-03-python-str-repr.md | 1 + posts/2024-08-21-OpenVPN-and-MirageVPN.markdown | 1 + posts/banawa-chat.md | 1 + posts/migrating-to-yocaml.md | 1 + posts/miragevpn-tls-crypt-v2.md | 3 +++ 11 files changed, 13 insertions(+) diff --git a/posts/2013-10-19-12-00-hakyll.markdown b/posts/2013-10-19-12-00-hakyll.markdown index 6a126d0..5061adf 100644 --- a/posts/2013-10-19-12-00-hakyll.markdown +++ b/posts/2013-10-19-12-00-hakyll.markdown @@ -1,6 +1,7 @@ --- title: Hakyll date: 2013-10-19 +description: First post --- I decided to check out [Hakyll](http://jaspervdj.be/hakyll). It is a static diff --git a/posts/2013-10-19-14-35-intertubes.markdown b/posts/2013-10-19-14-35-intertubes.markdown index 7c138b0..c72a103 100644 --- a/posts/2013-10-19-14-35-intertubes.markdown +++ b/posts/2013-10-19-14-35-intertubes.markdown @@ -1,6 +1,7 @@ --- title: Intertubes date: 2013-10-19 +description: A short description of what happens when you click on Mario --- ![Mario](/images/mario.jpg)\ diff --git a/posts/2014-10-02-12-25-Angular.js.markdown b/posts/2014-10-02-12-25-Angular.js.markdown index 8773a56..8c39c92 100644 --- a/posts/2014-10-02-12-25-Angular.js.markdown +++ b/posts/2014-10-02-12-25-Angular.js.markdown @@ -1,6 +1,7 @@ --- title: AngularJS training date: 2014-10-02 +description: I went to a AngularJS training --- Yesterday I attended a great [AngularJS](https://angularjs.org/) training session by [Matias Niemelä](http://www.yearofmoo.com/) after having volunteered for the [goto Aarhus](http://gotocon.com/aarhus-2014/) conference. diff --git a/posts/2014-10-05-17-45-DigitalOcean-tcpdump.markdown b/posts/2014-10-05-17-45-DigitalOcean-tcpdump.markdown index d21fe2a..2ed7243 100644 --- a/posts/2014-10-05-17-45-DigitalOcean-tcpdump.markdown +++ b/posts/2014-10-05-17-45-DigitalOcean-tcpdump.markdown @@ -1,6 +1,7 @@ --- date: 2014-10-05 title: DigitalOcean tcpdump? +description: I noticed an odd "tcpdump" event in DigitalOcean API output --- Lately I have been working on implementing v2 of DigitalOcean's API. While doing that I ran a query to get all actions on my account. diff --git a/posts/2015-11-08-14-10-SSH-certificates-with-Gitolite.markdown b/posts/2015-11-08-14-10-SSH-certificates-with-Gitolite.markdown index 4e17e10..02e41d7 100644 --- a/posts/2015-11-08-14-10-SSH-certificates-with-Gitolite.markdown +++ b/posts/2015-11-08-14-10-SSH-certificates-with-Gitolite.markdown @@ -1,6 +1,7 @@ --- title: SSH Certificates with Gitolite date: 2015-11-08 +description: How to use SSH certificates with Gitolite --- [Gitolite] is a "an access control layer on top of Git, providing fine access control to Git repositories." diff --git a/posts/2017-03-20-11-27-Marrakech-2017.markdown b/posts/2017-03-20-11-27-Marrakech-2017.markdown index 1c45c8e..2c9a896 100644 --- a/posts/2017-03-20-11-27-Marrakech-2017.markdown +++ b/posts/2017-03-20-11-27-Marrakech-2017.markdown @@ -1,6 +1,7 @@ --- title: Mirage hack retreat 2017 date: 2017-03-20 +description: I went to a MirageOS hack retreat and wrote a trip report --- Two weeks ago I was in Marrakech to attend the third [Mirage](https://mirage.io/) [hack retreat](http://marrakech2017.mirage.io/). diff --git a/posts/2024-02-03-python-str-repr.md b/posts/2024-02-03-python-str-repr.md index 5d36f17..3c01ba0 100644 --- a/posts/2024-02-03-python-str-repr.md +++ b/posts/2024-02-03-python-str-repr.md @@ -1,6 +1,7 @@ --- title: Python's `str.__repr__()` date: 2024-02-03 +description: Reimplementing Python string escaping in OCaml --- Sometimes software is written using whatever built-ins you find in your programming language of choice. This is usually great! diff --git a/posts/2024-08-21-OpenVPN-and-MirageVPN.markdown b/posts/2024-08-21-OpenVPN-and-MirageVPN.markdown index e725b8e..944834b 100644 --- a/posts/2024-08-21-OpenVPN-and-MirageVPN.markdown +++ b/posts/2024-08-21-OpenVPN-and-MirageVPN.markdown @@ -1,6 +1,7 @@ --- title: Discoveries made implementing MirageVPN, a OpenVPN-compatible VPN library date: 2024-08-21 +description: Discoveries made implementing MirageVPN, a OpenVPN-compatible VPN library --- At [Robur][robur] we have been busy at work implementing our OpenVPN™-compatible MirageVPN software. Recently we have implemented the [server side][miragevpn-server]. diff --git a/posts/banawa-chat.md b/posts/banawa-chat.md index f7086b4..a7f8281 100644 --- a/posts/banawa-chat.md +++ b/posts/banawa-chat.md @@ -1,6 +1,7 @@ --- title: MirageOS retreat & Banawá chat date: 2023-05-07 +description: Notes about a trust on first use application written at the 12th MirageOS hack retreat --- In beginning of May 2023 I had the joy to participate in the 12th [MirageOS hack retreat][retreat] in Marrakech, Morocco. There I met faces I know from previous retreats as well as many new faces. diff --git a/posts/migrating-to-yocaml.md b/posts/migrating-to-yocaml.md index 5c93128..c2ae8b0 100644 --- a/posts/migrating-to-yocaml.md +++ b/posts/migrating-to-yocaml.md @@ -1,6 +1,7 @@ --- title: Migrating to YOCaml date: 2023-11-17 +description: Notes about migrating off Hakyll to Yocaml --- About a decade ago I created a blog on this website. diff --git a/posts/miragevpn-tls-crypt-v2.md b/posts/miragevpn-tls-crypt-v2.md index c5a9299..9ecbec8 100644 --- a/posts/miragevpn-tls-crypt-v2.md +++ b/posts/miragevpn-tls-crypt-v2.md @@ -1,8 +1,11 @@ --- author: name: Reynir Björnsson + link: https://reyn.ir/ + email: reynir@reynir.dk title: Miragevpn & tls-crypt-v2 date: 2023-11-14 +description: How we implemented tls-crypt-v2 for MirageVPN --- In 2019 [Robur][robur.coop] started working on a [OpenVPN™-compatible implementation in OCaml][miragevpn].