class Clean extends Theme
A theme that cleans the target directory.
- Alphabetic
- By Inheritance
- Clean
- Theme
- Logging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
build: Unit
The full pipeline for building the site.
-
def
buildAllPages: Vector[Page]
Get all source pages and synthetic pages
Get all source pages and synthetic pages
- Definition Classes
- Theme
- def del(f: File): Boolean
-
val
global: Global
- Definition Classes
- Theme
- val ignore: FileMatcher
-
final
def
logTime[T](msg: String)(f: ⇒ T): T
- Definition Classes
- Logging
-
val
logger: Logger
- Definition Classes
- Logging
-
def
noHighlightLanguages(p: Page): Set[String]
The language codes that should not be processed by a highlighter.
The language codes that should not be processed by a highlighter.
- Definition Classes
- Theme
-
def
render(site: Site): Unit
Render the site.
-
def
resolveResource(uri: URI): URI
Resolve a resource URI to a source file location.
Resolve a resource URI to a source file location. Resource URIs can use use the following protocols: file, site (static site resources), webjar (absolute WebJar resource), theme (relative to theme class), classpath (relative to classpath root), template (generated from template)
- Definition Classes
- Theme
-
def
specialImageSchemesBlock: Set[String]
Extra image URI schemes to turn into
SpecialImage
nodes for rendering in block contextsExtra image URI schemes to turn into
SpecialImage
nodes for rendering in block contexts- Definition Classes
- Theme
-
def
specialImageSchemesInline: Set[String]
Extra image URI schemes to turn into
SpecialImage
nodes for rendering in inline contextsExtra image URI schemes to turn into
SpecialImage
nodes for rendering in inline contexts- Definition Classes
- Theme
-
def
suggestRelativePath(uri: URI): String
Get a default relative path for a resource URI
Get a default relative path for a resource URI
- Definition Classes
- Theme
-
def
synthesizePages(missingSyntheticPages: Vector[(String, URI)]): Vector[Page]
Synthesize configured synthetic pages pre-TOC.
Synthesize configured synthetic pages pre-TOC. Not all requested pages have to be created but only the ones that are returned will be available for resolving the TOC.
- Definition Classes
- Theme