android.moparisthebest.org/octopress/lib/octopress.rb
2011-12-21 12:38:38 -05:00

9 lines
195 B
Ruby

module Octopress
def Octopress.template_root
File.join File.expand_path(File.dirname(__FILE__)), 'octopress', 'template'
end
end
require 'octopress/version'
require 'octopress/commands'