Initial commit

This commit is contained in:
Vojtěch Káně
2021-06-01 17:45:59 +02:00
commit e908551eca
18 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
menu: main
title: Blogroll
weight: 4
outputs: [ "HTML" ]
_build:
render: true
cascade:
_build:
render: false
list: true
---
This is a list of blogs I find interesting, so if you follow my blog, you might want to check these as well.

View File

@@ -0,0 +1,6 @@
---
title: "Kev Quirk's blog"
date: 2021-05-25T19:42:57+02:00
blogUrl: "https://kevq.uk/blog"
---
Kev Quirk's blog was one of the sources of inspiration for my one especially by encouraging to write a lot and not to fear imperfections. He is the author of [#100DaysToOffload](https://100daystooffload.com/).

View File

@@ -0,0 +1,6 @@
---
title: "Tweag I/O - Nix blog"
date: 2021-05-25T20:19:39+02:00
blogUrl: "https://www.tweag.io/blog/tags/nix"
---
If you are, like me, interested in Nix(OS), this blog is a must. Tweag I/O is the employer of [Eelco Dolstra](https://edolstra.github.io) and therefore the blog contains many interesting and important posts (e.g. [Nix flakes introduction](https://www.tweag.io/blog/2020-05-25-flakes)).