- Added ability to "map" input folders to subfolders in the virtual folder hierarchy (so not every input folder has to be at the root now).
- Added the
GenerateJson
module back in (it got dropped a while ago when Statiq.Json was merged with Statiq.Core). - Added a utility
LoggerFactoryLoggerWrapper
class that can wrap the context (or any otherILogger
) and provide it as anILoggerFactory
that always logs to the underlying logger. - Fixed a bug with the generated doctype element in redirects (#160, #161, thanks @@gep13).
- Fixed a bug with virtual input directories when getting a parent directory from a file produced by one (it wasn't getting the original virtual directory).