class Troy::Site

def initialize(root, options)

def initialize(root, options)
  @root = Pathname.new(root).realpath
  @options = options
  load_configuration
  load_extensions
  set_locale
end