Html

The HTML subtree of the install layout.

Constructors

Link copied to clipboard
constructor(directory: InstallLayoutDirectory)

Types

Link copied to clipboard

Per-kind theme directories.

Properties

Link copied to clipboard
open override val file: File

The filesystem location this entry points to.

Link copied to clipboard

Third-party JS/CSS libraries (e.g. KaTeX, Mermaid).

Link copied to clipboard
open override val name: String

Short name of this entry (file name)

Link copied to clipboard

The Quarkdown runtime script directory.

Link copied to clipboard

Compiled CSS themes, organized by kind (layout, color, locale).

Functions

Link copied to clipboard
open override fun asOutputResource(symlink: Boolean = false): OutputResource

Wraps this entry as an OutputResource for the pipeline to output.

Link copied to clipboard
open override fun exists(): Boolean

Whether this entry exists on disk with the expected type (file vs. directory).

Link copied to clipboard
open override fun resolveDirectory(relativePath: String): InstallLayoutDirectory

Resolves a child directory relative to this entry's file.

Link copied to clipboard
open override fun resolveFile(relativePath: String): InstallLayoutFile

Resolves a child file relative to this entry's file.