wfarr / wfarr.github.com

This URL has Read+Write access

wfarr (author)
Sun Jun 14 21:37:26 -0700 2009
commit  f866fc5d6498db4fccc48c7e6b542dc54bec090d
tree    f6b254f7aafb27e33e4e15323e669b783f0e83db
parent  8e9c86d777edf631297574273caaf42eef2f2f42
wfarr.github.com / index.haml
100644 77 lines (77 sloc) 3.068 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
:plain
  ---
  layout: default
  title: Will Farrington
  ---
.home
  .about
    %h2 About
    #about
      %p I'm Will Farrington, a Computer Science student at the Georgia Institute of Technology. I was originally going to be a Music major (I play single reeds and dabble in a handful of other things), but going to Tech worked out for the best: I'm working on stuff I enjoy, and I'm not getting burned out on music.
      %p Anyway, I'm a hacker. Or at least something vaguely similar. I firmly believe Open Source Software is the bee's knees. I really enjoy working on projects that I genuinely enjoy knowing that other people get to benefit from that work (just like I benefit from theirs). I make it a point to keep all of the code I write for personal uses on GitHub for just that reason. Hopefully you'll either enjoy using it or improve it and send me a pull request.
  .posts
    %h2 Blog Posts
    %ul#posts
      {% for post in site.posts %}
      #post
        %li
          #post_date {{ post.date | date_to_string }}
          #post_link
            %a{ :href => "{{ post.url }}" }
              {{ post.title }}
            %span
              {% for topic in post.topics %}
              {{ topic }}
              {% endfor %}
      {% endfor %}
  .contact
    %h2 Contact
    %ul#contact
      %li
        #misc_label
          Email
        #misc_content
          %a{ :href => "mailto:wcfarrington@gmail.com" }wcfarrington@gmail.com
      %li
        #misc_label
          Twitter
        #misc_content
          %a{ :href => "http://twitter.com/wfarr" }twitter.com/wfarr
      %li
        #misc_label
          GitHub
        #misc_content
          %a{ :href => "http://github.com/wfarr" }github.com/wfarr
  .books
    %h2 Books I'm Reading
    %ul#books
      %li
        #misc_label
          Neal Stephenson
        #misc_content
          %a{ :href => "http://www.amazon.com/Cryptonomicon-Neal-Stephenson/dp/0060512806/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1229902645&sr=8-1" }
            Cryptonomicon
      %li
        #misc_label
          Donald Knuth
        #misc_content
          %a{ :href => "http://www.amazon.com/Literate-Programming-Center-Language-Information/dp/0937073806/ref=sr_1_1?ie=UTF8&s=books&qid=1229902853&sr=1-1" }
            Literate Programming
      %li
        #misc_label
          Douglas Hofstadter
        #misc_content
          %a{ :href => "http://www.amazon.com/Godel-Escher-Bach-Eternal-Golden/dp/0465026567/ref=sr_1_1?ie=UTF8&s=books&qid=1229902826&sr=1-1" }
            Gödel, Escher, Bach
      %li
        #misc_label
          Paul Graham
        #misc_content
          %a{ :href => "http://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp/0596006624/ref=sr_1_1?ie=UTF8&s=books&qid=1229902803&sr=1-1" }
            Hackers and Painters
      %li
        #misc_label
          J.R.R. Tolkein
        #misc_content
          %a{ :href => "http://www.amazon.com/Children-H%C3%BArin-J-R-R-Tolkien/dp/B001CB29ZA/ref=sr_1_1?ie=UTF8&s=books&qid=1229902889&sr=1-1" }
            The Children of Húrin