diff --git a/content/about.html b/content/about.html
index c946a16..806c0ae 100644
--- a/content/about.html
+++ b/content/about.html
@@ -50,8 +50,10 @@ Find me on the Internet in one of these places:
//]]>
-
Binary Trance Software – My app development company
- Bit Cannon – My other blog
+ Binary Trance Software – My app development company
+ Bit Cannon – My other blog
+ Read Rust –
+ My Rust news site
Flickr
GitHub
Mastodon
diff --git a/content/projects.html b/content/projects.html
index 607256f..07b2660 100644
--- a/content/projects.html
+++ b/content/projects.html
@@ -14,16 +14,20 @@ Websites
A couple of other websites I maintain are:
+* [Read Rust][readrust] -- an aggregator of news about the [Rust programming
+ language][Rust].
+* [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.
* [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
+[readrust]: http://readrust.net/
+[Rust]: https://www.rust-lang.org/
+[bitcannon]: http://bitcannon.net/
+[hugo]: http://gohugo.io/
Open Source Projects
--------------------
@@ -33,6 +37,15 @@ more noteworthy projects are listed below.
[github]: http://github.com/wezm
+### Read Rust
+
+[Read Rust][readrust-git] is an aggregator of news related to the Rust programming language.
+It is built with the [Cobalt] static site compiler along with some tools built
+to make managing the content easier.
+
+[readrust-git]: https://github.com/wezm/read-rust
+[Cobalt]: http://cobalt-org.github.io/
+
### pkb
[pkb] is a personal knowledge base. It's a [Rails] application that allows you
@@ -40,9 +53,20 @@ 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
+[Rails]: http://rubyonrails.org/
[linkedlist]: https://linkedlist.org/
+### titlecase
+
+[titlecase] is a command line tool and Rust crate that capitalizes English text
+according to [a style defined by John Gruber][titlecase-style] for post titles
+on his website [Daring Fireball]. titlecase runs on Linux, macOS, FreeBSD,
+NetBSD, and Windows.
+
+[titlecase]: https://github.com/wezm/titlecase
+[Daring Fireball]: https://daringfireball.net/
+[titlecase-style]: https://daringfireball.net/2008/05/title_case
+
### OCMustache
[OCMustache][ocmustache] brings the [Mustache templating language][mustache] to