Constants
NodeTypes
The NodeType specifies what type of file or folder the generator is working with.
- FolderNode: folders
- MarkdownTextNode: Markdown files
- HTMLTextNode: any language that Dynamo parses as HTML (HTML, .kit, etc.)
- XMLTextNode: XML files
- ScriptTextNode: JavaScript, CoffeeScript
- StylingTextNode: CSS, SCSS, LESS
- TextNode: plain text files that do not fall into one of the above categories
- ImageNode: images
- OtherNode: anything that doesn't fall under the above categories
PathFormatConstants
The PathFormatConstant changes what style of path @path directives output.
- RelativePathFormat: relative to the file
- AbsolutePathFormat: relative to the site root
- RemotePathFormat: relative to the URL in the
baseRemoteURL
configuration variable
ConflictPolicies
The ConflictPolicy specifies what should be done when an identically named file is already in the output tree.
- CancelOnConflict
- OverwriteOnConflict
- RenameOnConflict