Packages

package statik

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BlogPostPage extends Renderable with StaticPage
  2. final case class BlogSettings(author: Option[String] = None, createdDate: Option[LocalDate] = None, updatedDate: Option[LocalDate] = None, sections: List[Section] = List.empty, dateFormat: DateTimeFormatter = BlogSettings.DefaultDateFormat) extends Product with Serializable
    Annotations
    @Wither()
  3. final case class Section(name: String, content: scalatags.Text.all.Frag, children: List[Section] = List.empty)(implicit owner: RelativePath) extends Product with Serializable

    Handy class for sectioning a page (usually blog post).

    Handy class for sectioning a page (usually blog post).
    Also useful for generating a TOC (Table Of Contents).

  4. trait StaticPage extends Renderable with ClassPackageRelativePath with HtmlPage
  5. final case class StaticSiteSettings(indexPage: Option[StaticPage] = None, mainPages: List[StaticPage] = List.empty) extends Product with Serializable
    Annotations
    @Wither()

Value Members

  1. object BlogSettings extends Serializable

Ungrouped