package statik
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BlogPostPage extends Renderable with StaticPage
- 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()
- 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). - trait StaticPage extends Renderable with ClassPackageRelativePath with HtmlPage
- final case class StaticSiteSettings(indexPage: Option[StaticPage] = None, mainPages: List[StaticPage] = List.empty) extends Product with Serializable
- Annotations
- @Wither()
Value Members
- object BlogSettings extends Serializable