POSTS

New Layout Test

Blog

Greetings. I am writing a new theme for this blog based on Twitter’s Bootstrap styling toolkit.

This post is merely a test to help me sample enough of the screen widgets as I style the content

arma virumque cano troiae qui primus ab oris italiam fato profugus….

Maybe some Ruby

#!/bin/env ruby

puts "We love Ruby, yes we Do!"
class Razzle
  def initialize(a)
    @foo = a
    @really_long_text = "sometimes when we write ruby we write really long strings, ones that are too long for the pre block to handle properly"
  end
end