package
0.42.2
Repository: https://github.com/olliephillips/hugo.git
Documentation: pkg.go.dev

# Functions

NewBase builds the filesystems used by Hugo given the paths and options provided.NewBase.
WithBaseFs allows reuse of some potentially expensive to create parts that remain the same across sites/languages.

# Structs

BaseFs contains the core base filesystems used by Hugo.
A SourceFilesystem holds the filesystem for a given source type in Hugo (data, i18n, layouts, static) and additional metadata to be able to use that filesystem in server mode.
SourceFilesystems contains the different source file systems.