scalatex.site

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: Set[String]

    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: String): 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: Set[String]

    Resources related to the font awesome library

  13. def generateHtml(outputRoot: String): Unit

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

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

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

    The header of this site's HTML page

  17. def highlightJsResources: Set[String]

    Resources related to the highlight.js library

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def manualResources: Set[String]

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

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

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

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

    Definition Classes
    AnyRef
  23. def pureCss: Set[String]

    Resources related to the pure-css library

  24. def renderTo(outputRoot: String): Unit

  25. def scriptName: String

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

  26. def siteCss: Set[String]

    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(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped