Skip to content

Hugo

Class HugoTemplate

class HugoTemplate(Template)

[view_source]

content_directory

The directory that contains the Hugo documentation source code content. Defaults to content/.

hugo_directory

The directory that contains all the Hugo content. This directory should contain the content_directory. Defaults to ./, i.e. the same directory where the Novella build file is located. All files in this directory except for the content_directory will be linked into the build directory.


Class InstallHugoAction

class InstallHugoAction(Action)

[view_source]

Action to install Hugo into the build directory if it is not available on the system.