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/)