mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
9 lines
195 B
Ruby
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'
|