Tremolite::Blog
Inherits Reference / Object
Constants
Log = ::Log.for(self)
Constructors
new(data_path : String = "data", posts_ext : String = "md", cache_path : String = "cache", public_path : String = "public", config_path : String = @data_path, layout_path : String = (File.join([@data_path, "layout"])).to_s, assets_path : String = (File.join([@data_path, "assets"])).to_s, pages_path : String = (File.join([@data_path, "pages"])).to_s, mod_watcher_yaml_path : String | Nil = nil)
SourceInstance methods
assets_path
Sourcecache_path
Sourceconfig_path
Sourcedata_manager
Sourcedata_path
Sourcehtml_buffer
Sourceimage_resizer
Sourceinitialize_posts
Sourcelayout_path
Sourcemarkdown_wrapper
Sourcemod_watcher
Sourcepages_path
Sourcepost_collection
Sourceposts_ext
Sourceposts_path
Sourcepublic_path
Sourcerender
Sourcerenderer
Sourcerun
Sourcerun_server
Sourceserver
Sourcevalidator
Source