mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Update/create static pages
This commit is contained in:
parent
1616dd2141
commit
ec1930cd21
6 changed files with 33 additions and 11 deletions
|
@ -2,24 +2,24 @@
|
|||
<p>WezM.net is <span class="fn">Wesley Moore</span>'s personal home page, a <span class="title">programmer</span> from <span class="adr"><span class="locality">Melbourne</span> <span class="country-name">Australia</span></span>. 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.</p>
|
||||
</div>
|
||||
|
||||
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
|
||||
<a href="http://manage.crucialp.com/aff.php?aff=261" class="affiliate">Crucial Paradigm</a> 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/
|
||||
[debian]: http://www.debian.org/
|
||||
[jquery]: http://jquery.com/
|
9
content/contact.html
Normal file
9
content/contact.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
Email
|
||||
-----
|
||||
|
||||
[wes@wezm.net](mailto:wes@wezm.net)
|
||||
|
||||
Twitter
|
||||
-------
|
||||
|
||||
[http://twitter.com/wezm](http://twitter.com/wezm)
|
2
content/contact.yaml
Normal file
2
content/contact.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
title: Contact Me
|
8
content/projects.html
Normal file
8
content/projects.html
Normal file
|
@ -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.
|
||||
|
2
content/projects.yaml
Normal file
2
content/projects.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
title: Projects
|
|
@ -1,11 +1,11 @@
|
|||
<div id="header">
|
||||
<ul id="menu" class="inline">
|
||||
<li><a href="/articles/">Archive</a></li>
|
||||
<li><a href="/about/">Contact</a></li>
|
||||
<li><a href="/contact/">Contact</a></li>
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li><a href="/about/">Projects</a></li>
|
||||
<li><a href="/projects/">Projects</a></li>
|
||||
<li>
|
||||
<a href="/feed.xml"><img src="/images/white-feed-icon.png" width="12" height="12" /></a>
|
||||
<a href="/feed.xml"><img src="/images/white-feed-icon.png" width="12" height="12" alt="White Feed Icon" /></a>
|
||||
<a href="/feed.xml">Feed</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue