From 43ca2de1732d932a3e78a2380c5d0a07976361e0 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Sun, 15 Apr 2018 00:04:56 +0200 Subject: [PATCH] footnote support --- content/assets/stylesheets/includes/blogpost.scss | 4 ++++ ...aps-using-bluetooth-dongle-detection-on-the-12-urenloop.md | 4 +++- layouts/blogpost.md | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/content/assets/stylesheets/includes/blogpost.scss b/content/assets/stylesheets/includes/blogpost.scss index ea20a7b..0532058 100644 --- a/content/assets/stylesheets/includes/blogpost.scss +++ b/content/assets/stylesheets/includes/blogpost.scss @@ -125,3 +125,7 @@ $sel: ''; left: 50%; right: 50%; } + +.footnotes { + font-size: 80%; +} diff --git a/content/blog/10-11/counting-laps-using-bluetooth-dongle-detection-on-the-12-urenloop.md b/content/blog/10-11/counting-laps-using-bluetooth-dongle-detection-on-the-12-urenloop.md index f9c7286..0f2ebb1 100644 --- a/content/blog/10-11/counting-laps-using-bluetooth-dongle-detection-on-the-12-urenloop.md +++ b/content/blog/10-11/counting-laps-using-bluetooth-dongle-detection-on-the-12-urenloop.md @@ -78,7 +78,7 @@ The problem here was that we only could put cables _around_ the circuit, we coul ## count-von-count -Now, I will elaborate on the software which interpolates the data received from the Gyrid nodes in order to count laps1. `count-von-count` is a robust system written in the [Haskell](https://haskell.org/) programming language. +Now, I will elaborate on the software which interpolates the data received from the Gyrid nodes in order to count laps[^1]. `count-von-count` is a robust system written in the [Haskell](https://haskell.org/) programming language. At this point, we have a central node which receives 4-tuples from the Gyrid nodes: @@ -141,3 +141,5 @@ When the contest started, both Gyrid, `count-von-count` and `dr.beaker` turned o Initially, we were able to swap the broken relay batons for the few spare ones we had, and then quickfix the broken ones using some duct tape. After about five hours, however, they really started breaking -- at a rate that was hard to keep up with using quickfixing. Hence, this is the main goal for next year: build reliable, solid relay batons. We need to be able to throw them down from a four-story building. Beth Dido needs to be able to use them as a dildo, and they should come out unharmed. Feel free to [contact us](https://zeus.ugent.be/contact/) if you're interested in making this happen! + +[^1]: Because the author of this blogpost is also the author of `count-von-count`, this component is explained in a little more detail. diff --git a/layouts/blogpost.md b/layouts/blogpost.md index da9e773..196fd9a 100644 --- a/layouts/blogpost.md +++ b/layouts/blogpost.md @@ -17,5 +17,8 @@
<%= yield %> + +* x +{:footnotes}