class

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)
Source

Instance methods

assets_path
Source
cache_path
Source
config_path
Source
data_manager
Source
data_path
Source
html_buffer
Source
image_resizer
Source
initialize_posts
Source
layout_path
Source
markdown_wrapper
Source
mod_watcher
Source
pages_path
Source
post_collection
Source
posts_ext
Source
posts_ext=(posts_ext : String)
Source
posts_path
Source
posts_path=(posts_path : String)
Source
public_path
Source
render
Source
renderer
Source
run_server
Source
server
Source
url_to_public_path(url : String)
Source
validator
Source