hugo/hugolib
Bjørn Erik Pedersen 241b21b0fd Create a struct with all of Hugo's config options
Primary motivation is documentation, but it will also hopefully simplify the code.

Also,

* Lower case the default output format names; this is in line with the custom ones (map keys) and how
it's treated all the places. This avoids doing `stringds.EqualFold` everywhere.

Closes #10896
Closes #10620
2023-05-16 18:01:29 +02:00
..
assets/images
filesystems Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
paths Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
testdata
testsite
404_test.go
alias.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
alias_test.go
breaking_changes_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
cascade_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
codeowners.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
collections.go
collections_test.go
config.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
config_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
configdir_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
content_factory.go
content_factory_test.go
content_map.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
content_map_page.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
content_map_test.go
content_render_hooks_test.go
datafiles_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
dates_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
disableKinds_test.go
embedded_shortcodes_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
embedded_templates_test.go
fileInfo.go
fileInfo_test.go
frontmatter_test.go
gitinfo.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_modules_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_sites.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_sites_build.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_sites_build_errors_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_sites_build_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_sites_multihost_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_sites_rebuild_test.go
hugo_smoke_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
image_test.go
integration_test.go
integrationtest_builder.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
language_content_dir_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
language_test.go
menu_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
minify_publisher_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
mount_filters_test.go
page.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page__common.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page__content.go
page__data.go
page__fragments_test.go Add test for ToC vs include 2023-03-29 17:49:01 +02:00
page__menus.go
page__meta.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page__new.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page__output.go
page__paginator.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page__paths.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page__per_output.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page__position.go
page__ref.go
page__tree.go
page_kinds.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page_permalink_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
page_unwrap.go
page_unwrap_test.go
pagebundler_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
pagecollections.go
pagecollections_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
pages_capture.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
pages_capture_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
pages_language_merge_test.go
pages_process.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
pages_test.go
paginator_test.go
permalinker.go
prune_resources.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
renderstring_test.go
resource_chain_test.go
robotstxt_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
rss_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
securitypolicies_test.go
shortcode.go
shortcode_page.go
shortcode_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
site.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
site_benchmark_new_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
site_new.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
site_output.go
site_output_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
site_render.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
site_sections.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
site_sections_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
site_stats_test.go
site_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
site_url_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
siteJSONEncode_test.go
sitemap_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
taxonomy_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
template_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
testhelpers_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
translations.go