From b602d41450e5fef4d97f0742da48e6264d4c0e23 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 2 Jan 2017 16:23:06 +1100 Subject: [PATCH] Update projects page --- content/projects.html | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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