less than 1 minute read

My new blog is finally up and running. The most difficult part about installing mephisto was installing codehighlighter to get syntax highlighting of ruby code. Thankfully, I found this article which helped significantly: Installing the CodeHighlighter filter for the Mephisto CMS Engine.

And here is some nicely colored ruby code:

def hello_word
  puts 'hello world'
end

Updated: