diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-03-09 10:55:05 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-03-09 10:55:05 +0100 |
commit | 2d46c0c9e7b5f37bded62e5764230f8c4ddf4987 (patch) | |
tree | ecf47ab99347e561cec82f7e04f509d24959ed00 | |
parent | bf7ed8aff80e25aa96058450eaef0654511a930e (diff) |
feat: links
-rw-r--r-- | content/links.md | 19 | ||||
-rw-r--r-- | layouts/_default/baseof.html | 1 |
2 files changed, 20 insertions, 0 deletions
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 @@ <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> |