scalatex.site

Site

Related Doc: package site

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
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Site
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def content: Map[String, scalatags.Text.all.Frag]

    The contents of this page

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[Path]

    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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fontAwesome: Path

  13. def fontAwesomeResources: Seq[Path]

    Resources related to the font awesome library

  14. def generateHtml(outputRoot: Path): Unit

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def headFrags: Seq[scalatags.Text.all.Frag]

    The header of this site's HTML page

  18. def highlightJs: Path

  19. def highlightJsResources: Seq[Path]

    Resources related to the highlight.js library

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def manualResources: Seq[Path]

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

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def pureCss: Seq[Path]

    Resources related to the pure-css library

  26. def renderTo(outputRoot: Path): Unit

  27. def scriptName: String

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

  28. def siteCss: Set[Path]

    Resources custom-provided for this particular site

  29. def stylesName: String

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

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def webjars: Path

Inherited from AnyRef

Inherited from Any

Ungrouped