tale/templates

Embedded templates for Tale’s generators

Types

pub type TemplateFile {
  Text(path: String, contents: String)
}

Constructors

  • Text(path: String, contents: String)

Values

pub fn default_post_archetype() -> String
pub fn write_default_theme(to: String) -> Result(Nil, String)
pub fn write_site(to: String) -> Result(Nil, String)
Search Document