summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/links.md19
-rw-r--r--layouts/_default/baseof.html1
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>