diff --git a/config.toml b/config.toml index eb755cf..b984493 100644 --- a/config.toml +++ b/config.toml @@ -20,12 +20,19 @@ pygmentsUseClasses = true url = "/" weight = 10 + [[menu.main]] + identifier = "blogroll" + name = "blogroll" + title = "blogroll" + url = "/blogroll/" + weight = 20 + [[menu.main]] identifier = "about" name = "about" title = "about" url = "/about/" - weight = 20 + weight = 30 [permalinks] posts = "/:title/" diff --git a/content/blogroll/index.md b/content/blogroll/index.md new file mode 100644 index 0000000..8be9609 --- /dev/null +++ b/content/blogroll/index.md @@ -0,0 +1,17 @@ +--- +title: "Blogroll" +--- + +Below you can find some other blogs that I follow! + +* [Jan-Lukas Else](https://jlelse.blog/) +* [Rubenerd](https://rubenerd.com/) +* [Björn Wärmedal](https://warmedal.se/~bjorn/) +* [Henrique Dias](https://hacdias.com/) +* [Brain Baking](https://brainbaking.com/) +* [Ru Singh](https://rusingh.com/) +* [Hey Georgie](https://hey.georgie.nu/) +* [James' Coffee Blog](https://jamesg.blog/) +* [Kev Quirk](https://kevq.uk/) +* [Oh Hello Ana](https://ohhelloana.blog/) +* [astrid.tech](https://astrid.tech/) diff --git a/content/posts/tour-of-flanders/bert-enjoying-himself.jpg b/content/posts/tour-of-flanders/bert-enjoying-himself.jpg new file mode 100644 index 0000000..a2b6264 Binary files /dev/null and b/content/posts/tour-of-flanders/bert-enjoying-himself.jpg differ diff --git a/content/posts/tour-of-flanders/index.md b/content/posts/tour-of-flanders/index.md index 2a83fac..70cfe76 100644 --- a/content/posts/tour-of-flanders/index.md +++ b/content/posts/tour-of-flanders/index.md @@ -21,3 +21,7 @@ of the evening we had some beer & wine (and a glass of Johnnie Walker Black Label ;) ), and just talked about everything. I really enjoy these kinds of evenings, chilling with friends, no pressure to go out, just relaxing & talking with some good booze :) + +{{< figure src="./bert-enjoying-himself.jpg" title="Bert having some fun while we're all focused on the big screen" >}} + +{{< figure src="./later-in-the-evening.jpg" title="After a few drinks" >}} diff --git a/content/posts/tour-of-flanders/later-in-the-evening.jpg b/content/posts/tour-of-flanders/later-in-the-evening.jpg new file mode 100644 index 0000000..601f790 Binary files /dev/null and b/content/posts/tour-of-flanders/later-in-the-evening.jpg differ