Packages

trait Site extends AnyRef

A semi-abstract trait that encapsulates everything necessary to generate a Scalatex site. Only content is left abstract (and needs to be filled in) but the rest of the properties and definitions are all override-able if you wish to customize things.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Site
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Body = Frag[Builder, String]
  2. type Header = Seq[scalatags.Text.all.Frag]

    Enable pages to specify multiple header entries

  3. type Page = (Header, Body)

Abstract Value Members

  1. abstract def content: Map[String, Page]

    The contents of the site.

    The contents of the site. Maps String paths to the pages, to their actual content.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def autoResources: Seq[ResourcePath]

    Resources that get automatically included in the bundled js or css file

  6. def bodyFrag(frag: scalatags.Text.all.Frag): scalatags.Text.all.Frag

    The body of this site's HTML page

  7. def bundleResources(outputRoot: Path): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def defaultHeader: Seq[scalatags.Text.all.Frag]

    The header of this site's HTML page

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fontAwesome: ResourcePath
  13. def fontAwesomeResources: Seq[ResourcePath]

    Resources related to the font awesome library

  14. def generateHtml(outputRoot: Path): Unit
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def manualResources: Seq[ResourcePath]

    Resources copied to the output folder but not included on the page by default

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def pageTitle: Option[String]
  23. def pureCss: Seq[ResourcePath]

    Resources related to the pure-css library

  24. def renderTo(outputRoot: Path): Unit
  25. def scriptName: String

    The name of the javascript file that all javascript resources get bundled into

  26. def siteCss: Set[ResourcePath]

    Resources custom-provided for this particular site

  27. def stylesName: String

    The name of the css file that all css resources get bundled into

  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def webjars: ResourcePath

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped