Packages

package blog

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Blog(contentRoot: Path, assetsRoot: Option[Path] = None, base: SitePath = SiteRoot, name: String, copyright: Option[String] = None, githubUrl: Option[String] = None, tagline: Option[String] = None, customTemplate: Option[Template] = None, links: Vector[(String, String)] = Vector.empty, highlightJS: HighlightJS = HighlightJS.default, assetsFilter: (Path) ⇒ Boolean = _ => true, search: Boolean = true) extends Builder with Product with Serializable
  2. case class Default(site: Blog, linker: Linker, tagPages: Seq[TagPage]) extends Template with Product with Serializable
  3. sealed trait Doc extends AnyRef
  4. case class NavLink(url: String, title: String, selected: Boolean) extends Product with Serializable
  5. case class Post(title: String, path: Path, date: LocalDate, description: Option[String], tags: List[String], mdocConfig: Option[MdocConfiguration], archived: Boolean) extends Doc with Product with Serializable
  6. case class TagPage(tag: String, posts: List[Post]) extends Doc with Product with Serializable
  7. trait Template extends AnyRef

Value Members

  1. object Blog extends Serializable

Ungrouped