ba.sake.hepek.html.statik

Members list

Type members

Classlikes

trait BlogPostPage extends StaticPage

Attributes

Supertypes
trait StaticPage
trait HtmlPage
trait PageDependencies
class Renderable
class RelativePath
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class BlogSettings(author: Option[String], createdDate: Option[LocalDate], updatedDate: Option[LocalDate], sections: List[Section], dateFormat: DateTimeFormatter)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BlogSettings

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Section(name: String, content: Frag, children: List[Section])(using owner: RelativePath)

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

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait StaticPage extends Renderable, ClassPackageRelativePath, HtmlPage

Attributes

Supertypes
trait HtmlPage
trait PageDependencies
class Renderable
class RelativePath
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class StaticSiteSettings(indexPage: Option[StaticPage], mainPages: List[StaticPage])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all