hugo/hugolib
2023-09-12 11:50:31 +02:00
..
assets/images Image resource refactor 2019-08-26 15:00:44 +02:00
filesystems Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
paths Fix it so disable a module does not disable transitive dependency required by others 2023-08-23 18:05:18 +02:00
testdata Allow whitelisting mediaTypes used in resources.GetRemote 2023-05-20 20:16:45 +02:00
testsite Add support for CODEOWNERS 2022-02-23 22:43:19 +01:00
404_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
alias.go Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
alias_test.go Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
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 Some godoc adjustments and image struct renames 2022-04-27 23:53:56 +02:00
collections_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
config.go Don't use the OS environment when creating config for docs 2023-08-30 19:22:44 +02:00
config_test.go Deprecate taxonomyTerm 2023-07-28 15:14:24 +02:00
configdir_test.go all: Fix typos in function names and comments 2023-06-19 09:26:29 +02:00
content_factory.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00
content_factory_test.go Add --force to hugo new 2022-09-08 15:35:11 +02:00
content_map.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
content_map_page.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
content_map_test.go Fix HasMenuCurrent and IsDescendant/IsAncestor when comparing to itself 2022-05-28 10:56:54 +02:00
content_render_hooks_test.go Split parse and render for Goldmark 2023-02-24 10:40:06 +01:00
datafiles_test.go all: Fix typos in function names and comments 2023-06-19 09:26: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 Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
embedded_shortcodes_test.go all: Fix typos in function names and comments 2023-06-19 09:26:29 +02:00
embedded_templates_test.go Remove empty href element from pagination template 2021-12-02 09:14:30 +01:00
fileInfo.go Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
fileInfo_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
frontmatter_test.go Preserve front matter slice value types (e.g. int) 2023-01-17 08:58:05 +01:00
gitinfo.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_modules_test.go Fix for data mounts in sub folders 2023-07-15 11:13:08 +02:00
hugo_sites.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
hugo_sites_build.go Avoid escaping HTML chars inside hugo_stats.json 2023-08-21 13:17:21 +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 Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
hugo_sites_multihost_test.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
hugo_sites_rebuild_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
hugo_smoke_test.go Fix recently broken benchmark 2023-09-12 11:50:31 +02:00
image_test.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00
integration_test.go Annotate test assertions 2022-12-22 18:53:12 +01:00
integrationtest_builder.go Fix so temporary images do not get published 2023-07-30 18:52:34 +02:00
language_content_dir_test.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
language_test.go Reduce binary size vs locale, update to CLDR v36.1 2021-08-02 19:40:32 +02:00
menu_test.go Fix menuItem.URL when pageRef is not set 2023-06-02 09:04:00 +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 Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
page.go Fix RegularPagesRecursive for the home page 2023-08-30 13:44:04 +03: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 Add page fragments support to Related 2023-02-21 17:56:41 +01:00
page__data.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
page__fragments_test.go Add test for ToC vs include 2023-03-29 17:49:01 +02:00
page__menus.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00
page__meta.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
page__new.go Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
page__output.go Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
page__paginator.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
page__paths.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
page__per_output.go Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
page__position.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00
page__ref.go Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
page__tree.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
page_kinds.go Move all Kind constants to its own package 2023-07-28 15:14:23 +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 Fix .RawContent for empty content pages (#11407) 2023-08-30 10:11:20 +02:00
page_unwrap.go Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
page_unwrap_test.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
pagebundler_test.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
pagecollections.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
pagecollections_test.go Fix RegularPagesRecursive for the home page 2023-08-30 13:44:04 +03:00
pages_capture.go Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
pages_capture_test.go Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
pages_language_merge_test.go tpl/lang: Handle nil values in lang.Merge 2022-04-23 22:22:50 +02:00
pages_process.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
pages_test.go Add a benchmark 2021-05-04 17:59:04 +02:00
paginator_test.go Don't fail when calling Paginate with an empty pages.PagesGroup 2023-03-10 16:34:17 +01:00
permalinker.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
prune_resources.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
rendershortcodes_test.go Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
renderstring_test.go Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
resource_chain_test.go Add retry in resources.GetRemote for temporary HTTP errors 2023-08-04 17:16:52 +02:00
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 Upgrade to v2 of the Dart Sass Embedded Protocol 2023-06-12 13:47:38 +02:00
shortcode.go Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
shortcode_page.go Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
shortcode_test.go Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
site.go Move all Kind constants to its own package 2023-07-28 15:14:23 +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 hugolib: Handle dropped error 2023-08-24 19:57:44 +03:00
site_output.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
site_output_test.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
site_render.go Move all Kind constants to its own package 2023-07-28 15:14:23 +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 Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
site_stats_test.go Replace deprecated ioutil with io and os 2023-03-01 16:28:43 +01:00
site_test.go Avoid escaping HTML chars inside hugo_stats.json 2023-08-21 13:17:21 +02:00
site_url_test.go Move all Kind constants to its own package 2023-07-28 15:14:23 +02:00
siteJSONEncode_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
sitemap_test.go Fix defaultContentLanguageInSubdir with only 1 language 2023-07-08 16:08:46 +02:00
taxonomy_test.go Move all Kind constants to its own package 2023-07-28 15:14:23 +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 Fix defaultContentLanguageInSubdir with only 1 language 2023-07-08 16:08:46 +02:00
translations.go hugolib: Exclude non-linkable pages from translations map 2022-12-22 18:53:12 +01:00