Module | RuGPost |
In: |
lib/RuGPost.rb
lib/rugpost/project.rb lib/rugpost/site.rb lib/rugpost/post.rb lib/rugpost/utilis.rb |
LIB | = | Pathname(__FILE__).dirname.expand_path/'rugpost' | directory containing RuGPost library files | |
CONFIG | = | 'config.yaml' | project configuration file | |
TEMPLATE | = | 'template' | ||
VERSION | = | '0.1.1' | ||
META | = | /--- \n.*\n---\n/m | ||
DRAFTS | = | 'drafts' | ||
PUBLISHED | = | 'published' | ||
SOURCE | = | PUBLISHED/'source' | ||
OUTPUT | = | PUBLISHED/'output' |