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
|
This site is written in [Markdown][markdown] and [SASS][sass], generated using
|
||||||
[nanoc][nanoc], enhanced with [jQuery][jquery] and hosted on a <a
|
[nanoc][nanoc], enhanced with [jQuery][jquery] and hosted on VPS running
|
||||||
href="http://manage.crucialp.com/aff.php?aff=261" class="affiliate"
|
[Debian GNU/Linux][debian] and [nginx][nginx]. It makes use of the following
|
||||||
title="Affiliate link">Crucial Paradigm</a> VPS running [Debian
|
resources made available freely by their authors:
|
||||||
GNU/Linux][debian] and [nginx][nginx].
|
|
||||||
|
* [Reset CSS][cssreset] by
|
||||||
|
* [Mono icons][monoicons] by
|
||||||
|
* [Feed icon][feedicon] by
|
||||||
|
|
||||||
The content is split into two sections:
|
The content is split into two sections:
|
||||||
[Technical](/technical/articles/) and [Personal](/personal/articles/). There is
|
[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/
|
[debian]: http://www.debian.org/
|
||||||
[jquery]: http://jquery.com/
|
[jquery]: http://jquery.com/
|
||||||
[sass]: http://sass-lang.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
|
[github]: http://github.com/wezm
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
Monothumb
|
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
|
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
|
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
|
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/
|
[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
|
node-genx
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in a new issue