From 2d46c0c9e7b5f37bded62e5764230f8c4ddf4987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20M=2E=20Sapka?= Date: Thu, 9 Mar 2023 10:55:05 +0100 Subject: feat: links --- content/links.md | 19 +++++++++++++++++++ layouts/_default/baseof.html | 1 + 2 files changed, 20 insertions(+) create mode 100644 content/links.md diff --git a/content/links.md b/content/links.md new file mode 100644 index 0000000..2ec45e0 --- /dev/null +++ b/content/links.md @@ -0,0 +1,19 @@ +--- +title: "Links" +category: "" +type: "special" +abstract: Places around the web I visit most often +date: 2023-03-09T10:43:53+01:00 +draft: false +tags: [] +--- +An always WIP list of places I visit on the interwebs. + +### Blogs + +[Blogroll](https://blogroll.org/) is a great place to find interesting blogs. + +- [Rubenerd](https://rubenerd.com) - personal blog that's been up for 17 years. A huge inspiration on my blog. +- [Grumpy Gamer](https://grumpygamer.com/) - Ron Gilber's blog. Not very active, unfortunatelly. + + diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5bf392b..28d8464 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -64,6 +64,7 @@ -- cgit v1.2.3