1
0
Fork 0
forked from wezm/wezm.net

Update about and projects pages

This commit is contained in:
Wesley Moore 2018-01-18 07:56:29 +11:00
parent ab2b26cd7f
commit 940563e3ed
2 changed files with 34 additions and 8 deletions

View file

@ -50,8 +50,10 @@ Find me on the Internet in one of these places:
//]]>
</script>
</li>
<li><a href="https://binarytrance.com/">Binary Trance Software</a> My app development company
<li><a href="http://bitcannon.net/">Bit Cannon</a> My other blog
<li><a href="https://binarytrance.com/">Binary Trance Software</a> My app development company</li>
<li><a href="http://bitcannon.net/">Bit Cannon</a> My other blog</li>
<li><a href="http://readrust.net/">Read Rust</a>
My <a href="https://www.rust-lang.org/">Rust</a> news site</li>
<li><a href="http://www.flickr.com/photos/wezm/">Flickr</a></li>
<li><a href="https://github.com/wezm">GitHub</a></li>
<li><a href="https://mastodon.social/@wezm">Mastodon</a></li>

View file

@ -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