class Tremolite::Post
- Tremolite::Post
- Reference
- Object
Defined in:
tremolite/posts/post.crConstant Summary
-
LINE_JOIN_STRING =
"\n"
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
- #<=>(other)
-
#author : String
from header or filename
-
#category : String
from header or filename
-
#content_html : String
to allow using jekkyl-like post_url functions we need to process to html after initial post processing
- #content_string : String
- #custom_initialize
- #custom_process_header
- #date
-
#guuid
for atom feed
- #header : YAML::Any
- #image_url
- #images_dir_url
- #parse
-
#path : String
from header or filename
- #process
- #process_header
- #process_paths
- #public_image_url
-
#slug : String
from header or filename
-
#subtitle : String
from header or filename
-
#time : Time
from header or filename
-
#title : String
from header or filename
- #updated_at
- #url : String
-
#visible?
by default all posts are visible, can be overriden
- #year
Constructor Detail
Instance Method Detail
to allow using jekkyl-like post_url functions we need to process to html after initial post processing
NOTE you must execute this if you want to have functions processed