# 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.