diff options
| -rw-r--r-- | pages/projects.md | 12 | ||||
| -rw-r--r-- | views/partials/navbar.ejs | 1 |
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> |
