aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-08-05 22:54:34 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-08-05 22:54:34 +0100
commitdd7f9969b01e96c8e7dfb5603e889cfb708acf65 (patch)
treefe5379946c72cc1da9b86c833fa6d758c9367a41
parent586e952aa9ffc72af0cc34277661d6a95c69b331 (diff)
Add projects page
-rw-r--r--pages/projects.md12
-rw-r--r--views/partials/navbar.ejs1
2 files changed, 13 insertions, 0 deletions
diff --git a/pages/projects.md b/pages/projects.md
new file mode 100644
index 0000000..07843fa
--- /dev/null
+++ b/pages/projects.md
@@ -0,0 +1,12 @@
+# Projects
+
+I'm [LMBishop on GitHub](https://github.com/LMBishop), where I have quite a few
+repositories of varying quality. Some of the better ones are:
+
+* [Quests](https://github.com/LMBishop/Quests), a plugin for Minecraft servers
+ which lets you create objectives and missions for players to complete.
+* [/spotify](/spotify), so I can share what I'm
+ listening to at this very moment. Though it's still a work in progress, and
+ the actual repository for it is the same one as this website.
+* If you're a Linux nerd then maybe my
+ [dotfiles](https://github.com/LMBishop/dotfiles) are of interest to you.
diff --git a/views/partials/navbar.ejs b/views/partials/navbar.ejs
index 3dbeb6a..2797347 100644
--- a/views/partials/navbar.ejs
+++ b/views/partials/navbar.ejs
@@ -3,6 +3,7 @@
<a href="/">home</a>
<a href="/now">now</a>
<a href="/blog">blog</a>
+ <a href="/projects">projects</a>
<!-- <a href="/spotify">spotify</a> -->
<a href="/contact">contact</a>
</div>