diff --git a/content/projects.html b/content/projects.html
index 9fff915..607256f 100644
--- a/content/projects.html
+++ b/content/projects.html
@@ -9,6 +9,22 @@ built the following apps:
[bt]: https://binarytrance.com/
[symbolmate]: https://binarytrance.com/apps/symbolmate
+Websites
+--------
+
+A couple of other websites I maintain are:
+
+* [Linked List][linkedlist] -- "a semi-organized collection of knowledge
+ that I have accumulated.", created as a reference for myself but also published
+ publically in the hope it may be useful to others as well. The code ([pkb])
+ is open source.
+* [Bit Cannon][bitcannon] -- a new blog that I designed and built with
+ [Hugo][hugo] as a bit of an experiment, the exact nature of which is still
+ evolving.
+
+[bitcannon]: http://bitcannon.net
+[hugo]: http://gohugo.io
+
Open Source Projects
--------------------
@@ -19,12 +35,13 @@ more noteworthy projects are listed below.
### pkb
-[pkb] is a personal knowledge base. It's a [Rails] application that allows you to quickly publish
-snippets of knowledge. It powers [linkedlist.org](https://linkedlist.org/), which is my instance
-of pkb.
+[pkb] is a personal knowledge base. It's a [Rails] application that allows you
+to quickly publish snippets of knowledge. It powers
+[linkedlist.org][linkedlist], which is my instance of pkb.
[pkb]: https://github.com/wezm/pkb
[Rails]: http://rubyonrails.org
+[linkedlist]: https://linkedlist.org/
### OCMustache