Update posts metadata

Description is now mandatory, and so are some fields in author.
This commit is contained in:
Reynir Björnsson 2024-10-07 19:02:14 +02:00
parent ae943d2b33
commit 315d714f4c
11 changed files with 13 additions and 0 deletions

View file

@ -1,6 +1,7 @@
--- ---
title: Hakyll title: Hakyll
date: 2013-10-19 date: 2013-10-19
description: First post
--- ---
I decided to check out [Hakyll](http://jaspervdj.be/hakyll). It is a static I decided to check out [Hakyll](http://jaspervdj.be/hakyll). It is a static

View file

@ -1,6 +1,7 @@
--- ---
title: Intertubes title: Intertubes
date: 2013-10-19 date: 2013-10-19
description: A short description of what happens when you click on Mario
--- ---
![Mario](/images/mario.jpg)\ ![Mario](/images/mario.jpg)\

View file

@ -1,6 +1,7 @@
--- ---
title: AngularJS training title: AngularJS training
date: 2014-10-02 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. 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.

View file

@ -1,6 +1,7 @@
--- ---
date: 2014-10-05 date: 2014-10-05
title: DigitalOcean tcpdump? 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. 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. While doing that I ran a query to get all actions on my account.

View file

@ -1,6 +1,7 @@
--- ---
title: SSH Certificates with Gitolite title: SSH Certificates with Gitolite
date: 2015-11-08 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." [Gitolite] is a "an access control layer on top of Git, providing fine access control to Git repositories."

View file

@ -1,6 +1,7 @@
--- ---
title: Mirage hack retreat 2017 title: Mirage hack retreat 2017
date: 2017-03-20 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/). Two weeks ago I was in Marrakech to attend the third [Mirage](https://mirage.io/) [hack retreat](http://marrakech2017.mirage.io/).

View file

@ -1,6 +1,7 @@
--- ---
title: Python's `str.__repr__()` title: Python's `str.__repr__()`
date: 2024-02-03 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. Sometimes software is written using whatever built-ins you find in your programming language of choice.
This is usually great! This is usually great!

View file

@ -1,6 +1,7 @@
--- ---
title: Discoveries made implementing MirageVPN, a OpenVPN-compatible VPN library title: Discoveries made implementing MirageVPN, a OpenVPN-compatible VPN library
date: 2024-08-21 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. At [Robur][robur] we have been busy at work implementing our OpenVPN™-compatible MirageVPN software.
Recently we have implemented the [server side][miragevpn-server]. Recently we have implemented the [server side][miragevpn-server].

View file

@ -1,6 +1,7 @@
--- ---
title: MirageOS retreat & Banawá chat title: MirageOS retreat & Banawá chat
date: 2023-05-07 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. 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. There I met faces I know from previous retreats as well as many new faces.

View file

@ -1,6 +1,7 @@
--- ---
title: Migrating to YOCaml title: Migrating to YOCaml
date: 2023-11-17 date: 2023-11-17
description: Notes about migrating off Hakyll to Yocaml
--- ---
About a decade ago I created a blog on this website. About a decade ago I created a blog on this website.

View file

@ -1,8 +1,11 @@
--- ---
author: author:
name: Reynir Björnsson name: Reynir Björnsson
link: https://reyn.ir/
email: reynir@reynir.dk
title: Miragevpn & tls-crypt-v2 title: Miragevpn & tls-crypt-v2
date: 2023-11-14 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]. In 2019 [Robur][robur.coop] started working on a [OpenVPN™-compatible implementation in OCaml][miragevpn].