Rework the Destination filesystem to make --renderStaticToDisk work
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 21 Mar 2022 08:35:15 +0000 (09:35 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 8 Apr 2022 11:26:17 +0000 (13:26 +0200)
commitd070bdf10f14d233288f7318a4e9f7555f070a65
treefff8d59f98bdab3027bb45c4e10ca88594332872
parentb08193971a821fc27e549a73120c15e5e5186775
Rework the Destination filesystem to make --renderStaticToDisk work

See #9626
75 files changed:
cache/filecache/filecache_config_test.go
cache/filecache/filecache_test.go
commands/commandeer.go
commands/commands.go
commands/commands_test.go
commands/hugo.go
commands/hugo_test.go
commands/list_test.go
commands/new_site.go
commands/server.go
commands/server_test.go
commands/static_syncer.go
common/paths/path.go
config/configProvider.go
config/defaultConfigProvider.go
config/services/servicesConfig_test.go
go.mod
go.sum
helpers/content_test.go
helpers/general_test.go
helpers/path.go
helpers/path_test.go
helpers/testhelpers_test.go
hugofs/createcounting_fs.go
hugofs/decorators.go
hugofs/filename_filter_fs.go
hugofs/filter_fs.go
hugofs/fs.go
hugofs/fs_test.go
hugofs/hashing_fs.go
hugofs/language_composite_fs.go
hugofs/nosymlink_fs.go
hugofs/rootmapping_fs.go
hugofs/rootmapping_fs_test.go
hugofs/slice_fs.go
hugofs/stacktracer_fs.go
hugolib/config.go
hugolib/filesystems/basefs.go
hugolib/filesystems/basefs_test.go
hugolib/hugo_modules_test.go
hugolib/hugo_sites.go
hugolib/hugo_sites_build.go
hugolib/hugo_sites_build_test.go
hugolib/image_test.go
hugolib/integrationtest_builder.go
hugolib/language_content_dir_test.go
hugolib/minify_publisher_test.go
hugolib/mount_filters_test.go
hugolib/page_test.go
hugolib/pagebundler_test.go
hugolib/paths/paths.go
hugolib/paths/paths_test.go
hugolib/resource_chain_test.go
hugolib/robotstxt_test.go
hugolib/rss_test.go
hugolib/shortcode_test.go
hugolib/site_output_test.go
hugolib/site_test.go
hugolib/site_url_test.go
hugolib/sitemap_test.go
hugolib/testhelpers_test.go
langs/i18n/i18n_test.go
langs/language_test.go
markup/goldmark/codeblocks/integration_test.go
minifiers/config_test.go
minifiers/minifiers_test.go
publisher/htmlElementsCollector_test.go
resources/resource_transformers/htesting/testhelpers.go
resources/testhelpers_test.go
resources/transform_test.go
source/filesystem_test.go
tpl/collections/collections_test.go
tpl/data/resources_test.go
tpl/images/images.go
tpl/images/images_test.go