forked from wezm/wezm.net
Updates to the About and Projects pages
This commit is contained in:
parent
6034ab2038
commit
f98811a1bb
2 changed files with 27 additions and 10 deletions
|
@ -12,10 +12,13 @@ This Site
|
|||
---------
|
||||
|
||||
This site is written in [Markdown][markdown] and [SASS][sass], generated using
|
||||
[nanoc][nanoc], enhanced with [jQuery][jquery] and hosted on a <a
|
||||
href="http://manage.crucialp.com/aff.php?aff=261" class="affiliate"
|
||||
title="Affiliate link">Crucial Paradigm</a> VPS running [Debian
|
||||
GNU/Linux][debian] and [nginx][nginx].
|
||||
[nanoc][nanoc], enhanced with [jQuery][jquery] and hosted on VPS running
|
||||
[Debian GNU/Linux][debian] and [nginx][nginx]. It makes use of the following
|
||||
resources made available freely by their authors:
|
||||
|
||||
* [Reset CSS][cssreset] by
|
||||
* [Mono icons][monoicons] by
|
||||
* [Feed icon][feedicon] by
|
||||
|
||||
The content is split into two sections:
|
||||
[Technical](/technical/articles/) and [Personal](/personal/articles/). There is
|
||||
|
@ -48,3 +51,6 @@ photos. My primary camera is a Canon 400D SLR, with the following lenses:
|
|||
[debian]: http://www.debian.org/
|
||||
[jquery]: http://jquery.com/
|
||||
[sass]: http://sass-lang.com/
|
||||
[cssreset]:
|
||||
[monoicons]: http://www.tutorial9.net/resources/108-mono-icons-huge-set-of-minimal-icons/
|
||||
[feedicon]:
|
||||
|
|
|
@ -3,21 +3,32 @@ more noteworthy projects are listed below.
|
|||
|
||||
[github]: http://github.com/wezm
|
||||
|
||||
<!--
|
||||
|
||||
Monothumb
|
||||
---------
|
||||
|
||||
`monothumb` is the tool that generates the thumbnails on the [home page](/). It
|
||||
[monothumb] is the tool that generates the thumbnails on the [home page](/). It
|
||||
retrieves thumbnails of my [recent uploads to Flickr][flickr], converts them to
|
||||
greyscale and then generates a single output image with both the colour and
|
||||
monochrome version of the thumbnail. There are two version of the tool. The
|
||||
monochrome versions of the thumbnail. There are two version of the tool. The
|
||||
original one, written in Objective-C that uses CoreImage and a second version
|
||||
written in Lua. The Lua one is the one currently in use.
|
||||
written in Lua. The Lua one uses my [lua-imlib](#lua-imlib) fork.
|
||||
|
||||
[flickr]: http://www.flickr.com/photos/wezm/
|
||||
[monothumb]: https://github.com/wezm/monothumb
|
||||
|
||||
-->
|
||||
<a name="lua-imlib"></a>
|
||||
lua-imlib
|
||||
---------
|
||||
|
||||
[lua-imlib] is a fork of the published lua-imlib library with additional
|
||||
functionality. This library allows image processing in Lua. Specifically I
|
||||
added:
|
||||
|
||||
* x
|
||||
* y
|
||||
* z
|
||||
|
||||
[lua-imlib]:
|
||||
|
||||
node-genx
|
||||
---------
|
||||
|
|
Loading…
Reference in a new issue