diff --git a/content/about.html b/content/about.html index 3ddbf0e..ce7d336 100644 --- a/content/about.html +++ b/content/about.html @@ -2,24 +2,24 @@

WezM.net is Wesley Moore's personal home page, a programmer from Melbourne Australia. Here you will find posts about various projects I'm working on, useful tips I've discovered as well as some random excerpts from other things going on in my life.

-Contact -------- +Contact Me +---------- -Email me on wes@wezm.net - -[Follow me on Twitter][twitter] +See the [contact page](/contact/). This Site --------- -This site is written in [Markdown][markdown], generated using [nanoc][nanoc] and hosted on a +This site is written in [Markdown][markdown], generated using [nanoc][nanoc], enhanced with [jQuery][jquery] and hosted on a Crucial Paradigm VPS running [Debian GNU/Linux][debian] and [nginx][nginx]. +The content is split into two primary sections: [Technical](/technical/articles/) and [Personal](/personal/articles/). There is a [combined feed](http://localhost:3000/feed.xml) containing all posts as well as separate ones for [technical](/technical/feed.xml) and [personal](/personal/feed.xml) posts. + Projects -------- -Visit the projects page for details of some of my software and hardware projects. +Visit the [projects page](/projects/) for details of some of my software and hardware projects. Photography ----------- @@ -35,4 +35,5 @@ I'm an amateur photographer, see [Flickr][flickr]. My primary camera is a Canon [nginx]: http://nginx.org/ [twitter]: http://twitter.com/wezm [flickr]: http://www.flickr.com/photos/wezm/ -[debian]: http://www.debian.org/ \ No newline at end of file +[debian]: http://www.debian.org/ +[jquery]: http://jquery.com/ \ No newline at end of file diff --git a/content/contact.html b/content/contact.html new file mode 100644 index 0000000..35d8407 --- /dev/null +++ b/content/contact.html @@ -0,0 +1,9 @@ +Email +----- + +[wes@wezm.net](mailto:wes@wezm.net) + +Twitter +------- + +[http://twitter.com/wezm](http://twitter.com/wezm) diff --git a/content/contact.yaml b/content/contact.yaml new file mode 100644 index 0000000..6aca353 --- /dev/null +++ b/content/contact.yaml @@ -0,0 +1,2 @@ +--- +title: Contact Me diff --git a/content/projects.html b/content/projects.html new file mode 100644 index 0000000..b34a2b4 --- /dev/null +++ b/content/projects.html @@ -0,0 +1,8 @@ + +GitHub + +Monothumb +--------- + +`monothumb` is the tool that generates the thumbnails on the [home page](/). It retrieves thumbnails of my recent uploads to Flickr, converts them to greyscale and then generates a single output image with both the colour and monochrome version of the thumbnail. Additionally it writes out an edited version of the XML retrieved from the FLickr API that some Javascript uses to present the thumbnails on the page. + diff --git a/content/projects.yaml b/content/projects.yaml new file mode 100644 index 0000000..21c4de0 --- /dev/null +++ b/content/projects.yaml @@ -0,0 +1,2 @@ +--- +title: Projects diff --git a/layouts/_header.html b/layouts/_header.html index 404ecf4..16c1bf6 100644 --- a/layouts/_header.html +++ b/layouts/_header.html @@ -1,11 +1,11 @@