Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatePermalinkAliases ¶
ValidatePermalinkAliases checks for conflicting permalink:false + aliases. A page with permalink:false should not have aliases.
Types ¶
type Conflict ¶
Conflict represents two or more sources targeting the same output path.
func DetectConflicts ¶
func DetectConflicts(entries []OutputPathEntry) ([]Conflict, error)
DetectConflicts scans all output path entries and returns any conflicts found.
type OutputPathEntry ¶
OutputPathEntry represents a single claimed output path and its source.
Click to show internal directories.
Click to hide internal directories.