commit 2d46c0c9e7b5f37bded62e5764230f8c4ddf4987 parent bf7ed8aff80e25aa96058450eaef0654511a930e Author: MichaĆ M. Sapka <michal@sapka.me> Date: Thu, 9 Mar 2023 10:55:05 +0100 feat: links Diffstat:
A | content/links.md | | | 19 | +++++++++++++++++++ |
M | layouts/_default/baseof.html | | | 1 | + |
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/content/links.md 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 @@ -64,6 +64,7 @@ <nav id="mainnav"> <a href="/">Home</a> <a href="/about">About</a> + <a href="/links">Links</a> <a href="https://git.sapka.me">Git</a> <a href="/index.xml">RSS</a> </nav>