-rw-r--r-- | .circleci/config.yml | 51L |
-rw-r--r-- | .dockerignore | 9L |
-rw-r--r-- | .gitattributes | 8L |
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 18L |
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5L |
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 11L |
-rw-r--r-- | .github/SUPPORT.md | 3L |
-rw-r--r-- | .github/dependabot.yml | 7L |
-rw-r--r-- | .github/workflows/stale.yml | 47L |
-rw-r--r-- | .github/workflows/test.yml | 89L |
-rw-r--r-- | .gitignore | 29L |
-rw-r--r-- | .gitmodules | 0B |
-rw-r--r-- | .mailmap | 3L |
-rw-r--r-- | CONTRIBUTING.md | 202L |
-rwxr-xr-x | Dockerfile | 45L |
-rw-r--r-- | LICENSE | 201L |
-rw-r--r-- | README.md | 248L |
-rw-r--r-- | SECURITY.md | 7L |
-rwxr-xr-x | bench.sh | 37L |
-rwxr-xr-x | benchSite.sh | 12L |
-rwxr-xr-x | benchbep.sh | 1L |
-rwxr-xr-x | bepdock.sh | 1L |
-rw-r--r-- | bufferpool/bufpool.go | 38L |
-rw-r--r-- | bufferpool/bufpool_test.go | 31L |
-rw-r--r-- | cache/filecache/filecache.go | 384L |
-rw-r--r-- | cache/filecache/filecache_config.go | 248L |
-rw-r--r-- | cache/filecache/filecache_config_test.go | 198L |
-rw-r--r-- | cache/filecache/filecache_pruner.go | 126L |
-rw-r--r-- | cache/filecache/filecache_pruner_test.go | 110L |
-rw-r--r-- | cache/filecache/filecache_test.go | 349L |
-rw-r--r-- | cache/namedmemcache/named_cache.go | 78L |
-rw-r--r-- | cache/namedmemcache/named_cache_test.go | 80L |
-rw-r--r-- | codegen/methods.go | 536L |
-rw-r--r-- | codegen/methods2_test.go | 20L |
-rw-r--r-- | codegen/methods_test.go | 96L |
-rw-r--r-- | commands/commandeer.go | 520L |
-rw-r--r-- | commands/commands.go | 343L |
-rw-r--r-- | commands/commands_test.go | 396L |
-rw-r--r-- | commands/config.go | 185L |
-rw-r--r-- | commands/convert.go | 207L |
-rw-r--r-- | commands/deploy.go | 86L |
-rw-r--r-- | commands/env.go | 60L |
-rw-r--r-- | commands/gen.go | 40L |
-rw-r--r-- | commands/genchromastyles.go | 72L |
-rw-r--r-- | commands/gendoc.go | 98L |
-rw-r--r-- | commands/gendocshelper.go | 71L |
-rw-r--r-- | commands/genman.go | 77L |
-rw-r--r-- | commands/helpers.go | 79L |
-rw-r--r-- | commands/hugo.go | 1253L |
-rw-r--r-- | commands/hugo_test.go | 206L |
-rw-r--r-- | commands/hugo_windows.go | 33L |
-rw-r--r-- | commands/import_jekyll.go | 604L |
-rw-r--r-- | commands/import_jekyll_test.go | 177L |
-rw-r--r-- | commands/limit_darwin.go | 84L |
-rw-r--r-- | commands/limit_others.go | 21L |
-rw-r--r-- | commands/list.go | 210L |
-rw-r--r-- | commands/list_test.go | 68L |
-rw-r--r-- | commands/mod.go | 293L |
-rw-r--r-- | commands/mod_npm.go | 56L |
-rw-r--r-- | commands/new.go | 126L |
-rw-r--r-- | commands/new_content_test.go | 29L |
-rw-r--r-- | commands/new_site.go | 165L |
-rw-r--r-- | commands/new_theme.go | 176L |
-rw-r--r-- | commands/nodeploy.go | 51L |
-rw-r--r-- | commands/release.go | 72L |
-rw-r--r-- | commands/release_noop.go | 21L |
-rw-r--r-- | commands/server.go | 741L |
-rw-r--r-- | commands/server_errors.go | 31L |
-rw-r--r-- | commands/server_test.go | 280L |
-rw-r--r-- | commands/static_syncer.go | 129L |
-rw-r--r-- | commands/version.go | 44L |
-rw-r--r-- | common/collections/append.go | 112L |
-rw-r--r-- | common/collections/append_test.go | 90L |
-rw-r--r-- | common/collections/collections.go | 21L |
-rw-r--r-- | common/collections/order.go | 20L |
-rw-r--r-- | common/collections/slice.go | 76L |
-rw-r--r-- | common/collections/slice_test.go | 124L |
-rw-r--r-- | common/constants/constants.go | 25L |
-rw-r--r-- | common/herrors/error_locator.go | 168L |
-rw-r--r-- | common/herrors/error_locator_test.go | 152L |
-rw-r--r-- | common/herrors/errors.go | 71L |
-rw-r--r-- | common/herrors/file_error.go | 394L |
-rw-r--r-- | common/herrors/file_error_test.go | 82L |
-rw-r--r-- | common/herrors/line_number_extractors.go | 63L |
-rw-r--r-- | common/hexec/exec.go | 276L |
-rw-r--r-- | common/hreflect/helpers.go | 222L |
-rw-r--r-- | common/hreflect/helpers_test.go | 86L |
-rw-r--r-- | common/htime/time.go | 165L |
-rw-r--r-- | common/htime/time_test.go | 148L |
-rw-r--r-- | common/hugio/copy.go | 90L |
-rw-r--r-- | common/hugio/readers.go | 59L |
-rw-r--r-- | common/hugio/writers.go | 84L |
-rw-r--r-- | common/hugo/hugo.go | 249L |
-rw-r--r-- | common/hugo/hugo_test.go | 44L |
-rw-r--r-- | common/hugo/vars_extended.go | 19L |
-rw-r--r-- | common/hugo/vars_regular.go | 19L |
-rw-r--r-- | common/hugo/version.go | 297L |
-rw-r--r-- | common/hugo/version_current.go | 23L |
-rw-r--r-- | common/hugo/version_test.go | 88L |
-rw-r--r-- | common/loggers/ignorableLogger.go | 65L |
-rw-r--r-- | common/loggers/loggers.go | 355L |
-rw-r--r-- | common/loggers/loggers_test.go | 60L |
-rw-r--r-- | common/maps/maps.go | 193L |
-rw-r--r-- | common/maps/maps_test.go | 196L |
-rw-r--r-- | common/maps/params.go | 289L |
-rw-r--r-- | common/maps/params_test.go | 170L |
-rw-r--r-- | common/maps/scratch.go | 172L |
-rw-r--r-- | common/maps/scratch_test.go | 221L |
-rw-r--r-- | common/math/math.go | 135L |
-rw-r--r-- | common/math/math_test.go | 106L |
-rw-r--r-- | common/para/para.go | 73L |
-rw-r--r-- | common/para/para_test.go | 95L |
-rw-r--r-- | common/paths/path.go | 265L |
-rw-r--r-- | common/paths/path_test.go | 228L |
-rw-r--r-- | common/paths/url.go | 181L |
-rw-r--r-- | common/paths/url_test.go | 99L |
-rw-r--r-- | common/terminal/colors.go | 79L |
-rw-r--r-- | common/text/position.go | 98L |
-rw-r--r-- | common/text/position_test.go | 32L |
-rw-r--r-- | common/text/transform.go | 78L |
-rw-r--r-- | common/text/transform_test.go | 76L |
-rw-r--r-- | common/types/convert.go | 130L |
-rw-r--r-- | common/types/convert_test.go | 49L |
-rw-r--r-- | common/types/evictingqueue.go | 96L |
-rw-r--r-- | common/types/evictingqueue_test.go | 74L |
-rw-r--r-- | common/types/hstring/stringtypes.go | 20L |
-rw-r--r-- | common/types/hstring/stringtypes_test.go | 30L |
-rw-r--r-- | common/types/types.go | 92L |
-rw-r--r-- | common/types/types_test.go | 29L |
-rw-r--r-- | common/urls/ref.go | 22L |
-rw-r--r-- | compare/compare.go | 38L |
-rw-r--r-- | compare/compare_strings.go | 113L |
-rw-r--r-- | compare/compare_strings_test.go | 83L |
-rw-r--r-- | config/commonConfig.go | 215L |
-rw-r--r-- | config/commonConfig_test.go | 140L |
-rw-r--r-- | config/compositeConfig.go | 117L |
-rw-r--r-- | config/compositeConfig_test.go | 40L |
-rw-r--r-- | config/configLoader.go | 214L |
-rw-r--r-- | config/configLoader_test.go | 34L |
-rw-r--r-- | config/configProvider.go | 67L |
-rw-r--r-- | config/configProvider_test.go | 35L |
-rw-r--r-- | config/defaultConfigProvider.go | 447L |
-rw-r--r-- | config/defaultConfigProvider_test.go | 400L |
-rw-r--r-- | config/docshelper.go | 45L |
-rw-r--r-- | config/env.go | 57L |
-rw-r--r-- | config/env_test.go | 32L |
-rw-r--r-- | config/privacy/privacyConfig.go | 114L |
-rw-r--r-- | config/privacy/privacyConfig_test.go | 100L |
-rw-r--r-- | config/security/docshelper.go | 26L |
-rw-r--r-- | config/security/securityConfig.go | 227L |
-rw-r--r-- | config/security/securityonfig_test.go | 166L |
-rw-r--r-- | config/security/whitelist.go | 102L |
-rw-r--r-- | config/security/whitelist_test.go | 47L |
-rw-r--r-- | config/services/servicesConfig.go | 97L |
-rw-r--r-- | config/services/servicesConfig_test.go | 67L |
-rw-r--r-- | create/content.go | 392L |
-rw-r--r-- | create/content_test.go | 441L |
-rw-r--r-- | deploy/cloudfront.go | 54L |
-rw-r--r-- | deploy/deploy.go | 741L |
-rw-r--r-- | deploy/deployConfig.go | 164L |
-rw-r--r-- | deploy/deployConfig_test.go | 199L |
-rw-r--r-- | deploy/deploy_azure.go | 22L |
-rw-r--r-- | deploy/deploy_test.go | 1065L |
-rw-r--r-- | deploy/google.go | 40L |
-rw-r--r-- | deps/deps.go | 441L |
-rw-r--r-- | deps/deps_test.go | 30L |
-rw-r--r-- | docs/.cspell.json | 335L |
-rw-r--r-- | docs/.editorconfig | 20L |
-rw-r--r-- | docs/.github/SUPPORT.md | 3L |
-rw-r--r-- | docs/.github/stale.yml | 22L |
-rw-r--r-- | docs/.github/workflows/spellcheck.yml | 17L |
-rw-r--r-- | docs/.gitignore | 9L |
-rw-r--r-- | docs/.markdownlint.yaml | 4L |
-rw-r--r-- | docs/.vscode/extensions.json | 6L |
-rw-r--r-- | docs/LICENSE.md | 194L |
-rw-r--r-- | docs/README.md | 48L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_algolia.css | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_animation.css | 21L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_carousel.css | 25L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_chroma.css | 65L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_code.css | 89L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_color-scheme.css | 38L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_columns.css | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_content-tables.css | 28L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_content.css | 41L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_definition-lists.css | 9L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_documentation-styles.css | 54L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_fluid-type.css | 10L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_font-family.css | 80L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_header-link.css | 15L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_hljs.css | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_hugo-internal-template-styling.css | 52L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_no-js.css | 7L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_social-icons.css | 23L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_stickyheader.css | 15L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_svg.css | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_tabs.css | 34L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_tachyons.css | 94L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_variables.css | 16L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/main.css | 39L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/index.js | 12L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/clipboardjs.js | 30L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/codeblocks.js | 10L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/docsearch.js | 7L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/filesaver.js | 0B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/hljs.js | 19L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/lazysizes.js | 3L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/main.js | 22L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/menutoggle.js | 31L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/nojs.js | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/scrolldir.js | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/smoothscroll.js | 80L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/tabs.js | 43L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/gohugoio-card-base-1.png | 242906B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/mulish-black.ttf | 105920B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css | 5283L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/js/app.js | 17L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/config.toml | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml | 19L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html | 10L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/_markup/render-heading.html | 5L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html | 83L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/documentation-home.html | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/list.html | 5L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/page.html | 37L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/single.html | 31L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/taxonomy.html | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/terms.html | 48L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.headers | 8L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html | 27L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.redir | 6L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/news/list.html | 41L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/news/single.html | 88L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/boxes-section-summaries.html | 35L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/boxes-small-news.html | 18L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/components/author-github-data-card.html | 33L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/components/author-github-data.html | 21L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/functions-signature.html | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/page-meta-data.html | 3L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/entry-summary.html | 13L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html | 25L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/head-additions.html | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/hero.html | 18L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/features-icons.html | 34L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/features-single.html | 32L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/installation.html | 38L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/open-source-involvement.html | 59L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/showcase.html | 44L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/sponsors.html | 38L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/tweets.html | 25L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/hooks/after-body-start.html | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/hooks/before-body-end.html | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/icon-link.html | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-links-docs-mobile.html | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-links-docs.html | 23L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-links-global-mobile.html | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-links.html | 37L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-mobile.html | 12L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-top.html | 16L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/opengraph/get-featured-image.html | 24L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/opengraph/opengraph.html | 42L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/opengraph/twitter_cards.html | 22L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/page-edit.html | 3L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/page-header.html | 20L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/pagelayout.html | 34L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/previous-next-links-in-section-with-title.html | 14L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/previous-next-links-in-section.html | 16L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/previous-next-links.html | 25L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/related.html | 9L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-footer.html | 48L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-manifest.html | 7L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-nav.html | 38L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-scripts.html | 17L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-search.html | 6L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/social-follow.html | 7L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/summary.html | 13L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/Twitter_Logo_Blue.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/apple.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/clipboard.svg | 3L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/clippy.svg | 3L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/cloud.svg | 13L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/content.svg | 18L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/design.svg | 5L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/exclamation.svg | 0B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/facebook.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/focus.svg | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/freebsd.svg | 3L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/functions.svg | 14L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/github-corner.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/github-squared.svg | 3L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/gitter.svg | 57L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/gme.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/godoc-icon.html | 35L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/gopher-2.svg | 27L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/gopher-front.svg | 33L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/gopher-homepage.svg | 58L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/gopher-side_path.svg | 42L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/gopher-small.svg | 50L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/gopher.svg | 65L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/hugo-h-only.svg | 9L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/hugo.svg | 10L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/ic_arrow_drop_down.svg | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/ic_arrow_drop_up.svg | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/ic_chevron_left_black_24px.svg | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/ic_chevron_right_black_24px.svg | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/idea.svg | 61L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/instagram.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/javascript.svg | 24L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/json.svg | 7L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/link-ext.svg | 3L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/link-permalink.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/md.svg | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/mdsolid.svg | 7L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/newlogo.svg | 35L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/sass.svg | 3L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/search.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/twitter.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/website.svg | 5L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/windows.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/yaml.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/tags.html | 37L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/toc.html | 13L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/robots.txt | 8L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/articlelist.html | 18L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/code-toggle.html | 24L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/code.html | 15L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/datatable.html | 18L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/directoryindex.html | 13L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/docfile.html | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/exfile.html | 12L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/exfm.html | 13L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/gh.html | 9L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/ghrepo.html | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/nohighlight.html | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/note.html | 9L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/output.html | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/readfile.html | 6L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/tip.html | 9L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/warning.html | 9L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/yt.html | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/list.html | 46L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html | 106L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/package.json | 43L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-144x144.png | 7612B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-192x192.png | 10264B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-256x256.png | 15088B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-36x36.png | 1592B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-48x48.png | 2038B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-72x72.png | 3467B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-96x96.png | 4747B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/apple-touch-icon.png | 6238B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/browserconfig.xml | 10L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/dist/app.bundle.js | 22L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/dist/main.css | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/favicon-16x16.png | 1000B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/favicon-32x32.png | 1648B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/favicon.ico | 15086B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200.woff | 20892B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200.woff2 | 16936B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200italic.woff | 21496B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200italic.woff2 | 17320B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300.woff | 20932B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300.woff2 | 16872B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300italic.woff | 21520B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300italic.woff2 | 17332B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400.woff | 21240B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400.woff2 | 17172B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400italic.woff | 21964B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400italic.woff2 | 17732B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600.woff | 21208B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600.woff2 | 17080B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600italic.woff | 21924B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600italic.woff2 | 17776B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700.woff | 21220B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700.woff2 | 17128B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700italic.woff | 21960B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700italic.woff2 | 17756B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800.woff | 21244B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800.woff2 | 17140B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800italic.woff | 21872B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800italic.woff2 | 17644B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900.woff | 21676B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900.woff2 | 17436B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900italic.woff | 22220B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900italic.woff2 | 17948B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/GitHub-Mark-64px.png | 924B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/gohugoio-card.png | 218051B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/gopher-hero.svg | 58L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/gopher-side_color.svg | 31L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/home-page-templating-example.png | 88131B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/homepage-screenshot-hugo-themes.jpg | 32994B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/homepage-screenshot-hugo-themes_not-optimized-according-to-google.jpg | 88453B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/hugo-logo-wide.svg | 7L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/icon-built-in-templates.svg | 14L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/icon-content-management.svg | 11L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/icon-fast.svg | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/icon-multilingual.svg | 12L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/icon-multilingual2.svg | 4L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/icon-search.png | 337B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/icon-shortcodes.svg | 28L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/netlify-dark.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/site-hierarchy.svg | 634L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/brave-logo.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/esolia-logo.svg | 67L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/forestry-logotype.svg | 1L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/linode-logo_standard_light_medium.png | 11972B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/manifest.json | 45L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/mstile-144x144.png | 6225B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/mstile-150x150.png | 6020B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/mstile-310x310.png | 12885B |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/static/safari-pinned-tab.svg | 22L |
-rw-r--r-- | docs/_vendor/github.com/gohugoio/gohugoioTheme/theme.toml | 15L |
-rw-r--r-- | docs/_vendor/modules.txt | 1L |
-rw-r--r-- | docs/archetypes/functions.md | 16L |
-rw-r--r-- | docs/archetypes/news/index.md | 6L |
-rw-r--r-- | docs/archetypes/showcase/bio.md | 8L |
-rw-r--r-- | docs/archetypes/showcase/featured.png | 41270B |
-rw-r--r-- | docs/archetypes/showcase/index.md | 37L |
-rw-r--r-- | docs/config.toml | 80L |
-rw-r--r-- | docs/config/_default/config.toml | 91L |
-rw-r--r-- | docs/config/_default/languages.toml | 10L |
-rw-r--r-- | docs/config/_default/markup.toml | 31L |
-rw-r--r-- | docs/config/_default/menus/menus.en.toml | 154L |
-rw-r--r-- | docs/config/_default/menus/menus.zh.toml | 121L |
-rw-r--r-- | docs/config/_default/params.toml | 23L |
-rw-r--r-- | docs/config/_default/security.toml | 13L |
-rw-r--r-- | docs/config/development/params.toml | 1L |
-rw-r--r-- | docs/config/production/config.toml | 6L |
-rw-r--r-- | docs/config/production/params.toml | 2L |
-rw-r--r-- | docs/content/en/_index.md | 49L |
-rw-r--r-- | docs/content/en/about/_index.md | 20L |
-rw-r--r-- | docs/content/en/about/benefits.md | 43L |
-rw-r--r-- | docs/content/en/about/features.md | 85L |
-rw-r--r-- | docs/content/en/about/hugo-and-gdpr.md | 140L |
-rw-r--r-- | docs/content/en/about/license.md | 165L |
-rw-r--r-- | docs/content/en/about/security-model/hugo-security-model-featured.png | 85043B |
-rw-r--r-- | docs/content/en/about/security-model/index.md | 69L |
-rw-r--r-- | docs/content/en/about/what-is-hugo.md | 63L |
-rw-r--r-- | docs/content/en/commands/hugo.md | 86L |
-rw-r--r-- | docs/content/en/commands/hugo_completion.md | 47L |
-rw-r--r-- | docs/content/en/commands/hugo_completion_bash.md | 66L |
-rw-r--r-- | docs/content/en/commands/hugo_completion_fish.md | 57L |
-rw-r--r-- | docs/content/en/commands/hugo_completion_powershell.md | 54L |
-rw-r--r-- | docs/content/en/commands/hugo_completion_zsh.md | 64L |
-rw-r--r-- | docs/content/en/commands/hugo_config.md | 46L |
-rw-r--r-- | docs/content/en/commands/hugo_config_mounts.md | 41L |
-rw-r--r-- | docs/content/en/commands/hugo_convert.md | 48L |
-rw-r--r-- | docs/content/en/commands/hugo_convert_toJSON.md | 48L |
-rw-r--r-- | docs/content/en/commands/hugo_convert_toTOML.md | 48L |
-rw-r--r-- | docs/content/en/commands/hugo_convert_toYAML.md | 48L |
-rw-r--r-- | docs/content/en/commands/hugo_deploy.md | 55L |
-rw-r--r-- | docs/content/en/commands/hugo_env.md | 48L |
-rw-r--r-- | docs/content/en/commands/hugo_gen.md | 40L |
-rw-r--r-- | docs/content/en/commands/hugo_gen_chromastyles.md | 50L |
-rw-r--r-- | docs/content/en/commands/hugo_gen_doc.md | 52L |
-rw-r--r-- | docs/content/en/commands/hugo_gen_man.md | 48L |
-rw-r--r-- | docs/content/en/commands/hugo_import.md | 44L |
-rw-r--r-- | docs/content/en/commands/hugo_import_jekyll.md | 48L |
-rw-r--r-- | docs/content/en/commands/hugo_list.md | 47L |
-rw-r--r-- | docs/content/en/commands/hugo_list_all.md | 45L |
-rw-r--r-- | docs/content/en/commands/hugo_list_drafts.md | 45L |
-rw-r--r-- | docs/content/en/commands/hugo_list_expired.md | 45L |
-rw-r--r-- | docs/content/en/commands/hugo_list_future.md | 45L |
-rw-r--r-- | docs/content/en/commands/hugo_mod.md | 89L |
-rw-r--r-- | docs/content/en/commands/hugo_mod_clean.md | 53L |
-rw-r--r-- | docs/content/en/commands/hugo_mod_get.md | 71L |
-rw-r--r-- | docs/content/en/commands/hugo_mod_graph.md | 47L |
-rw-r--r-- | docs/content/en/commands/hugo_mod_init.md | 52L |
-rw-r--r-- | docs/content/en/commands/hugo_mod_npm.md | 46L |
-rw-r--r-- | docs/content/en/commands/hugo_mod_npm_pack.md | 55L |
-rw-r--r-- | docs/content/en/commands/hugo_mod_tidy.md | 41L |
-rw-r--r-- | docs/content/en/commands/hugo_mod_vendor.md | 48L |
-rw-r--r-- | docs/content/en/commands/hugo_mod_verify.md | 47L |
-rw-r--r-- | docs/content/en/commands/hugo_new.md | 84L |
-rw-r--r-- | docs/content/en/commands/hugo_new_site.md | 49L |
-rw-r--r-- | docs/content/en/commands/hugo_new_theme.md | 48L |
-rw-r--r-- | docs/content/en/commands/hugo_server.md | 98L |
-rw-r--r-- | docs/content/en/commands/hugo_version.md | 45L |
-rw-r--r-- | docs/content/en/content-management/_index.md | 20L |
-rw-r--r-- | docs/content/en/content-management/archetypes.md | 97L |
-rw-r--r-- | docs/content/en/content-management/build-options.md | 116L |
-rw-r--r-- | docs/content/en/content-management/comments.md | 75L |
-rw-r--r-- | docs/content/en/content-management/cross-references.md | 128L |
-rw-r--r-- | docs/content/en/content-management/diagrams.md | 277L |
-rw-r--r-- | docs/content/en/content-management/formats.md | 148L |
-rw-r--r-- | docs/content/en/content-management/front-matter.md | 248L |
-rw-r--r-- | docs/content/en/content-management/image-processing/index.md | 462L |
-rw-r--r-- | docs/content/en/content-management/image-processing/sunset.jpg | 34584B |
-rw-r--r-- | docs/content/en/content-management/menus.md | 133L |
-rw-r--r-- | docs/content/en/content-management/multilingual.md | 557L |
-rw-r--r-- | docs/content/en/content-management/organization/1-featured-content-bundles.png | 34394B |
-rw-r--r-- | docs/content/en/content-management/organization/index.md | 240L |
-rw-r--r-- | docs/content/en/content-management/page-bundles.md | 188L |
-rw-r--r-- | docs/content/en/content-management/page-resources.md | 208L |
-rw-r--r-- | docs/content/en/content-management/related.md | 137L |
-rw-r--r-- | docs/content/en/content-management/sections.md | 101L |
-rw-r--r-- | docs/content/en/content-management/shortcodes.md | 444L |
-rw-r--r-- | docs/content/en/content-management/static-files.md | 70L |
-rw-r--r-- | docs/content/en/content-management/summaries.md | 112L |
-rw-r--r-- | docs/content/en/content-management/syntax-highlighting.md | 138L |
-rw-r--r-- | docs/content/en/content-management/taxonomies.md | 215L |
-rw-r--r-- | docs/content/en/content-management/toc.md | 121L |
-rw-r--r-- | docs/content/en/content-management/types.md | 24L |
-rw-r--r-- | docs/content/en/content-management/urls.md | 317L |
-rw-r--r-- | docs/content/en/contribute/_index.md | 23L |
-rw-r--r-- | docs/content/en/contribute/development.md | 434L |
-rw-r--r-- | docs/content/en/contribute/documentation.md | 334L |
-rw-r--r-- | docs/content/en/contribute/themes.md | 31L |
-rw-r--r-- | docs/content/en/documentation.md | 22L |
-rw-r--r-- | docs/content/en/featured.png | 73881B |
-rw-r--r-- | docs/content/en/functions/GetPage.md | 88L |
-rw-r--r-- | docs/content/en/functions/RenderString.md | 38L |
-rw-r--r-- | docs/content/en/functions/_index.md | 19L |
-rw-r--r-- | docs/content/en/functions/abslangurl.md | 27L |
-rw-r--r-- | docs/content/en/functions/absurl.md | 50L |
-rw-r--r-- | docs/content/en/functions/adddate.md | 45L |
-rw-r--r-- | docs/content/en/functions/after.md | 65L |
-rw-r--r-- | docs/content/en/functions/anchorize.md | 27L |
-rw-r--r-- | docs/content/en/functions/append.md | 33L |
-rw-r--r-- | docs/content/en/functions/apply.md | 118L |
-rw-r--r-- | docs/content/en/functions/base64.md | 50L |
-rw-r--r-- | docs/content/en/functions/chomp.md | 24L |
-rw-r--r-- | docs/content/en/functions/complement.md | 29L |
-rw-r--r-- | docs/content/en/functions/cond.md | 30L |
-rw-r--r-- | docs/content/en/functions/countrunes.md | 26L |
-rw-r--r-- | docs/content/en/functions/countwords.md | 27L |
-rw-r--r-- | docs/content/en/functions/dateformat.md | 55L |
-rw-r--r-- | docs/content/en/functions/default.md | 91L |
-rw-r--r-- | docs/content/en/functions/delimit.md | 62L |
-rw-r--r-- | docs/content/en/functions/dict.md | 52L |
-rw-r--r-- | docs/content/en/functions/echoparam.md | 24L |
-rw-r--r-- | docs/content/en/functions/emojify.md | 31L |
-rw-r--r-- | docs/content/en/functions/eq.md | 24L |
-rw-r--r-- | docs/content/en/functions/errorf.md | 51L |
-rw-r--r-- | docs/content/en/functions/fileExists.md | 42L |
-rw-r--r-- | docs/content/en/functions/findRe.md | 44L |
-rw-r--r-- | docs/content/en/functions/first.md | 53L |
-rw-r--r-- | docs/content/en/functions/float.md | 25L |
-rw-r--r-- | docs/content/en/functions/format.md | 126L |
-rw-r--r-- | docs/content/en/functions/ge.md | 24L |
-rw-r--r-- | docs/content/en/functions/get.md | 30L |
-rw-r--r-- | docs/content/en/functions/getenv.md | 43L |
-rw-r--r-- | docs/content/en/functions/group.md | 31L |
-rw-r--r-- | docs/content/en/functions/gt.md | 24L |
-rw-r--r-- | docs/content/en/functions/hasPrefix.md | 21L |
-rw-r--r-- | docs/content/en/functions/haschildren.md | 22L |
-rw-r--r-- | docs/content/en/functions/hasmenucurrent.md | 28L |
-rw-r--r-- | docs/content/en/functions/highlight.md | 104L |
-rw-r--r-- | docs/content/en/functions/hmac.md | 34L |
-rw-r--r-- | docs/content/en/functions/htmlEscape.md | 25L |
-rw-r--r-- | docs/content/en/functions/htmlUnescape.md | 27L |
-rw-r--r-- | docs/content/en/functions/hugo.md | 114L |
-rw-r--r-- | docs/content/en/functions/humanize.md | 29L |
-rw-r--r-- | docs/content/en/functions/i18n.md | 33L |
-rw-r--r-- | docs/content/en/functions/images/index.md | 229L |
-rw-r--r-- | docs/content/en/functions/in.md | 32L |
-rw-r--r-- | docs/content/en/functions/index-function.md | 100L |
-rw-r--r-- | docs/content/en/functions/int.md | 50L |
-rw-r--r-- | docs/content/en/functions/intersect.md | 36L |
-rw-r--r-- | docs/content/en/functions/ismenucurrent.md | 26L |
-rw-r--r-- | docs/content/en/functions/isset.md | 30L |
-rw-r--r-- | docs/content/en/functions/jsonify.md | 37L |
-rw-r--r-- | docs/content/en/functions/lang.Merge.md | 37L |
-rw-r--r-- | docs/content/en/functions/lang.md | 16L |
-rw-r--r-- | docs/content/en/functions/last.md | 27L |
-rw-r--r-- | docs/content/en/functions/le.md | 24L |
-rw-r--r-- | docs/content/en/functions/len.md | 63L |
-rw-r--r-- | docs/content/en/functions/lower.md | 23L |
-rw-r--r-- | docs/content/en/functions/lt.md | 24L |
-rw-r--r-- | docs/content/en/functions/markdownify.md | 29L |
-rw-r--r-- | docs/content/en/functions/math.md | 42L |
-rw-r--r-- | docs/content/en/functions/md5.md | 30L |
-rw-r--r-- | docs/content/en/functions/merge.md | 71L |
-rw-r--r-- | docs/content/en/functions/ne.md | 24L |
-rw-r--r-- | docs/content/en/functions/now.md | 49L |
-rw-r--r-- | docs/content/en/functions/os.Stat.md | 32L |
-rw-r--r-- | docs/content/en/functions/param.md | 40L |
-rw-r--r-- | docs/content/en/functions/partialCached.md | 46L |
-rw-r--r-- | docs/content/en/functions/path.Base.md | 30L |
-rw-r--r-- | docs/content/en/functions/path.BaseName.md | 24L |
-rw-r--r-- | docs/content/en/functions/path.Clean.md | 27L |
-rw-r--r-- | docs/content/en/functions/path.Dir.md | 31L |
-rw-r--r-- | docs/content/en/functions/path.Ext.md | 28L |
-rw-r--r-- | docs/content/en/functions/path.Join.md | 28L |
-rw-r--r-- | docs/content/en/functions/path.Split.md | 30L |
-rw-r--r-- | docs/content/en/functions/plainify.md | 27L |
-rw-r--r-- | docs/content/en/functions/pluralize.md | 23L |
-rw-r--r-- | docs/content/en/functions/print.md | 26L |
-rw-r--r-- | docs/content/en/functions/printf.md | 28L |
-rw-r--r-- | docs/content/en/functions/println.md | 24L |
-rw-r--r-- | docs/content/en/functions/querify.md | 36L |
-rw-r--r-- | docs/content/en/functions/range.md | 24L |
-rw-r--r-- | docs/content/en/functions/readdir.md | 51L |
-rw-r--r-- | docs/content/en/functions/readfile.md | 41L |
-rw-r--r-- | docs/content/en/functions/ref.md | 50L |
-rw-r--r-- | docs/content/en/functions/reflect.IsMap.md | 24L |
-rw-r--r-- | docs/content/en/functions/reflect.IsSlice.md | 24L |
-rw-r--r-- | docs/content/en/functions/relLangURL.md | 29L |
-rw-r--r-- | docs/content/en/functions/relref.md | 57L |
-rw-r--r-- | docs/content/en/functions/relurl.md | 49L |
-rw-r--r-- | docs/content/en/functions/render.md | 32L |
-rw-r--r-- | docs/content/en/functions/replace.md | 28L |
-rw-r--r-- | docs/content/en/functions/replacere.md | 34L |
-rw-r--r-- | docs/content/en/functions/safeCSS.md | 34L |
-rw-r--r-- | docs/content/en/functions/safeHTML.md | 40L |
-rw-r--r-- | docs/content/en/functions/safeHTMLAttr.md | 30L |
-rw-r--r-- | docs/content/en/functions/safeJS.md | 29L |
-rw-r--r-- | docs/content/en/functions/safeURL.md | 71L |
-rw-r--r-- | docs/content/en/functions/scratch.md | 154L |
-rw-r--r-- | docs/content/en/functions/seq.md | 50L |
-rw-r--r-- | docs/content/en/functions/sha.md | 33L |
-rw-r--r-- | docs/content/en/functions/shuffle.md | 38L |
-rw-r--r-- | docs/content/en/functions/singularize.md | 23L |
-rw-r--r-- | docs/content/en/functions/site.md | 23L |
-rw-r--r-- | docs/content/en/functions/slice.md | 31L |
-rw-r--r-- | docs/content/en/functions/slicestr.md | 25L |
-rw-r--r-- | docs/content/en/functions/sort.md | 63L |
-rw-r--r-- | docs/content/en/functions/split.md | 21L |
-rw-r--r-- | docs/content/en/functions/string.md | 21L |
-rw-r--r-- | docs/content/en/functions/strings.Count.md | 29L |
-rw-r--r-- | docs/content/en/functions/strings.HasSuffix.md | 22L |
-rw-r--r-- | docs/content/en/functions/strings.Repeat.md | 23L |
-rw-r--r-- | docs/content/en/functions/strings.RuneCount.md | 27L |
-rw-r--r-- | docs/content/en/functions/strings.TrimLeft.md | 26L |
-rw-r--r-- | docs/content/en/functions/strings.TrimPrefix.md | 24L |
-rw-r--r-- | docs/content/en/functions/strings.TrimRight.md | 26L |
-rw-r--r-- | docs/content/en/functions/strings.TrimSuffix.md | 24L |
-rw-r--r-- | docs/content/en/functions/substr.md | 45L |
-rw-r--r-- | docs/content/en/functions/symdiff.md | 28L |
-rw-r--r-- | docs/content/en/functions/templates.Exists.md | 36L |
-rw-r--r-- | docs/content/en/functions/time.md | 62L |
-rw-r--r-- | docs/content/en/functions/title.md | 36L |
-rw-r--r-- | docs/content/en/functions/transform.Unmarshal.md | 76L |
-rw-r--r-- | docs/content/en/functions/trim.md | 41L |
-rw-r--r-- | docs/content/en/functions/truncate.md | 28L |
-rw-r--r-- | docs/content/en/functions/union.md | 49L |
-rw-r--r-- | docs/content/en/functions/uniq.md | 25L |
-rw-r--r-- | docs/content/en/functions/unix.md | 31L |
-rw-r--r-- | docs/content/en/functions/upper.md | 28L |
-rw-r--r-- | docs/content/en/functions/urlize.md | 73L |
-rw-r--r-- | docs/content/en/functions/urls.Parse.md | 31L |
-rw-r--r-- | docs/content/en/functions/where.md | 176L |
-rw-r--r-- | docs/content/en/functions/with.md | 34L |
-rw-r--r-- | docs/content/en/getting-started/_index.md | 24L |
-rw-r--r-- | docs/content/en/getting-started/configuration-markup.md | 115L |
-rw-r--r-- | docs/content/en/getting-started/configuration.md | 742L |
-rw-r--r-- | docs/content/en/getting-started/directory-structure.md | 96L |
-rw-r--r-- | docs/content/en/getting-started/external-learning-resources/hia.jpg | 66768B |
-rw-r--r-- | docs/content/en/getting-started/external-learning-resources/index.md | 37L |
-rw-r--r-- | docs/content/en/getting-started/installing.md | 562L |
-rw-r--r-- | docs/content/en/getting-started/quick-start.md | 172L |
-rw-r--r-- | docs/content/en/getting-started/usage.md | 220L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/_index.md | 20L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/deployment-with-rclone.md | 57L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/deployment-with-rsync.md | 148L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/hosting-on-aws-amplify.md | 57L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/hosting-on-cloudflare-pages.md | 19L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/hosting-on-firebase.md | 89L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/hosting-on-github.md | 116L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/hosting-on-gitlab.md | 86L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/hosting-on-keycdn.md | 94L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/hosting-on-netlify.md | 159L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/hosting-on-render.md | 90L |
-rw-r--r-- | docs/content/en/hosting-and-deployment/hugo-deploy.md | 143L |
-rw-r--r-- | docs/content/en/hugo-modules/_index.md | 32L |
-rw-r--r-- | docs/content/en/hugo-modules/configuration.md | 173L |
-rw-r--r-- | docs/content/en/hugo-modules/theme-components.md | 54L |
-rw-r--r-- | docs/content/en/hugo-modules/use-modules.md | 143L |
-rwxr-xr-x | docs/content/en/hugo-pipes/_index.md | 15L |
-rwxr-xr-x | docs/content/en/hugo-pipes/babel.md | 79L |
-rwxr-xr-x | docs/content/en/hugo-pipes/bundling.md | 24L |
-rwxr-xr-x | docs/content/en/hugo-pipes/fingerprint.md | 29L |
-rwxr-xr-x | docs/content/en/hugo-pipes/introduction.md | 167L |
-rw-r--r-- | docs/content/en/hugo-pipes/js.md | 171L |
-rwxr-xr-x | docs/content/en/hugo-pipes/minification.md | 27L |
-rwxr-xr-x | docs/content/en/hugo-pipes/postcss.md | 88L |
-rwxr-xr-x | docs/content/en/hugo-pipes/postprocess.md | 70L |
-rwxr-xr-x | docs/content/en/hugo-pipes/resource-from-string.md | 31L |
-rwxr-xr-x | docs/content/en/hugo-pipes/resource-from-template.md | 38L |
-rwxr-xr-x | docs/content/en/hugo-pipes/scss-sass.md | 54L |
-rw-r--r-- | docs/content/en/maintenance/_index.md | 14L |
-rw-r--r-- | docs/content/en/myshowcase/bio.md | 8L |
-rw-r--r-- | docs/content/en/myshowcase/featured.png | 41270B |
-rw-r--r-- | docs/content/en/myshowcase/index.md | 37L |
-rw-r--r-- | docs/content/en/news/0.10-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.11-relnotes/index.md | 23L |
-rw-r--r-- | docs/content/en/news/0.12-relnotes/index.md | 29L |
-rw-r--r-- | docs/content/en/news/0.13-relnotes/index.md | 95L |
-rw-r--r-- | docs/content/en/news/0.14-relnotes/index.md | 54L |
-rw-r--r-- | docs/content/en/news/0.15-relnotes/index.md | 97L |
-rw-r--r-- | docs/content/en/news/0.16-relnotes/index.md | 248L |
-rw-r--r-- | docs/content/en/news/0.17-relnotes/index.md | 93L |
-rw-r--r-- | docs/content/en/news/0.18-relnotes/index.md | 114L |
-rw-r--r-- | docs/content/en/news/0.19-relnotes/index.md | 83L |
-rw-r--r-- | docs/content/en/news/0.20-relnotes/index.md | 72L |
-rw-r--r-- | docs/content/en/news/0.20.1-relnotes/index.md | 15L |
-rw-r--r-- | docs/content/en/news/0.20.2-relnotes/index.md | 47L |
-rw-r--r-- | docs/content/en/news/0.20.3-relnotes/index.md | 26L |
-rw-r--r-- | docs/content/en/news/0.20.4-relnotes/index.md | 24L |
-rw-r--r-- | docs/content/en/news/0.20.5-relnotes/index.md | 12L |
-rw-r--r-- | docs/content/en/news/0.20.6-relnotes/index.md | 24L |
-rw-r--r-- | docs/content/en/news/0.20.7-relnotes/index.md | 23L |
-rw-r--r-- | docs/content/en/news/0.21-relnotes/index.md | 105L |
-rw-r--r-- | docs/content/en/news/0.22-relnotes/index.md | 89L |
-rw-r--r-- | docs/content/en/news/0.22.1-relnotes/index.md | 37L |
-rw-r--r-- | docs/content/en/news/0.23-relnotes/index.md | 46L |
-rw-r--r-- | docs/content/en/news/0.24-relnotes/index.md | 74L |
-rw-r--r-- | docs/content/en/news/0.24.1-relnotes/index.md | 22L |
-rw-r--r-- | docs/content/en/news/0.25-relnotes/index.md | 78L |
-rw-r--r-- | docs/content/en/news/0.25.1-relnotes/index.md | 25L |
-rw-r--r-- | docs/content/en/news/0.26-relnotes/index.md | 81L |
-rw-r--r-- | docs/content/en/news/0.27-relnotes/index.md | 95L |
-rw-r--r-- | docs/content/en/news/0.27.1-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.28-relnotes/index.md | 64L |
-rw-r--r-- | docs/content/en/news/0.29-relnotes/index.md | 46L |
-rw-r--r-- | docs/content/en/news/0.30-relnotes/index.md | 63L |
-rw-r--r-- | docs/content/en/news/0.30.1-relnotes/index.md | 23L |
-rw-r--r-- | docs/content/en/news/0.30.2-relnotes/index.md | 14L |
-rw-r--r-- | docs/content/en/news/0.31-relnotes/index.md | 79L |
-rw-r--r-- | docs/content/en/news/0.31.1-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.32-relnotes/index.md | 94L |
-rw-r--r-- | docs/content/en/news/0.32.1-relnotes/index.md | 18L |
-rw-r--r-- | docs/content/en/news/0.32.2-relnotes/index.md | 23L |
-rw-r--r-- | docs/content/en/news/0.32.3-relnotes/index.md | 30L |
-rw-r--r-- | docs/content/en/news/0.32.4-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.33-relnotes/featured-hugo-33-poster.png | 70230B |
-rw-r--r-- | docs/content/en/news/0.33-relnotes/index.md | 76L |
-rw-r--r-- | docs/content/en/news/0.34-relnotes/featured-34-poster.png | 78317B |
-rw-r--r-- | docs/content/en/news/0.34-relnotes/index.md | 44L |
-rw-r--r-- | docs/content/en/news/0.35-relnotes/featured-hugo-35-poster.png | 88519B |
-rw-r--r-- | docs/content/en/news/0.35-relnotes/index.md | 102L |
-rw-r--r-- | docs/content/en/news/0.36-relnotes/featured-hugo-36-poster.png | 67640B |
-rw-r--r-- | docs/content/en/news/0.36-relnotes/index.md | 51L |
-rw-r--r-- | docs/content/en/news/0.36.1-relnotes/index.md | 43L |
-rw-r--r-- | docs/content/en/news/0.37-relnotes/featured-hugo-37-poster.png | 186693B |
-rw-r--r-- | docs/content/en/news/0.37-relnotes/index.md | 76L |
-rw-r--r-- | docs/content/en/news/0.37.1-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.38-relnotes/featured-poster.png | 69978B |
-rw-r--r-- | docs/content/en/news/0.38-relnotes/index.md | 66L |
-rw-r--r-- | docs/content/en/news/0.38.1-relnotes/index.md | 32L |
-rw-r--r-- | docs/content/en/news/0.38.2-relnotes/index.md | 26L |
-rw-r--r-- | docs/content/en/news/0.39-relnotes/featured-hugo-39-poster.png | 217215B |
-rw-r--r-- | docs/content/en/news/0.39-relnotes/index.md | 87L |
-rw-r--r-- | docs/content/en/news/0.40-relnotes/featured-hugo-40-poster.png | 69238B |
-rw-r--r-- | docs/content/en/news/0.40-relnotes/index.md | 76L |
-rw-r--r-- | docs/content/en/news/0.40.1-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.40.2-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.40.3-relnotes/index.md | 12L |
-rw-r--r-- | docs/content/en/news/0.41-relnotes/featured-hugo-41-poster.png | 67955B |
-rw-r--r-- | docs/content/en/news/0.41-relnotes/index.md | 64L |
-rw-r--r-- | docs/content/en/news/0.42-relnotes/featured-hugo-42-poster.png | 74852B |
-rw-r--r-- | docs/content/en/news/0.42-relnotes/index.md | 66L |
-rw-r--r-- | docs/content/en/news/0.42.1-relnotes/index.md | 18L |
-rw-r--r-- | docs/content/en/news/0.42.2-relnotes/index.md | 18L |
-rw-r--r-- | docs/content/en/news/0.43-relnotes/featured-hugo-43-poster.png | 78299B |
-rw-r--r-- | docs/content/en/news/0.43-relnotes/index.md | 96L |
-rw-r--r-- | docs/content/en/news/0.44-relnotes/featured-hugo-44-poster.png | 77631B |
-rw-r--r-- | docs/content/en/news/0.44-relnotes/index.md | 39L |
-rw-r--r-- | docs/content/en/news/0.45-relnotes/featured-hugo-45-poster.png | 66863B |
-rw-r--r-- | docs/content/en/news/0.45-relnotes/index.md | 107L |
-rw-r--r-- | docs/content/en/news/0.45.1-relnotes/index.md | 26L |
-rw-r--r-- | docs/content/en/news/0.46-relnotes/featured-hugo-46-poster.png | 68614B |
-rw-r--r-- | docs/content/en/news/0.46-relnotes/index.md | 49L |
-rw-r--r-- | docs/content/en/news/0.47-relnotes/featured-hugo-47-poster.png | 88288B |
-rw-r--r-- | docs/content/en/news/0.47-relnotes/index.md | 79L |
-rw-r--r-- | docs/content/en/news/0.47.1-relnotes/index.md | 30L |
-rw-r--r-- | docs/content/en/news/0.48-relnotes/featured-hugo-48-poster.png | 95358B |
-rw-r--r-- | docs/content/en/news/0.48-relnotes/index.md | 57L |
-rw-r--r-- | docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.png | 66352B |
-rw-r--r-- | docs/content/en/news/0.49-relnotes/index.md | 120L |
-rw-r--r-- | docs/content/en/news/0.49.1-relnotes/index.md | 22L |
-rw-r--r-- | docs/content/en/news/0.49.2-relnotes/index.md | 17L |
-rw-r--r-- | docs/content/en/news/0.50-relnotes/featured-hugo-50-poster.png | 227240B |
-rw-r--r-- | docs/content/en/news/0.50-relnotes/index.md | 150L |
-rw-r--r-- | docs/content/en/news/0.51-relnotes/featured-hugo-51-poster.png | 117678B |
-rw-r--r-- | docs/content/en/news/0.51-relnotes/index.md | 102L |
-rw-r--r-- | docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png | 336810B |
-rw-r--r-- | docs/content/en/news/0.52-relnotes/index.md | 74L |
-rw-r--r-- | docs/content/en/news/0.53-relnotes/featured-hugo-53-poster.png | 110427B |
-rw-r--r-- | docs/content/en/news/0.53-relnotes/index.md | 94L |
-rw-r--r-- | docs/content/en/news/0.54.0-relnotes/featured-hugo-54.0-poster.png | 59805B |
-rw-r--r-- | docs/content/en/news/0.54.0-relnotes/index.md | 69L |
-rw-r--r-- | docs/content/en/news/0.55.0-relnotes/featured.png | 1221797B |
-rw-r--r-- | docs/content/en/news/0.55.0-relnotes/index.md | 194L |
-rw-r--r-- | docs/content/en/news/0.55.1-relnotes/index.md | 53L |
-rw-r--r-- | docs/content/en/news/0.55.2-relnotes/index.md | 51L |
-rw-r--r-- | docs/content/en/news/0.55.3-relnotes/index.md | 49L |
-rw-r--r-- | docs/content/en/news/0.55.4-relnotes/index.md | 44L |
-rw-r--r-- | docs/content/en/news/0.55.5-relnotes/index.md | 56L |
-rw-r--r-- | docs/content/en/news/0.55.6-relnotes/index.md | 13L |
-rw-r--r-- | docs/content/en/news/0.56.0-relnotes/featured.png | 254587B |
-rw-r--r-- | docs/content/en/news/0.56.0-relnotes/index.md | 189L |
-rw-r--r-- | docs/content/en/news/0.56.1-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.56.2-relnotes/index.md | 26L |
-rw-r--r-- | docs/content/en/news/0.56.3-relnotes/index.md | 47L |
-rw-r--r-- | docs/content/en/news/0.57.0-relnotes/hugo-57-poster-featured.png | 45223B |
-rw-r--r-- | docs/content/en/news/0.57.0-relnotes/index.md | 119L |
-rw-r--r-- | docs/content/en/news/0.57.1-relnotes/index.md | 26L |
-rw-r--r-- | docs/content/en/news/0.57.2-relnotes/index.md | 35L |
-rw-r--r-- | docs/content/en/news/0.58.0-relnotes/hugo58-featured.png | 23413B |
-rw-r--r-- | docs/content/en/news/0.58.0-relnotes/index.md | 109L |
-rw-r--r-- | docs/content/en/news/0.58.1-relnotes/index.md | 23L |
-rw-r--r-- | docs/content/en/news/0.58.2-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.58.3-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.59.0-relnotes/hugo-59-poster-featured.png | 78054B |
-rw-r--r-- | docs/content/en/news/0.59.0-relnotes/index.md | 120L |
-rw-r--r-- | docs/content/en/news/0.59.1-relnotes/index.md | 25L |
-rw-r--r-- | docs/content/en/news/0.60.0-relnotes/index.md | 136L |
-rw-r--r-- | docs/content/en/news/0.60.0-relnotes/poster-featured.png | 31907B |
-rw-r--r-- | docs/content/en/news/0.60.1-relnotes/featured-061.png | 28841B |
-rw-r--r-- | docs/content/en/news/0.60.1-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.61.0-relnotes/hugo-61-featured.png | 79929B |
-rw-r--r-- | docs/content/en/news/0.61.0-relnotes/index.md | 56L |
-rw-r--r-- | docs/content/en/news/0.62.0-relnotes/hugo-62-poster-featured.png | 105390B |
-rw-r--r-- | docs/content/en/news/0.62.0-relnotes/index.md | 83L |
-rw-r--r-- | docs/content/en/news/0.62.1-relnotes/index.md | 17L |
-rw-r--r-- | docs/content/en/news/0.62.2-relnotes/index.md | 26L |
-rw-r--r-- | docs/content/en/news/0.63.0-relnotes/featured-063.png | 212246B |
-rw-r--r-- | docs/content/en/news/0.63.0-relnotes/index.md | 126L |
-rw-r--r-- | docs/content/en/news/0.63.1-relnotes/index.md | 17L |
-rw-r--r-- | docs/content/en/news/0.63.2-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.64.0-relnotes/hugo-64-poster-featured.png | 69464B |
-rw-r--r-- | docs/content/en/news/0.64.0-relnotes/index.md | 54L |
-rw-r--r-- | docs/content/en/news/0.64.1-relnotes/index.md | 22L |
-rw-r--r-- | docs/content/en/news/0.65.0-relnotes/hugo-65-poster-featured.png | 115945B |
-rw-r--r-- | docs/content/en/news/0.65.0-relnotes/index.md | 141L |
-rw-r--r-- | docs/content/en/news/0.65.0-relnotes/pg-admin-tos.png | 65614B |
-rw-r--r-- | docs/content/en/news/0.65.1-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.65.2-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.65.3-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.66.0-relnotes/hugo-66-poster-featured.png | 75588B |
-rw-r--r-- | docs/content/en/news/0.66.0-relnotes/index.md | 81L |
-rw-r--r-- | docs/content/en/news/0.67.0-relnotes/hugo-67-poster-featured.png | 79436B |
-rw-r--r-- | docs/content/en/news/0.67.0-relnotes/index.md | 64L |
-rw-r--r-- | docs/content/en/news/0.67.1-relnotes/index.md | 24L |
-rw-r--r-- | docs/content/en/news/0.68.0-relnotes/hugo-68-featured.png | 65337B |
-rw-r--r-- | docs/content/en/news/0.68.0-relnotes/index.md | 57L |
-rw-r--r-- | docs/content/en/news/0.68.1-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.68.2-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.68.3-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.69.0-relnotes/hugo-69-easter-featured.png | 398560B |
-rw-r--r-- | docs/content/en/news/0.69.0-relnotes/index.md | 73L |
-rw-r--r-- | docs/content/en/news/0.69.1-relnotes/index.md | 29L |
-rw-r--r-- | docs/content/en/news/0.69.2-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.7-relnotes/index.md | 16L |
-rw-r--r-- | docs/content/en/news/0.70.0-relnotes/hugo-70-featured.png | 65533B |
-rw-r--r-- | docs/content/en/news/0.70.0-relnotes/index.md | 68L |
-rw-r--r-- | docs/content/en/news/0.71.0-relnotes/hugo-71-featured.png | 209832B |
-rw-r--r-- | docs/content/en/news/0.71.0-relnotes/index.md | 50L |
-rw-r--r-- | docs/content/en/news/0.71.1-relnotes/index.md | 25L |
-rw-r--r-- | docs/content/en/news/0.72.0-relnotes/hugo-72-featured.png | 256988B |
-rw-r--r-- | docs/content/en/news/0.72.0-relnotes/index.md | 41L |
-rw-r--r-- | docs/content/en/news/0.73.0-relnotes/hugo-73-featured.png | 186170B |
-rw-r--r-- | docs/content/en/news/0.73.0-relnotes/index.md | 64L |
-rw-r--r-- | docs/content/en/news/0.74.0-relnotes/featured.png | 56047B |
-rw-r--r-- | docs/content/en/news/0.74.0-relnotes/index.md | 85L |
-rw-r--r-- | docs/content/en/news/0.74.1-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.74.2-relnotes/index.md | 24L |
-rw-r--r-- | docs/content/en/news/0.74.3-relnotes/index.md | 26L |
-rw-r--r-- | docs/content/en/news/0.75.0-relnotes/featured.png | 125400B |
-rw-r--r-- | docs/content/en/news/0.75.0-relnotes/index.md | 166L |
-rw-r--r-- | docs/content/en/news/0.75.1-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.76.0-relnotes/featured.png | 146539B |
-rw-r--r-- | docs/content/en/news/0.76.0-relnotes/index.md | 111L |
-rw-r--r-- | docs/content/en/news/0.76.1-relnotes/index.md | 17L |
-rw-r--r-- | docs/content/en/news/0.76.2-relnotes/index.md | 17L |
-rw-r--r-- | docs/content/en/news/0.76.3-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.76.4-relnotes/index.md | 22L |
-rw-r--r-- | docs/content/en/news/0.76.5-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.77.0-relnotes/featured.png | 130926B |
-rw-r--r-- | docs/content/en/news/0.77.0-relnotes/index.md | 90L |
-rw-r--r-- | docs/content/en/news/0.78.0-relnotes/featured.png | 47074B |
-rw-r--r-- | docs/content/en/news/0.78.0-relnotes/index.md | 50L |
-rw-r--r-- | docs/content/en/news/0.78.1-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.78.2-relnotes/index.md | 28L |
-rw-r--r-- | docs/content/en/news/0.79.0-relnotes/featured.png | 75235B |
-rw-r--r-- | docs/content/en/news/0.79.0-relnotes/index.md | 71L |
-rw-r--r-- | docs/content/en/news/0.79.1-relnotes/index.md | 22L |
-rw-r--r-- | docs/content/en/news/0.8-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.80.0-relnotes/featured.png | 162027B |
-rw-r--r-- | docs/content/en/news/0.80.0-relnotes/index.md | 79L |
-rw-r--r-- | docs/content/en/news/0.81.0-relnotes/featured.jpg | 345282B |
-rw-r--r-- | docs/content/en/news/0.81.0-relnotes/index.md | 223L |
-rw-r--r-- | docs/content/en/news/0.82.0-relnotes/featured.png | 57106B |
-rw-r--r-- | docs/content/en/news/0.82.0-relnotes/index.md | 78L |
-rw-r--r-- | docs/content/en/news/0.82.1-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.83.0-relnotes/featured.png | 82972B |
-rw-r--r-- | docs/content/en/news/0.83.0-relnotes/index.md | 133L |
-rw-r--r-- | docs/content/en/news/0.83.1-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.84.0-relnotes/featured.png | 47732B |
-rw-r--r-- | docs/content/en/news/0.84.0-relnotes/index.md | 160L |
-rw-r--r-- | docs/content/en/news/0.84.1-relnotes/index.md | 21L |
-rw-r--r-- | docs/content/en/news/0.84.2-relnotes/index.md | 26L |
-rw-r--r-- | docs/content/en/news/0.84.3-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.84.4-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.85.0-relnotes/featured.png | 67393B |
-rw-r--r-- | docs/content/en/news/0.85.0-relnotes/index.md | 70L |
-rw-r--r-- | docs/content/en/news/0.86.0-relnotes/featured.png | 188476B |
-rw-r--r-- | docs/content/en/news/0.86.0-relnotes/index.md | 56L |
-rw-r--r-- | docs/content/en/news/0.86.1-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.87.0-relnotes/featured.png | 104936B |
-rw-r--r-- | docs/content/en/news/0.87.0-relnotes/index.md | 90L |
-rw-r--r-- | docs/content/en/news/0.88.0-relnotes/featured.png | 87331B |
-rw-r--r-- | docs/content/en/news/0.88.0-relnotes/index.md | 62L |
-rw-r--r-- | docs/content/en/news/0.88.1-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.89.0-relnotes/featured.png | 104046B |
-rw-r--r-- | docs/content/en/news/0.89.0-relnotes/index.md | 106L |
-rw-r--r-- | docs/content/en/news/0.89.1-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.89.2-relnotes/index.md | 20L |
-rw-r--r-- | docs/content/en/news/0.89.3-relnotes/index.md | 26L |
-rw-r--r-- | docs/content/en/news/0.89.4-relnotes/index.md | 19L |
-rw-r--r-- | docs/content/en/news/0.9-relnotes/index.md | 43L |
-rw-r--r-- | docs/content/en/news/2021-12-17-no-more-releasenotes.md | 10L |
-rw-r--r-- | docs/content/en/news/2021/0.91.2-relnotes/featured.png | 131575B |
-rw-r--r-- | docs/content/en/news/2021/0.91.2-relnotes/index.md | 9L |
-rw-r--r-- | docs/content/en/news/_index.md | 4L |
-rw-r--r-- | docs/content/en/news/hugo-macos-intel-vs-arm/featured.png | 299333B |
-rw-r--r-- | docs/content/en/news/hugo-macos-intel-vs-arm/index.html | 9139L |
-rw-r--r-- | docs/content/en/news/lets-celebrate-hugos-5th-birthday/featured.png | 179291B |
-rw-r--r-- | docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-stars.png | 15599B |
-rw-r--r-- | docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-themes.png | 16956B |
-rw-r--r-- | docs/content/en/news/lets-celebrate-hugos-5th-birthday/index.md | 108L |
-rw-r--r-- | docs/content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png | 358844B |
-rw-r--r-- | docs/content/en/readfiles/README.md | 16L |
-rw-r--r-- | docs/content/en/readfiles/dateformatting.md | 87L |
-rw-r--r-- | docs/content/en/readfiles/index.md | 3L |
-rw-r--r-- | docs/content/en/readfiles/pages-vs-site-pages.md | 34L |
-rw-r--r-- | docs/content/en/readfiles/sectionvars.md | 23L |
-rw-r--r-- | docs/content/en/readfiles/testing.txt | 3L |
-rw-r--r-- | docs/content/en/showcase/1password-support/bio.md | 5L |
-rw-r--r-- | docs/content/en/showcase/1password-support/featured.png | 165718B |
-rw-r--r-- | docs/content/en/showcase/1password-support/index.md | 39L |
-rw-r--r-- | docs/content/en/showcase/bypasscensorship/bio.md | 6L |
-rw-r--r-- | docs/content/en/showcase/bypasscensorship/featured.png | 180903B |
-rw-r--r-- | docs/content/en/showcase/bypasscensorship/index.md | 24L |
-rw-r--r-- | docs/content/en/showcase/digitalgov/bio.md | 2L |
-rw-r--r-- | docs/content/en/showcase/digitalgov/featured.png | 65077B |
-rw-r--r-- | docs/content/en/showcase/digitalgov/index.md | 66L |
-rw-r--r-- | docs/content/en/showcase/fireship/bio.md | 6L |
-rw-r--r-- | docs/content/en/showcase/fireship/featured.png | 136959B |
-rw-r--r-- | docs/content/en/showcase/fireship/index.md | 17L |
-rw-r--r-- | docs/content/en/showcase/flesland-flis/bio.md | 8L |
-rw-r--r-- | docs/content/en/showcase/flesland-flis/featured.png | 309284B |
-rw-r--r-- | docs/content/en/showcase/flesland-flis/index.md | 24L |
-rw-r--r-- | docs/content/en/showcase/forestry/bio.md | 5L |
-rw-r--r-- | docs/content/en/showcase/forestry/featured.png | 227009B |
-rw-r--r-- | docs/content/en/showcase/forestry/index.md | 48L |
-rw-r--r-- | docs/content/en/showcase/godot-tutorials/bio.md | 9L |
-rw-r--r-- | docs/content/en/showcase/godot-tutorials/featured.png | 72068B |
-rw-r--r-- | docs/content/en/showcase/godot-tutorials/index.md | 25L |
-rw-r--r-- | docs/content/en/showcase/hapticmedia/bio.md | 1L |
-rw-r--r-- | docs/content/en/showcase/hapticmedia/featured.png | 543922B |
-rw-r--r-- | docs/content/en/showcase/hapticmedia/index.md | 32L |
-rw-r--r-- | docs/content/en/showcase/hartwell-insurance/bio.md | 6L |
-rw-r--r-- | docs/content/en/showcase/hartwell-insurance/featured.png | 446603B |
-rw-r--r-- | docs/content/en/showcase/hartwell-insurance/hartwell-columns.png | 89018B |
-rw-r--r-- | docs/content/en/showcase/hartwell-insurance/hartwell-lighthouse.png | 9025B |
-rw-r--r-- | docs/content/en/showcase/hartwell-insurance/hartwell-webpagetest.png | 11653B |
-rw-r--r-- | docs/content/en/showcase/hartwell-insurance/index.md | 69L |
-rw-r--r-- | docs/content/en/showcase/keycdn/bio.md | 1L |
-rw-r--r-- | docs/content/en/showcase/keycdn/featured.png | 358740B |
-rw-r--r-- | docs/content/en/showcase/keycdn/index.md | 30L |
-rw-r--r-- | docs/content/en/showcase/letsencrypt/bio.md | 3L |
-rw-r--r-- | docs/content/en/showcase/letsencrypt/featured.png | 147459B |
-rw-r--r-- | docs/content/en/showcase/letsencrypt/index.md | 21L |
-rw-r--r-- | docs/content/en/showcase/linode/bio.md | 4L |
-rw-r--r-- | docs/content/en/showcase/linode/featured.png | 90149B |
-rw-r--r-- | docs/content/en/showcase/linode/index.md | 15L |
-rw-r--r-- | docs/content/en/showcase/over/bio.md | 5L |
-rw-r--r-- | docs/content/en/showcase/over/featured-over.png | 194841B |
-rw-r--r-- | docs/content/en/showcase/over/index.md | 17L |
-rw-r--r-- | docs/content/en/showcase/pharmaseal/bio.md | 7L |
-rw-r--r-- | docs/content/en/showcase/pharmaseal/featured-pharmaseal.png | 769739B |
-rw-r--r-- | docs/content/en/showcase/pharmaseal/index.md | 37L |
-rw-r--r-- | docs/content/en/showcase/quiply-employee-communications-app/bio.md | 4L |
-rw-r--r-- | docs/content/en/showcase/quiply-employee-communications-app/featured.png | 631206B |
-rw-r--r-- | docs/content/en/showcase/quiply-employee-communications-app/index.md | 29L |
-rw-r--r-- | docs/content/en/showcase/small-multiples/bio.md | 3L |
-rw-r--r-- | docs/content/en/showcase/small-multiples/featured-small-multiples.png | 374273B |
-rw-r--r-- | docs/content/en/showcase/small-multiples/index.md | 47L |
-rw-r--r-- | docs/content/en/showcase/template/bio.md | 8L |
-rw-r--r-- | docs/content/en/showcase/template/featured-template.png | 41270B |
-rw-r--r-- | docs/content/en/showcase/template/index.md | 22L |
-rw-r--r-- | docs/content/en/showcase/tomango/bio.md | 6L |
-rw-r--r-- | docs/content/en/showcase/tomango/featured.png | 143336B |
-rw-r--r-- | docs/content/en/showcase/tomango/index.md | 29L |
-rw-r--r-- | docs/content/en/templates/404.md | 65L |
-rw-r--r-- | docs/content/en/templates/_index.md | 19L |
-rw-r--r-- | docs/content/en/templates/alternatives.md | 21L |
-rw-r--r-- | docs/content/en/templates/base.md | 103L |
-rw-r--r-- | docs/content/en/templates/data-templates.md | 251L |
-rw-r--r-- | docs/content/en/templates/files.md | 66L |
-rw-r--r-- | docs/content/en/templates/homepage.md | 71L |
-rw-r--r-- | docs/content/en/templates/internal.md | 220L |
-rw-r--r-- | docs/content/en/templates/introduction.md | 686L |
-rw-r--r-- | docs/content/en/templates/lists.md | 600L |
-rw-r--r-- | docs/content/en/templates/lookup-order.md | 82L |
-rw-r--r-- | docs/content/en/templates/menu-templates.md | 182L |
-rw-r--r-- | docs/content/en/templates/ordering-and-grouping.md | 344L |
-rw-r--r-- | docs/content/en/templates/output-formats.md | 260L |
-rw-r--r-- | docs/content/en/templates/pagination.md | 161L |
-rw-r--r-- | docs/content/en/templates/partials.md | 208L |
-rw-r--r-- | docs/content/en/templates/render-hooks.md | 172L |
-rw-r--r-- | docs/content/en/templates/robots.md | 66L |
-rw-r--r-- | docs/content/en/templates/rss.md | 92L |
-rw-r--r-- | docs/content/en/templates/section-templates.md | 116L |
-rw-r--r-- | docs/content/en/templates/shortcode-templates.md | 418L |
-rw-r--r-- | docs/content/en/templates/single-page-templates.md | 92L |
-rw-r--r-- | docs/content/en/templates/sitemap-template.md | 87L |
-rw-r--r-- | docs/content/en/templates/taxonomy-templates.md | 341L |
-rw-r--r-- | docs/content/en/templates/template-debugging.md | 76L |
-rw-r--r-- | docs/content/en/templates/views.md | 121L |
-rw-r--r-- | docs/content/en/tools/_index.md | 24L |
-rw-r--r-- | docs/content/en/tools/editors.md | 50L |
-rw-r--r-- | docs/content/en/tools/frontends.md | 31L |
-rw-r--r-- | docs/content/en/tools/migrations.md | 87L |
-rw-r--r-- | docs/content/en/tools/other.md | 29L |
-rw-r--r-- | docs/content/en/tools/search.md | 35L |
-rw-r--r-- | docs/content/en/tools/starter-kits.md | 37L |
-rw-r--r-- | docs/content/en/troubleshooting/_index.md | 23L |
-rw-r--r-- | docs/content/en/troubleshooting/build-performance.md | 101L |
-rw-r--r-- | docs/content/en/troubleshooting/faq.md | 69L |
-rw-r--r-- | docs/content/en/variables/_index.md | 23L |
-rw-r--r-- | docs/content/en/variables/files.md | 54L |
-rw-r--r-- | docs/content/en/variables/git.md | 58L |
-rw-r--r-- | docs/content/en/variables/menus.md | 128L |
-rw-r--r-- | docs/content/en/variables/page.md | 299L |
-rw-r--r-- | docs/content/en/variables/pages.md | 30L |
-rw-r--r-- | docs/content/en/variables/shortcodes.md | 52L |
-rw-r--r-- | docs/content/en/variables/site.md | 135L |
-rw-r--r-- | docs/content/en/variables/sitemap.md | 32L |
-rw-r--r-- | docs/content/en/variables/taxonomy.md | 84L |
-rw-r--r-- | docs/content/zh/_index.md | 49L |
-rw-r--r-- | docs/content/zh/about/_index.md | 20L |
-rw-r--r-- | docs/content/zh/content-management/_index.md | 21L |
-rw-r--r-- | docs/content/zh/documentation.md | 21L |
-rw-r--r-- | docs/content/zh/news/_index.md | 4L |
-rw-r--r-- | docs/content/zh/templates/_index.md | 19L |
-rw-r--r-- | docs/content/zh/templates/base.md | 131L |
-rw-r--r-- | docs/content/zh/tools/_index.md | 25L |
-rw-r--r-- | docs/content/zh/tools/search.md | 31L |
-rw-r--r-- | docs/data/articles.toml | 731L |
-rw-r--r-- | docs/data/docs.json | 5543L |
-rw-r--r-- | docs/data/homepagetweets.toml | 265L |
-rw-r--r-- | docs/data/titles.toml | 2L |
-rw-r--r-- | docs/go.mod | 5L |
-rw-r--r-- | docs/go.sum | 35L |
-rw-r--r-- | docs/hugo_stats.json | 820L |
-rw-r--r-- | docs/layouts/_default/_markup/render-codeblock-mermaid.html | 4L |
-rw-r--r-- | docs/layouts/index.rss.xml | 38L |
-rw-r--r-- | docs/layouts/maintenance/list.html | 68L |
-rw-r--r-- | docs/layouts/partials/hooks/before-body-end.html | 6L |
-rw-r--r-- | docs/layouts/partials/maintenance-pages-table.html | 24L |
-rw-r--r-- | docs/layouts/shortcodes/asciicast.html | 2L |
-rw-r--r-- | docs/layouts/shortcodes/chroma-lexers.html | 6L |
-rw-r--r-- | docs/layouts/shortcodes/code-toggle.html | 108L |
-rw-r--r-- | docs/layouts/shortcodes/code.html | 26L |
-rw-r--r-- | docs/layouts/shortcodes/content-tree.html | 14L |
-rw-r--r-- | docs/layouts/shortcodes/datatable-filtered.html | 39L |
-rw-r--r-- | docs/layouts/shortcodes/datatable.html | 22L |
-rw-r--r-- | docs/layouts/shortcodes/directoryindex.html | 13L |
-rw-r--r-- | docs/layouts/shortcodes/docfile.html | 11L |
-rw-r--r-- | docs/layouts/shortcodes/exfile.html | 12L |
-rw-r--r-- | docs/layouts/shortcodes/exfm.html | 13L |
-rw-r--r-- | docs/layouts/shortcodes/funcsig.html | 4L |
-rw-r--r-- | docs/layouts/shortcodes/getcontent.html | 21L |
-rw-r--r-- | docs/layouts/shortcodes/gh.html | 9L |
-rw-r--r-- | docs/layouts/shortcodes/ghrepo.html | 1L |
-rw-r--r-- | docs/layouts/shortcodes/gomodules-info.html | 17L |
-rw-r--r-- | docs/layouts/shortcodes/imgproc.html | 26L |
-rw-r--r-- | docs/layouts/shortcodes/module-mounts-note.html | 1L |
-rw-r--r-- | docs/layouts/shortcodes/new-in.html | 8L |
-rw-r--r-- | docs/layouts/shortcodes/nohighlight.html | 1L |
-rw-r--r-- | docs/layouts/shortcodes/note.html | 9L |
-rw-r--r-- | docs/layouts/shortcodes/output.html | 8L |
-rw-r--r-- | docs/layouts/shortcodes/page-kinds.html | 7L |
-rw-r--r-- | docs/layouts/shortcodes/readfile.html | 8L |
-rw-r--r-- | docs/layouts/shortcodes/tip.html | 9L |
-rw-r--r-- | docs/layouts/shortcodes/todo.html | 1L |
-rw-r--r-- | docs/layouts/shortcodes/warning.html | 9L |
-rw-r--r-- | docs/layouts/shortcodes/yt.html | 11L |
-rw-r--r-- | docs/layouts/template-func/page.html | 55L |
-rw-r--r-- | docs/netlify.toml | 35L |
-rwxr-xr-x | docs/pull-theme.sh | 4L |
-rw-r--r-- | docs/resources/.gitattributes | 2L |
-rw-r--r-- | docs/resources/_gen/assets/css/output/css/app.css_d11fe7b62c27961c87ecd0f2490357b9.content | 1L |
-rw-r--r-- | docs/resources/_gen/assets/css/output/css/app.css_d11fe7b62c27961c87ecd0f2490357b9.json | 1L |
-rw-r--r-- | docs/resources/_gen/assets/js/output/js/app.js_8848f55d07695b7ff7188138f23d69e3.content | 18L |
-rw-r--r-- | docs/resources/_gen/assets/js/output/js/app.js_8848f55d07695b7ff7188138f23d69e3.json | 1L |
-rw-r--r-- | docs/src/css/_chroma.css | 43L |
-rw-r--r-- | docs/src/package-lock.json | 3L |
-rw-r--r-- | docs/static/apple-touch-icon.png | 7993B |
-rw-r--r-- | docs/static/css/hugofont.css | 184L |
-rw-r--r-- | docs/static/css/style.css | 684L |
-rw-r--r-- | docs/static/favicon.ico | 15086B |
-rw-r--r-- | docs/static/fonts/hugo.eot | 16380B |
-rw-r--r-- | docs/static/fonts/hugo.svg | 63L |
-rw-r--r-- | docs/static/fonts/hugo.ttf | 16228B |
-rw-r--r-- | docs/static/fonts/hugo.woff | 11728B |
-rw-r--r-- | docs/static/images/blog/hugo-26-poster.png | 69207B |
-rw-r--r-- | docs/static/images/blog/hugo-27-poster.png | 79893B |
-rw-r--r-- | docs/static/images/blog/hugo-28-poster.png | 116760B |
-rw-r--r-- | docs/static/images/blog/hugo-29-poster.png | 123034B |
-rw-r--r-- | docs/static/images/blog/hugo-30-poster.png | 123192B |
-rw-r--r-- | docs/static/images/blog/hugo-31-poster.png | 65077B |
-rw-r--r-- | docs/static/images/blog/hugo-32-poster.png | 95867B |
-rw-r--r-- | docs/static/images/blog/hugo-bug-poster.png | 74141B |
-rw-r--r-- | docs/static/images/blog/hugo-http2-push.png | 20544B |
-rw-r--r-- | docs/static/images/blog/sunset.jpg | 34584B |
-rw-r--r-- | docs/static/images/contribute/development/accept-cla.png | 24972B |
-rw-r--r-- | docs/static/images/contribute/development/copy-remote-url.png | 7232B |
-rw-r--r-- | docs/static/images/contribute/development/forking-a-repository.png | 4608B |
-rw-r--r-- | docs/static/images/contribute/development/open-pull-request.png | 46508B |
-rw-r--r-- | docs/static/images/gohugoio-card-1.png | 73881B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-server.png | 74234B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-with-nanobox.png | 5613B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-deploy-dry-run.png | 37494B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-run.png | 69079B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png | 41068B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png | 50615B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png | 32517B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png | 68953B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png | 27450B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/public-or-not.png | 11394B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png | 11670B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-access.png | 57084B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png | 6725B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png | 43674B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png | 25260B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png | 28724B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png | 18047B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png | 28485B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png | 15601B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png | 124423B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png | 45528B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-build-settings.png | 67178B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-connect-repo.gif | 2880775B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-gettingstarted.png | 57947B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png | 37585B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png | 24689B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-keycdn/keycdn-pull-zone.png | 114748B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-api-key.png | 118836B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-zone-id.png | 113753B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg | 25643B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg | 46713B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg | 37855B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg | 42233B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg | 36939B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg | 18930B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif | 783315B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg | 44374B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg | 37306B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg | 21536B |
-rw-r--r-- | docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg | 37118B |
-rw-r--r-- | docs/static/images/hugo-content-bundles.png | 34394B |
-rw-r--r-- | docs/static/images/icon-custom-outputs.svg | 36L |
-rw-r--r-- | docs/static/images/site-hierarchy.svg | 1L |
-rw-r--r-- | docs/static/img/examples/trees.svg | 104L |
-rw-r--r-- | docs/static/img/hugo-logo-med.png | 17402B |
-rw-r--r-- | docs/static/img/hugo-logo.png | 10003B |
-rw-r--r-- | docs/static/img/hugo.png | 18210B |
-rw-r--r-- | docs/static/img/hugoSM.png | 1869B |
-rw-r--r-- | docs/static/npmjs/index.html | 6L |
-rw-r--r-- | docs/static/share/hugo-tall.png | 9971B |
-rw-r--r-- | docs/static/share/made-with-hugo-dark.png | 8764B |
-rw-r--r-- | docs/static/share/made-with-hugo-long-dark.png | 9116B |
-rw-r--r-- | docs/static/share/made-with-hugo-long.png | 9318B |
-rw-r--r-- | docs/static/share/made-with-hugo.png | 8900B |
-rw-r--r-- | docs/static/share/powered-by-hugo-dark.png | 3545B |
-rw-r--r-- | docs/static/share/powered-by-hugo-long-dark.png | 3857B |
-rw-r--r-- | docs/static/share/powered-by-hugo-long.png | 3773B |
-rw-r--r-- | docs/static/share/powered-by-hugo.png | 3527B |
-rw-r--r-- | docshelper/docs.go | 51L |
-rw-r--r-- | go.mod | 127L |
-rw-r--r-- | go.sum | 1035L |
-rwxr-xr-x | goreleaser-hook-post-linux.sh | 9L |
-rw-r--r-- | goreleaser.yml | 197L |
-rw-r--r-- | helpers/content.go | 301L |
-rw-r--r-- | helpers/content_test.go | 244L |
-rw-r--r-- | helpers/docshelper.go | 37L |
-rw-r--r-- | helpers/emoji.go | 96L |
-rw-r--r-- | helpers/emoji_test.go | 143L |
-rw-r--r-- | helpers/general.go | 542L |
-rw-r--r-- | helpers/general_test.go | 467L |
-rw-r--r-- | helpers/path.go | 486L |
-rw-r--r-- | helpers/path_test.go | 560L |
-rw-r--r-- | helpers/pathspec.go | 87L |
-rw-r--r-- | helpers/pathspec_test.go | 62L |
-rw-r--r-- | helpers/processing_stats.go | 120L |
-rw-r--r-- | helpers/testhelpers_test.go | 49L |
-rw-r--r-- | helpers/url.go | 241L |
-rw-r--r-- | helpers/url_test.go | 260L |
-rw-r--r-- | htesting/hqt/checkers.go | 135L |
-rw-r--r-- | htesting/test_helpers.go | 144L |
-rw-r--r-- | htesting/test_helpers_test.go | 31L |
-rw-r--r-- | htesting/testdata_builder.go | 59L |
-rw-r--r-- | hugofs/createcounting_fs.go | 107L |
-rw-r--r-- | hugofs/decorators.go | 240L |
-rw-r--r-- | hugofs/fileinfo.go | 303L |
-rw-r--r-- | hugofs/fileinfo_test.go | 51L |
-rw-r--r-- | hugofs/filename_filter_fs.go | 178L |
-rw-r--r-- | hugofs/filename_filter_fs_test.go | 83L |
-rw-r--r-- | hugofs/files/classifier.go | 224L |
-rw-r--r-- | hugofs/files/classifier_test.go | 59L |
-rw-r--r-- | hugofs/filter_fs.go | 344L |
-rw-r--r-- | hugofs/filter_fs_test.go | 46L |
-rw-r--r-- | hugofs/fs.go | 225L |
-rw-r--r-- | hugofs/fs_test.go | 68L |
-rw-r--r-- | hugofs/glob.go | 84L |
-rw-r--r-- | hugofs/glob/filename_filter.go | 159L |
-rw-r--r-- | hugofs/glob/filename_filter_test.go | 70L |
-rw-r--r-- | hugofs/glob/glob.go | 166L |
-rw-r--r-- | hugofs/glob/glob_test.go | 103L |
-rw-r--r-- | hugofs/glob_test.go | 60L |
-rw-r--r-- | hugofs/hashing_fs.go | 97L |
-rw-r--r-- | hugofs/hashing_fs_test.go | 52L |
-rw-r--r-- | hugofs/language_merge.go | 39L |
-rw-r--r-- | hugofs/noop_fs.go | 86L |
-rw-r--r-- | hugofs/nosymlink_fs.go | 161L |
-rw-r--r-- | hugofs/nosymlink_test.go | 146L |
-rw-r--r-- | hugofs/rootmapping_fs.go | 652L |
-rw-r--r-- | hugofs/rootmapping_fs_test.go | 553L |
-rw-r--r-- | hugofs/slice_fs.go | 302L |
-rw-r--r-- | hugofs/stacktracer_fs.go | 77L |
-rw-r--r-- | hugofs/walk.go | 324L |
-rw-r--r-- | hugofs/walk_test.go | 276L |
-rw-r--r-- | hugolib/404_test.go | 79L |
-rw-r--r-- | hugolib/alias.go | 173L |
-rw-r--r-- | hugolib/alias_test.go | 159L |
-rw-r--r-- | hugolib/assets/images/sunset.jpg | 90587B |
-rw-r--r-- | hugolib/breaking_changes_test.go | 130L |
-rw-r--r-- | hugolib/cascade_test.go | 630L |
-rw-r--r-- | hugolib/codeowners.go | 69L |
-rw-r--r-- | hugolib/collections.go | 46L |
-rw-r--r-- | hugolib/collections_test.go | 217L |
-rw-r--r-- | hugolib/config.go | 517L |
-rw-r--r-- | hugolib/config_test.go | 784L |
-rw-r--r-- | hugolib/configdir_test.go | 152L |
-rw-r--r-- | hugolib/content_factory.go | 177L |
-rw-r--r-- | hugolib/content_factory_test.go | 78L |
-rw-r--r-- | hugolib/content_map.go | 1061L |
-rw-r--r-- | hugolib/content_map_page.go | 1039L |
-rw-r--r-- | hugolib/content_map_test.go | 456L |
-rw-r--r-- | hugolib/content_render_hooks_test.go | 429L |
-rw-r--r-- | hugolib/datafiles_test.go | 444L |
-rw-r--r-- | hugolib/dates_test.go | 275L |
-rw-r--r-- | hugolib/disableKinds_test.go | 417L |
-rw-r--r-- | hugolib/embedded_shortcodes_test.go | 418L |
-rw-r--r-- | hugolib/embedded_templates_test.go | 169L |
-rw-r--r-- | hugolib/fileInfo.go | 115L |
-rw-r--r-- | hugolib/fileInfo_test.go | 31L |
-rw-r--r-- | hugolib/filesystems/basefs.go | 846L |
-rw-r--r-- | hugolib/filesystems/basefs_test.go | 460L |
-rw-r--r-- | hugolib/gitinfo.go | 46L |
-rw-r--r-- | hugolib/hugo_modules_test.go | 1173L |
-rw-r--r-- | hugolib/hugo_sites.go | 1160L |
-rw-r--r-- | hugolib/hugo_sites_build.go | 507L |
-rw-r--r-- | hugolib/hugo_sites_build_errors_test.go | 647L |
-rw-r--r-- | hugolib/hugo_sites_build_test.go | 1407L |
-rw-r--r-- | hugolib/hugo_sites_multihost_test.go | 119L |
-rw-r--r-- | hugolib/hugo_sites_rebuild_test.go | 316L |
-rw-r--r-- | hugolib/hugo_smoke_test.go | 322L |
-rw-r--r-- | hugolib/image_test.go | 247L |
-rw-r--r-- | hugolib/integrationtest_builder.go | 491L |
-rw-r--r-- | hugolib/language_content_dir_test.go | 526L |
-rw-r--r-- | hugolib/language_test.go | 139L |
-rw-r--r-- | hugolib/menu_test.go | 590L |
-rw-r--r-- | hugolib/minify_publisher_test.go | 63L |
-rw-r--r-- | hugolib/mount_filters_test.go | 119L |
-rw-r--r-- | hugolib/multilingual.go | 82L |
-rw-r--r-- | hugolib/page.go | 982L |
-rw-r--r-- | hugolib/page__common.go | 156L |
-rw-r--r-- | hugolib/page__content.go | 130L |
-rw-r--r-- | hugolib/page__data.go | 66L |
-rw-r--r-- | hugolib/page__menus.go | 70L |
-rw-r--r-- | hugolib/page__meta.go | 830L |
-rw-r--r-- | hugolib/page__new.go | 213L |
-rw-r--r-- | hugolib/page__output.go | 107L |
-rw-r--r-- | hugolib/page__paginator.go | 114L |
-rw-r--r-- | hugolib/page__paths.go | 165L |
-rw-r--r-- | hugolib/page__per_output.go | 783L |
-rw-r--r-- | hugolib/page__position.go | 75L |
-rw-r--r-- | hugolib/page__ref.go | 114L |
-rw-r--r-- | hugolib/page__tree.go | 187L |
-rw-r--r-- | hugolib/page_kinds.go | 52L |
-rw-r--r-- | hugolib/page_permalink_test.go | 149L |
-rw-r--r-- | hugolib/page_test.go | 2003L |
-rw-r--r-- | hugolib/page_unwrap.go | 50L |
-rw-r--r-- | hugolib/page_unwrap_test.go | 38L |
-rw-r--r-- | hugolib/pagebundler_test.go | 1348L |
-rw-r--r-- | hugolib/pagecollections.go | 340L |
-rw-r--r-- | hugolib/pagecollections_test.go | 420L |
-rw-r--r-- | hugolib/pages_capture.go | 580L |
-rw-r--r-- | hugolib/pages_capture_test.go | 79L |
-rw-r--r-- | hugolib/pages_language_merge_test.go | 196L |
-rw-r--r-- | hugolib/pages_process.go | 210L |
-rw-r--r-- | hugolib/pages_test.go | 119L |
-rw-r--r-- | hugolib/paginator_test.go | 138L |
-rw-r--r-- | hugolib/paths/baseURL.go | 87L |
-rw-r--r-- | hugolib/paths/baseURL_test.go | 67L |
-rw-r--r-- | hugolib/paths/paths.go | 274L |
-rw-r--r-- | hugolib/paths/paths_test.go | 50L |
-rw-r--r-- | hugolib/permalinker.go | 22L |
-rw-r--r-- | hugolib/prune_resources.go | 19L |
-rw-r--r-- | hugolib/renderstring_test.go | 192L |
-rw-r--r-- | hugolib/resource_chain_test.go | 756L |
-rw-r--r-- | hugolib/robotstxt_test.go | 41L |
-rw-r--r-- | hugolib/rss_test.go | 100L |
-rw-r--r-- | hugolib/securitypolicies_test.go | 202L |
-rw-r--r-- | hugolib/shortcode.go | 726L |
-rw-r--r-- | hugolib/shortcode_page.go | 75L |
-rw-r--r-- | hugolib/shortcode_test.go | 1055L |
-rw-r--r-- | hugolib/site.go | 1922L |
-rw-r--r-- | hugolib/siteJSONEncode_test.go | 44L |
-rw-r--r-- | hugolib/site_benchmark_new_test.go | 558L |
-rw-r--r-- | hugolib/site_output.go | 108L |
-rw-r--r-- | hugolib/site_output_test.go | 648L |
-rw-r--r-- | hugolib/site_render.go | 403L |
-rw-r--r-- | hugolib/site_sections.go | 28L |
-rw-r--r-- | hugolib/site_sections_test.go | 375L |
-rw-r--r-- | hugolib/site_stats_test.go | 98L |
-rw-r--r-- | hugolib/site_test.go | 1111L |
-rw-r--r-- | hugolib/site_url_test.go | 187L |
-rw-r--r-- | hugolib/sitemap_test.go | 120L |
-rw-r--r-- | hugolib/taxonomy.go | 173L |
-rw-r--r-- | hugolib/taxonomy_test.go | 696L |
-rw-r--r-- | hugolib/template_test.go | 774L |
-rw-r--r-- | hugolib/testdata/cities.csv | 130L |
-rw-r--r-- | hugolib/testdata/fruits.json | 5L |
-rw-r--r-- | hugolib/testdata/redis.cn.md | 697L |
-rw-r--r-- | hugolib/testdata/sunset.jpg | 90587B |
-rw-r--r-- | hugolib/testdata/what-is-markdown.md | 9702L |
-rw-r--r-- | hugolib/testhelpers_test.go | 1117L |
-rw-r--r-- | hugolib/testsite/.gitignore | 1L |
-rw-r--r-- | hugolib/testsite/CODEOWNERS | 1L |
-rw-r--r-- | hugolib/testsite/content/first-post.md | 4L |
-rw-r--r-- | hugolib/testsite/content_nn/first-post.md | 4L |
-rw-r--r-- | hugolib/translations.go | 57L |
-rw-r--r-- | identity/identity.go | 164L |
-rw-r--r-- | identity/identity_test.go | 89L |
-rw-r--r-- | langs/config.go | 226L |
-rw-r--r-- | langs/i18n/i18n.go | 196L |
-rw-r--r-- | langs/i18n/i18n_test.go | 552L |
-rw-r--r-- | langs/i18n/integration_test.go | 57L |
-rw-r--r-- | langs/i18n/translationProvider.go | 143L |
-rw-r--r-- | langs/language.go | 331L |
-rw-r--r-- | langs/language_test.go | 108L |
-rw-r--r-- | lazy/init.go | 208L |
-rw-r--r-- | lazy/init_test.go | 241L |
-rw-r--r-- | lazy/once.go | 68L |
-rw-r--r-- | livereload/connection.go | 66L |
-rw-r--r-- | livereload/hub.go | 56L |
-rw-r--r-- | livereload/livereload.go | 193L |
-rw-r--r-- | magefile.go | 375L |
-rw-r--r-- | main.go | 32L |
-rw-r--r-- | markup/asciidocext/asciidocext_config/config.go | 79L |
-rw-r--r-- | markup/asciidocext/convert.go | 322L |
-rw-r--r-- | markup/asciidocext/convert_test.go | 463L |
-rw-r--r-- | markup/blackfriday/anchors.go | 39L |
-rw-r--r-- | markup/converter/converter.go | 140L |
-rw-r--r-- | markup/converter/hooks/hooks.go | 111L |
-rw-r--r-- | markup/goldmark/autoid.go | 133L |
-rw-r--r-- | markup/goldmark/autoid_test.go | 143L |
-rw-r--r-- | markup/goldmark/codeblocks/integration_test.go | 352L |
-rw-r--r-- | markup/goldmark/codeblocks/render.go | 203L |
-rw-r--r-- | markup/goldmark/codeblocks/transform.go | 54L |
-rw-r--r-- | markup/goldmark/convert.go | 231L |
-rw-r--r-- | markup/goldmark/convert_test.go | 501L |
-rw-r--r-- | markup/goldmark/goldmark_config/config.go | 98L |
-rw-r--r-- | markup/goldmark/integration_test.go | 577L |
-rw-r--r-- | markup/goldmark/internal/extensions/attributes/attributes.go | 125L |
-rw-r--r-- | markup/goldmark/internal/render/context.go | 81L |
-rw-r--r-- | markup/goldmark/render_hooks.go | 422L |
-rw-r--r-- | markup/goldmark/toc.go | 128L |
-rw-r--r-- | markup/goldmark/toc_test.go | 137L |
-rw-r--r-- | markup/highlight/config.go | 292L |
-rw-r--r-- | markup/highlight/config_test.go | 56L |
-rw-r--r-- | markup/highlight/highlight.go | 363L |
-rw-r--r-- | markup/highlight/highlight_test.go | 149L |
-rw-r--r-- | markup/highlight/integration_test.go | 85L |
-rw-r--r-- | markup/internal/attributes/attributes.go | 221L |
-rw-r--r-- | markup/internal/external.go | 71L |
-rw-r--r-- | markup/markup.go | 132L |
-rw-r--r-- | markup/markup_config/config.go | 94L |
-rw-r--r-- | markup/markup_config/config_test.go | 55L |
-rw-r--r-- | markup/markup_test.go | 46L |
-rw-r--r-- | markup/org/convert.go | 73L |
-rw-r--r-- | markup/org/convert_test.go | 40L |
-rw-r--r-- | markup/pandoc/convert.go | 90L |
-rw-r--r-- | markup/pandoc/convert_test.go | 42L |
-rw-r--r-- | markup/rst/convert.go | 135L |
-rw-r--r-- | markup/rst/convert_test.go | 47L |
-rw-r--r-- | markup/tableofcontents/tableofcontents.go | 170L |
-rw-r--r-- | markup/tableofcontents/tableofcontents_test.go | 155L |
-rw-r--r-- | media/docshelper.go | 13L |
-rw-r--r-- | media/mediaType.go | 536L |
-rw-r--r-- | media/mediaType_test.go | 346L |
-rw-r--r-- | media/testdata/fake.js | 13327B |
-rw-r--r-- | media/testdata/fake.png | 3L |
-rw-r--r-- | media/testdata/reosurce.otf | 696B |
-rw-r--r-- | media/testdata/resource.bmp | 65334B |
-rw-r--r-- | media/testdata/resource.css | 8L |
-rw-r--r-- | media/testdata/resource.csv | 130L |
-rw-r--r-- | media/testdata/resource.gif | 161B |
-rw-r--r-- | media/testdata/resource.ics | 24L |
-rw-r--r-- | media/testdata/resource.jpe | 116955B |
-rw-r--r-- | media/testdata/resource.jpg | 116955B |
-rw-r--r-- | media/testdata/resource.js | 3L |
-rw-r--r-- | media/testdata/resource.json | 14L |
-rw-r--r-- | media/testdata/resource.pdf | 198L |
-rw-r--r-- | media/testdata/resource.png | 13327B |
-rw-r--r-- | media/testdata/resource.rss | 20L |
-rw-r--r-- | media/testdata/resource.sass | 6L |
-rw-r--r-- | media/testdata/resource.scss | 7L |
-rw-r--r-- | media/testdata/resource.svg | 5L |
-rw-r--r-- | media/testdata/resource.ttf | 552B |
-rw-r--r-- | media/testdata/resource.webp | 59826B |
-rw-r--r-- | media/testdata/resource.xml | 7L |
-rwxr-xr-x | merge-release.sh | 23L |
-rw-r--r-- | metrics/metrics.go | 293L |
-rw-r--r-- | metrics/metrics_test.go | 69L |
-rw-r--r-- | minifiers/config.go | 131L |
-rw-r--r-- | minifiers/config_test.go | 63L |
-rw-r--r-- | minifiers/minifiers.go | 135L |
-rw-r--r-- | minifiers/minifiers_test.go | 220L |
-rw-r--r-- | modules/client.go | 836L |
-rw-r--r-- | modules/client_test.go | 213L |
-rw-r--r-- | modules/collect.go | 722L |
-rw-r--r-- | modules/collect_test.go | 51L |
-rw-r--r-- | modules/config.go | 421L |
-rw-r--r-- | modules/config_test.go | 161L |
-rw-r--r-- | modules/module.go | 188L |
-rw-r--r-- | modules/npm/package_builder.go | 237L |
-rw-r--r-- | modules/npm/package_builder_test.go | 95L |
-rw-r--r-- | navigation/menu.go | 315L |
-rw-r--r-- | navigation/menu_cache.go | 113L |
-rw-r--r-- | navigation/menu_cache_test.go | 81L |
-rw-r--r-- | navigation/pagemenus.go | 230L |
-rw-r--r-- | output/docshelper.go | 102L |
-rw-r--r-- | output/layout.go | 302L |
-rw-r--r-- | output/layout_test.go | 1008L |
-rw-r--r-- | output/outputFormat.go | 412L |
-rw-r--r-- | output/outputFormat_test.go | 267L |
-rw-r--r-- | parser/frontmatter.go | 118L |
-rw-r--r-- | parser/frontmatter_test.go | 78L |
-rw-r--r-- | parser/lowercase_camel_json.go | 59L |
-rw-r--r-- | parser/metadecoders/decoder.go | 311L |
-rw-r--r-- | parser/metadecoders/decoder_test.go | 299L |
-rw-r--r-- | parser/metadecoders/format.go | 118L |
-rw-r--r-- | parser/metadecoders/format_test.go | 86L |
-rw-r--r-- | parser/pageparser/doc.go | 18L |
-rw-r--r-- | parser/pageparser/item.go | 182L |
-rw-r--r-- | parser/pageparser/item_test.go | 34L |
-rw-r--r-- | parser/pageparser/itemtype_string.go | 43L |
-rw-r--r-- | parser/pageparser/pagelexer.go | 557L |
-rw-r--r-- | parser/pageparser/pagelexer_intro.go | 189L |
-rw-r--r-- | parser/pageparser/pagelexer_shortcode.go | 364L |
-rw-r--r-- | parser/pageparser/pagelexer_test.go | 28L |
-rw-r--r-- | parser/pageparser/pageparser.go | 195L |
-rw-r--r-- | parser/pageparser/pageparser_intro_test.go | 126L |
-rw-r--r-- | parser/pageparser/pageparser_main_test.go | 40L |
-rw-r--r-- | parser/pageparser/pageparser_shortcode_test.go | 279L |
-rw-r--r-- | parser/pageparser/pageparser_test.go | 90L |
-rw-r--r-- | publisher/htmlElementsCollector.go | 443L |
-rw-r--r-- | publisher/htmlElementsCollector_test.go | 216L |
-rw-r--r-- | publisher/publisher.go | 190L |
-rwxr-xr-x | pull-docs.sh | 7L |
-rw-r--r-- | related/inverted_index.go | 458L |
-rw-r--r-- | related/inverted_index_test.go | 316L |
-rw-r--r-- | releaser/git.go | 253L |
-rw-r--r-- | releaser/git_test.go | 86L |
-rw-r--r-- | releaser/github.go | 143L |
-rw-r--r-- | releaser/github_test.go | 46L |
-rw-r--r-- | releaser/releasenotes_writer.go | 191L |
-rw-r--r-- | releaser/releasenotes_writer_test.go | 46L |
-rw-r--r-- | releaser/releaser.go | 304L |
-rw-r--r-- | resources/errorResource.go | 132L |
-rw-r--r-- | resources/image.go | 452L |
-rw-r--r-- | resources/image_cache.go | 168L |
-rw-r--r-- | resources/image_extended_test.go | 42L |
-rw-r--r-- | resources/image_test.go | 843L |
-rw-r--r-- | resources/images/color.go | 83L |
-rw-r--r-- | resources/images/color_test.go | 89L |
-rw-r--r-- | resources/images/config.go | 462L |
-rw-r--r-- | resources/images/config_test.go | 158L |
-rw-r--r-- | resources/images/exif/exif.go | 272L |
-rw-r--r-- | resources/images/exif/exif_test.go | 135L |
-rw-r--r-- | resources/images/filters.go | 236L |
-rw-r--r-- | resources/images/filters_test.go | 33L |
-rw-r--r-- | resources/images/image.go | 410L |
-rw-r--r-- | resources/images/image_resource.go | 53L |
-rw-r--r-- | resources/images/overlay.go | 43L |
-rw-r--r-- | resources/images/resampling.go | 214L |
-rw-r--r-- | resources/images/smartcrop.go | 104L |
-rw-r--r-- | resources/images/text.go | 108L |
-rw-r--r-- | resources/images/webp/webp.go | 36L |
-rw-r--r-- | resources/images/webp/webp_notavailable.go | 36L |
-rw-r--r-- | resources/integration_test.go | 96L |
-rw-r--r-- | resources/internal/key.go | 42L |
-rw-r--r-- | resources/internal/key_test.go | 36L |
-rw-r--r-- | resources/jsconfig/jsconfig.go | 92L |
-rw-r--r-- | resources/jsconfig/jsconfig_test.go | 35L |
-rw-r--r-- | resources/page/integration_test.go | 138L |
-rw-r--r-- | resources/page/page.go | 420L |
-rw-r--r-- | resources/page/page_author.go | 44L |
-rw-r--r-- | resources/page/page_data.go | 42L |
-rw-r--r-- | resources/page/page_data_test.go | 55L |
-rw-r--r-- | resources/page/page_generate/.gitignore | 1L |
-rw-r--r-- | resources/page/page_generate/generate_page_wrappers.go | 280L |
-rw-r--r-- | resources/page/page_kinds.go | 47L |
-rw-r--r-- | resources/page/page_kinds_test.go | 37L |
-rw-r--r-- | resources/page/page_lazy_contentprovider.go | 124L |
-rw-r--r-- | resources/page/page_marshaljson.autogen.go | 211L |
-rw-r--r-- | resources/page/page_matcher.go | 142L |
-rw-r--r-- | resources/page/page_matcher_test.go | 83L |
-rw-r--r-- | resources/page/page_nop.go | 515L |
-rw-r--r-- | resources/page/page_outputformat.go | 95L |
-rw-r--r-- | resources/page/page_paths.go | 342L |
-rw-r--r-- | resources/page/page_paths_test.go | 293L |
-rw-r--r-- | resources/page/page_wrappers.autogen.go | 25L |
-rw-r--r-- | resources/page/pagegroup.go | 460L |
-rw-r--r-- | resources/page/pagegroup_test.go | 466L |
-rw-r--r-- | resources/page/pagemeta/page_frontmatter.go | 427L |
-rw-r--r-- | resources/page/pagemeta/page_frontmatter_test.go | 257L |
-rw-r--r-- | resources/page/pagemeta/pagemeta.go | 110L |
-rw-r--r-- | resources/page/pagemeta/pagemeta_test.go | 92L |
-rw-r--r-- | resources/page/pages.go | 157L |
-rw-r--r-- | resources/page/pages_cache.go | 135L |
-rw-r--r-- | resources/page/pages_cache_test.go | 87L |
-rw-r--r-- | resources/page/pages_language_merge.go | 62L |
-rw-r--r-- | resources/page/pages_prev_next.go | 34L |
-rw-r--r-- | resources/page/pages_prev_next_test.go | 91L |
-rw-r--r-- | resources/page/pages_related.go | 195L |
-rw-r--r-- | resources/page/pages_related_test.go | 86L |
-rw-r--r-- | resources/page/pages_sort.go | 412L |
-rw-r--r-- | resources/page/pages_sort_search.go | 125L |
-rw-r--r-- | resources/page/pages_sort_search_test.go | 122L |
-rw-r--r-- | resources/page/pages_sort_test.go | 289L |
-rw-r--r-- | resources/page/pages_test.go | 72L |
-rw-r--r-- | resources/page/pagination.go | 419L |
-rw-r--r-- | resources/page/pagination_test.go | 310L |
-rw-r--r-- | resources/page/permalinks.go | 371L |
-rw-r--r-- | resources/page/permalinks_test.go | 241L |
-rw-r--r-- | resources/page/site.go | 167L |
-rw-r--r-- | resources/page/testhelpers_test.go | 622L |
-rw-r--r-- | resources/page/weighted.go | 138L |
-rw-r--r-- | resources/page/zero_file.autogen.go | 88L |
-rw-r--r-- | resources/post_publish.go | 51L |
-rw-r--r-- | resources/postpub/fields.go | 59L |
-rw-r--r-- | resources/postpub/fields_test.go | 45L |
-rw-r--r-- | resources/postpub/postpub.go | 181L |
-rw-r--r-- | resources/resource.go | 709L |
-rw-r--r-- | resources/resource/dates.go | 93L |
-rw-r--r-- | resources/resource/params.go | 33L |
-rw-r--r-- | resources/resource/resource_helpers.go | 70L |
-rw-r--r-- | resources/resource/resources.go | 198L |
-rw-r--r-- | resources/resource/resourcetypes.go | 224L |
-rw-r--r-- | resources/resource_cache.go | 305L |
-rw-r--r-- | resources/resource_cache_test.go | 58L |
-rw-r--r-- | resources/resource_factories/bundler/bundler.go | 148L |
-rw-r--r-- | resources/resource_factories/bundler/bundler_test.go | 40L |
-rw-r--r-- | resources/resource_factories/create/create.go | 151L |
-rw-r--r-- | resources/resource_factories/create/remote.go | 279L |
-rw-r--r-- | resources/resource_factories/create/remote_test.go | 96L |
-rw-r--r-- | resources/resource_metadata.go | 144L |
-rw-r--r-- | resources/resource_metadata_test.go | 221L |
-rw-r--r-- | resources/resource_spec.go | 345L |
-rw-r--r-- | resources/resource_test.go | 270L |
-rw-r--r-- | resources/resource_transformers/babel/babel.go | 239L |
-rw-r--r-- | resources/resource_transformers/babel/integration_test.go | 94L |
-rw-r--r-- | resources/resource_transformers/htesting/testhelpers.go | 78L |
-rw-r--r-- | resources/resource_transformers/integrity/integrity.go | 120L |
-rw-r--r-- | resources/resource_transformers/integrity/integrity_test.go | 69L |
-rw-r--r-- | resources/resource_transformers/js/build.go | 222L |
-rw-r--r-- | resources/resource_transformers/js/build_test.go | 14L |
-rw-r--r-- | resources/resource_transformers/js/integration_test.go | 261L |
-rw-r--r-- | resources/resource_transformers/js/options.go | 424L |
-rw-r--r-- | resources/resource_transformers/js/options_test.go | 184L |
-rw-r--r-- | resources/resource_transformers/minifier/integration_test.go | 47L |
-rw-r--r-- | resources/resource_transformers/minifier/minify.go | 59L |
-rw-r--r-- | resources/resource_transformers/minifier/minify_test.go | 42L |
-rw-r--r-- | resources/resource_transformers/postcss/integration_test.go | 244L |
-rw-r--r-- | resources/resource_transformers/postcss/postcss.go | 440L |
-rw-r--r-- | resources/resource_transformers/postcss/postcss_test.go | 166L |
-rw-r--r-- | resources/resource_transformers/templates/execute_as_template.go | 74L |
-rw-r--r-- | resources/resource_transformers/templates/integration_test.go | 77L |
-rw-r--r-- | resources/resource_transformers/tocss/dartsass/client.go | 143L |
-rw-r--r-- | resources/resource_transformers/tocss/dartsass/integration_test.go | 273L |
-rw-r--r-- | resources/resource_transformers/tocss/dartsass/transform.go | 182L |
-rw-r--r-- | resources/resource_transformers/tocss/scss/client.go | 90L |
-rw-r--r-- | resources/resource_transformers/tocss/scss/client_extended.go | 60L |
-rw-r--r-- | resources/resource_transformers/tocss/scss/client_notavailable.go | 31L |
-rw-r--r-- | resources/resource_transformers/tocss/scss/client_test.go | 49L |
-rw-r--r-- | resources/resource_transformers/tocss/scss/integration_test.go | 247L |
-rw-r--r-- | resources/resource_transformers/tocss/scss/tocss.go | 204L |
-rw-r--r-- | resources/testdata/1234567890qwertyuiopasdfghjklzxcvbnm5to6eeeeee7via8eleph.jpg | 90587B |
-rw-r--r-- | resources/testdata/circle.svg | 5L |
-rw-r--r-- | resources/testdata/fuzzy-cirlcle.png | 26792B |
-rw-r--r-- | resources/testdata/giphy.gif | 52213B |
-rw-r--r-- | resources/testdata/gohugoio-card.gif | 10820B |
-rw-r--r-- | resources/testdata/gohugoio.png | 73886B |
-rw-r--r-- | resources/testdata/gohugoio24.png | 267952B |
-rw-r--r-- | resources/testdata/gohugoio8.png | 73538B |
-rw-r--r-- | resources/testdata/golden/giphy_hu3eafc418e52414ace6236bf1d31f82e1_52213_200x0_resize_box.gif | 73619B |
-rw-r--r-- | resources/testdata/golden/giphy_hu3eafc418e52414ace6236bf1d31f82e1_52213_512x0_resize_box.gif | 310936B |
-rw-r--r-- | resources/testdata/golden/gohugoio-card_hu4d09f75255d3942fd4680641110a1a73_10820_100x0_resize_box.gif | 3555B |
-rw-r--r-- | resources/testdata/golden/gohugoio-card_hu4d09f75255d3942fd4680641110a1a73_10820_220x0_resize_box.gif | 12249B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_100x100_fill_box_center_3.png | 11002B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_1a923841aa34545db29f46a8fc4c5b0d.png | 46054B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_200x0_resize_q50_r90_box_3.png | 62018B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_200x100_resize_box_3.png | 20979B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x100_fill_nearestneighbor_topleft_3.png | 23035B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x200_fill_gaussian_smart1_3.png | 46395B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x200_fit_linear_3.png | 38597B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_324b4d42c8746a684068d123fad8b744.png | 78589B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_400x200_fill_box_bottomleft_3.png | 60099B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_400x200_fill_box_center_3.png | 60099B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_43055c40cb4a15bd8491bfc502799f43.png | 45378B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_4ea8f246299cc5fba9744bdf162bd57d.png | 8960B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_600x0_resize_box_3.png | 112941B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_60c098f0ca6626668d9e3ad6bfb38b5b.png | 64612B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_6575f3a3c39a30cba9d76a6045c36de6.png | 61497B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_8166ccaf22bdabb94c9bb90bffe64133.png | 65067B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_9165e5559db8ba31a401327b5617c098.png | 85767B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_9a8d95423df65a9c230a4cc88056c13a.png | 58718B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_a38a1924befb1721a09be7d432f5f70f.png | 60267B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_a487ef4bea3dba1e1a84be5358cfef39.png | 60182B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_a751b6cd969d7feab12540a8bb0ca927.png | 53835B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_abcdd770eaed9301cfff4bc2f96459ba.png | 62941B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_aeaaf23afe6fb4702bd3992426d0cad3.png | 62049B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_bdde5e36f15689c1451933f92fd357b3.png | 59041B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_d111079da5d8d143b6cae10d6fedbc24.png | 44573B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_d87fd348ad697a9b16399709441d9d56.png | 58776B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_e8ef2efdde4357a79694ea9c2be82f63.png | 34370B |
-rw-r--r-- | resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_ee57777f148caaa6993972d9709fdf2d.png | 62162B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_00cd4ff18b53ecbd78e42aefe5fbf522.png | 24546B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_100x100_fill_box_center_3.png | 5969B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_200x0_resize_q50_r90_box_3.png | 25346B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_200x100_resize_box_3.png | 10198B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_276650b97daa7ae98e79b929d7f87c19.png | 34375B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_2e05d39f4cb329be10e8c515494cef76.png | 36145B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x100_fill_nearestneighbor_topleft_3.png | 10210B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x200_fill_gaussian_smart1_3.png | 20658B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x200_fit_linear_3.png | 17575B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_3980c5868e0b6f20ec95424dfdcb1d67.png | 24422B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_398ca764abfff83bb15318068105dcb9.png | 26511B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_3ed273f49d1dc83891f5736e21fc5f44.png | 33095B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_400x200_fill_box_bottomleft_3.png | 26281B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_400x200_fill_box_center_3.png | 26281B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_428e769d14483c2fcdd6f5c5138e2066.png | 23863B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_600x0_resize_box_3.png | 47492B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_73c19c5f80881858a85aa23cd0ca400d.png | 20199B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_871826faffc414ca3746f65fc9910eed.png | 21552B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_a0505112c99af88626ac9b9a16a27acb.png | 34281B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_a0ffc0f22f22e6920f3cad414d6db6ba.png | 24075B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_ae631e5252bb5d7b92bc766ad1a89069.png | 34054B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_b34412412a1cf1658e516a335b0a8dd4.png | 27285B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_c5140f11378ddb13843432a5b489594a.png | 26663B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_d17d0184674fcf0a4d770c90bed503db.png | 20267B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_d1bbfa2629bffb90118cacce3fcfb924.png | 28414B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_e4d38674b70d9ef559c5df72c9262790.png | 29412B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_eff9583d9b94ac79c60cb099846ce8f3.png | 18095B |
-rw-r--r-- | resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_f17bba59421e7a500387232295512fc0.png | 27034B |
-rw-r--r-- | resources/testdata/golden/gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_200x0_resize_bge3e615_box_3.png | 5597B |
-rw-r--r-- | resources/testdata/golden/gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_200x0_resize_q75_bge3e615_box_3.jpg | 7640B |
-rw-r--r-- | resources/testdata/golden/gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_30x0_resize_box_3.png | 1314B |
-rw-r--r-- | resources/testdata/golden/gradient-circle_huf3d35257a40a8d6f525263a856c5ecfd_20069_200x0_resize_bge3e615_box_3.png | 4220B |
-rw-r--r-- | resources/testdata/golden/gradient-circle_huf3d35257a40a8d6f525263a856c5ecfd_20069_200x0_resize_q75_bge3e615_box_3.jpg | 2909B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_0d1b300da7a815ed567b6dadb6f2ce5e.jpg | 6446B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_100x100_fill_q75_box_center.jpg | 1805B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_17fd3c558d78ce249b5f0bcbe1ddbffb.jpg | 7033B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_200x0_resize_q50_r90_box.jpg | 4222B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_200x100_resize_q75_box.jpg | 2698B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x100_fill_q75_nearestneighbor_topleft.jpg | 2065B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x200_fill_q75_gaussian_smart1.jpg | 4667B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x200_fit_q75_linear.jpg | 4919B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_30fc2aab35ca0861bf396d09aebc85a4.jpg | 7087B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_352eb0101b7c88107520ba719432bbb2.jpg | 6435B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_3efc2d0f29a8e12c5a690fc6c9288854.jpg | 4449B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_3f1b1455c4a7d13c5aeb7510f9a6a581.jpg | 6941B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_400x200_fill_q75_box_bottomleft.jpg | 7311B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_400x200_fill_q75_box_center.jpg | 6448B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_510813cc53c37e2d489d2f9fdb13f749.jpg | 20818B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_600x0_resize_q75_box.jpg | 15636B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_6673ece428cb7d523234ca0d7c299542.jpg | 7088B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_6c5c12ac79d3455ccb1993d51eec3cdf.jpg | 6563B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_7d9bc4700565266807dc476421066137.jpg | 6580B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_9f00027c376fe8556cc9996c47f23f78.jpg | 6132B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_abf356affd7d70d6bec3b3498b572191.jpg | 5908B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_c2d24766b49f3147f5a4137a8db592ac.jpg | 7252B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_c36da6818db1ab630c3f87f65170003b.jpg | 6337B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_c50a17db1e6d1bd0fe31a9a3444f1587.jpg | 6850B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_cb45fcba865177290c89dc9f41d6ff7a.jpg | 4464B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_d30c10468b33df9010d185a8fe8f0491.jpg | 5858B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_de1fe6c0f40e7165355507d0f1748083.jpg | 5469B |
-rw-r--r-- | resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_f6d8fe32ce3e83abf130e91e33456914.jpg | 6421B |
-rw-r--r-- | resources/testdata/golden_webp/fuzzy-cirlcle_hu525d1a6cf670e85f5e8f19890241399b_26792_200x0_resize_q75_h2_box_3.webp | 7848B |
-rw-r--r-- | resources/testdata/gopher-hero8.png | 13327B |
-rw-r--r-- | resources/testdata/gradient-circle.png | 20069B |
-rw-r--r-- | resources/testdata/iss8079.jpg | 116955B |
-rw-r--r-- | resources/testdata/sub/gohugoio2.png | 73886B |
-rw-r--r-- | resources/testdata/sunrise.JPG | 90587B |
-rw-r--r-- | resources/testdata/sunset.jpg | 90587B |
-rw-r--r-- | resources/testdata/sunset.webp | 59826B |
-rw-r--r-- | resources/testhelpers_test.go | 205L |
-rw-r--r-- | resources/transform.go | 670L |
-rw-r--r-- | resources/transform_test.go | 440L |
-rw-r--r-- | scripts/fork_go_templates/.gitignore | 1L |
-rw-r--r-- | scripts/fork_go_templates/main.go | 228L |
-rw-r--r-- | snap/plugins/x-nodejs.yaml | 8L |
-rw-r--r-- | snap/plugins/x_nodejs.py | 332L |
-rw-r--r-- | snap/snapcraft.yaml | 116L |
-rw-r--r-- | source/content_directory_test.go | 66L |
-rw-r--r-- | source/fileInfo.go | 296L |
-rw-r--r-- | source/fileInfo_test.go | 57L |
-rw-r--r-- | source/filesystem.go | 121L |
-rw-r--r-- | source/filesystem_test.go | 102L |
-rw-r--r-- | source/sourceSpec.go | 158L |
-rw-r--r-- | temp/0.86.1-relnotes-ready.md | 8L |
-rw-r--r-- | tpl/cast/cast.go | 63L |
-rw-r--r-- | tpl/cast/cast_test.go | 119L |
-rw-r--r-- | tpl/cast/docshelper.go | 56L |
-rw-r--r-- | tpl/cast/init.go | 57L |
-rw-r--r-- | tpl/collections/append.go | 37L |
-rw-r--r-- | tpl/collections/append_test.go | 69L |
-rw-r--r-- | tpl/collections/apply.go | 164L |
-rw-r--r-- | tpl/collections/apply_test.go | 98L |
-rw-r--r-- | tpl/collections/collections.go | 781L |
-rw-r--r-- | tpl/collections/collections_test.go | 992L |
-rw-r--r-- | tpl/collections/complement.go | 55L |
-rw-r--r-- | tpl/collections/complement_test.go | 99L |
-rw-r--r-- | tpl/collections/index.go | 133L |
-rw-r--r-- | tpl/collections/index_test.go | 70L |
-rw-r--r-- | tpl/collections/init.go | 214L |
-rw-r--r-- | tpl/collections/integration_test.go | 75L |
-rw-r--r-- | tpl/collections/merge.go | 127L |
-rw-r--r-- | tpl/collections/merge_test.go | 243L |
-rw-r--r-- | tpl/collections/reflect_helpers.go | 215L |
-rw-r--r-- | tpl/collections/sort.go | 189L |
-rw-r--r-- | tpl/collections/sort_test.go | 268L |
-rw-r--r-- | tpl/collections/symdiff.go | 66L |
-rw-r--r-- | tpl/collections/symdiff_test.go | 80L |
-rw-r--r-- | tpl/collections/where.go | 515L |
-rw-r--r-- | tpl/collections/where_test.go | 864L |
-rw-r--r-- | tpl/compare/compare.go | 352L |
-rw-r--r-- | tpl/compare/compare_test.go | 460L |
-rw-r--r-- | tpl/compare/init.go | 90L |
-rw-r--r-- | tpl/crypto/crypto.go | 137L |
-rw-r--r-- | tpl/crypto/crypto_test.go | 138L |
-rw-r--r-- | tpl/crypto/init.go | 72L |
-rw-r--r-- | tpl/data/data.go | 209L |
-rw-r--r-- | tpl/data/data_test.go | 349L |
-rw-r--r-- | tpl/data/init.go | 45L |
-rw-r--r-- | tpl/data/resources.go | 130L |
-rw-r--r-- | tpl/data/resources_test.go | 230L |
-rw-r--r-- | tpl/debug/debug.go | 40L |
-rw-r--r-- | tpl/debug/init.go | 45L |
-rw-r--r-- | tpl/diagrams/diagrams.go | 81L |
-rw-r--r-- | tpl/diagrams/init.go | 38L |
-rw-r--r-- | tpl/encoding/encoding.go | 90L |
-rw-r--r-- | tpl/encoding/encoding_test.go | 118L |
-rw-r--r-- | tpl/encoding/init.go | 59L |
-rw-r--r-- | tpl/fmt/fmt.go | 85L |
-rw-r--r-- | tpl/fmt/init.go | 77L |
-rw-r--r-- | tpl/hugo/init.go | 39L |
-rw-r--r-- | tpl/images/images.go | 103L |
-rw-r--r-- | tpl/images/images_test.go | 119L |
-rw-r--r-- | tpl/images/init.go | 41L |
-rw-r--r-- | tpl/inflect/inflect.go | 79L |
-rw-r--r-- | tpl/inflect/inflect_test.go | 49L |
-rw-r--r-- | tpl/inflect/init.go | 60L |
-rw-r--r-- | tpl/internal/go_templates/cfg/cfg.go | 68L |
-rw-r--r-- | tpl/internal/go_templates/fmtsort/export_test.go | 11L |
-rw-r--r-- | tpl/internal/go_templates/fmtsort/sort.go | 220L |
-rw-r--r-- | tpl/internal/go_templates/fmtsort/sort_test.go | 279L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/attr.go | 175L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/attr_string.go | 16L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/clone_test.go | 283L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/content.go | 102L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/content_test.go | 462L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/context.go | 265L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/css.go | 260L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/css_test.go | 284L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/delim_string.go | 16L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/doc.go | 241L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/element_string.go | 16L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/error.go | 234L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/escape.go | 962L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/escape_test.go | 1998L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/example_test.go | 185L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/examplefiles_test.go | 229L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/exec_test.go | 1838L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/html.go | 265L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/html_test.go | 100L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/hugo_template.go | 41L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/js.go | 430L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/js_test.go | 426L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/jsctx_string.go | 16L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/multi_test.go | 293L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/state_string.go | 16L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/template.go | 537L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/template_test.go | 222L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/testdata/file1.tmpl | 2L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/testdata/file2.tmpl | 2L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/testdata/fs.zip | 406B |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/testdata/tmpl1.tmpl | 3L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/testdata/tmpl2.tmpl | 3L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/transition.go | 592L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/transition_test.go | 63L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/url.go | 217L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/url_test.go | 172L |
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/urlpart_string.go | 16L |
-rw-r--r-- | tpl/internal/go_templates/testenv/testenv.go | 366L |
-rw-r--r-- | tpl/internal/go_templates/testenv/testenv_cgo.go | 11L |
-rw-r--r-- | tpl/internal/go_templates/testenv/testenv_notunix.go | 13L |
-rw-r--r-- | tpl/internal/go_templates/testenv/testenv_notwin.go | 20L |
-rw-r--r-- | tpl/internal/go_templates/testenv/testenv_unix.go | 13L |
-rw-r--r-- | tpl/internal/go_templates/testenv/testenv_windows.go | 47L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/doc.go | 465L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/example_test.go | 113L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/examplefiles_test.go | 184L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/examplefunc_test.go | 57L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/exec.go | 1045L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/exec_test.go | 1815L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/funcs.go | 753L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/helper.go | 177L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/hugo_template.go | 398L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/hugo_template_test.go | 92L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/link_test.go | 62L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/multi_test.go | 467L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/option.go | 72L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/parse/lex.go | 682L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/parse/lex_test.go | 562L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/parse/node.go | 1008L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/parse/parse.go | 795L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/parse/parse_test.go | 683L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/template.go | 238L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/testdata/file1.tmpl | 2L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/testdata/file2.tmpl | 2L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/testdata/tmpl1.tmpl | 3L |
-rw-r--r-- | tpl/internal/go_templates/texttemplate/testdata/tmpl2.tmpl | 3L |
-rw-r--r-- | tpl/internal/resourcehelpers/helpers.go | 69L |
-rw-r--r-- | tpl/internal/templatefuncRegistry_test.go | 39L |
-rw-r--r-- | tpl/internal/templatefuncsRegistry.go | 293L |
-rw-r--r-- | tpl/js/init.go | 36L |
-rw-r--r-- | tpl/js/js.go | 65L |
-rw-r--r-- | tpl/lang/init.go | 81L |
-rw-r--r-- | tpl/lang/lang.go | 266L |
-rw-r--r-- | tpl/lang/lang_test.go | 140L |
-rw-r--r-- | tpl/math/init.go | 134L |
-rw-r--r-- | tpl/math/math.go | 176L |
-rw-r--r-- | tpl/math/math_test.go | 437L |
-rw-r--r-- | tpl/math/round.go | 61L |
-rw-r--r-- | tpl/openapi/openapi3/init.go | 41L |
-rw-r--r-- | tpl/openapi/openapi3/integration_test.go | 74L |
-rw-r--r-- | tpl/openapi/openapi3/openapi3.go | 95L |
-rw-r--r-- | tpl/os/init.go | 62L |
-rw-r--r-- | tpl/os/integration_test.go | 51L |
-rw-r--r-- | tpl/os/os.go | 158L |
-rw-r--r-- | tpl/os/os_test.go | 128L |
-rw-r--r-- | tpl/partials/init.go | 55L |
-rw-r--r-- | tpl/partials/integration_test.go | 274L |
-rw-r--r-- | tpl/partials/partials.go | 277L |
-rw-r--r-- | tpl/partials/partials_test.go | 40L |
-rw-r--r-- | tpl/path/init.go | 60L |
-rw-r--r-- | tpl/path/path.go | 174L |
-rw-r--r-- | tpl/path/path_test.go | 236L |
-rw-r--r-- | tpl/reflect/init.go | 51L |
-rw-r--r-- | tpl/reflect/reflect.go | 36L |
-rw-r--r-- | tpl/reflect/reflect_test.go | 54L |
-rw-r--r-- | tpl/resources/init.go | 77L |
-rw-r--r-- | tpl/resources/integration_test.go | 100L |
-rw-r--r-- | tpl/resources/resources.go | 432L |
-rw-r--r-- | tpl/safe/init.go | 80L |
-rw-r--r-- | tpl/safe/safe.go | 73L |
-rw-r--r-- | tpl/safe/safe_test.go | 211L |
-rw-r--r-- | tpl/site/init.go | 43L |
-rw-r--r-- | tpl/strings/init.go | 229L |
-rw-r--r-- | tpl/strings/regexp.go | 125L |
-rw-r--r-- | tpl/strings/regexp_test.go | 93L |
-rw-r--r-- | tpl/strings/strings.go | 505L |
-rw-r--r-- | tpl/strings/strings_test.go | 787L |
-rw-r--r-- | tpl/strings/truncate.go | 157L |
-rw-r--r-- | tpl/strings/truncate_test.go | 83L |
-rw-r--r-- | tpl/template.go | 211L |
-rw-r--r-- | tpl/template_info.go | 83L |
-rw-r--r-- | tpl/template_test.go | 71L |
-rw-r--r-- | tpl/templates/init.go | 44L |
-rw-r--r-- | tpl/templates/integration_test.go | 85L |
-rw-r--r-- | tpl/templates/templates.go | 38L |
-rw-r--r-- | tpl/time/init.go | 95L |
-rw-r--r-- | tpl/time/time.go | 123L |
-rw-r--r-- | tpl/time/time_test.go | 185L |
-rw-r--r-- | tpl/tplimpl/embedded/.gitattributes | 1L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/_default/_markup/render-codeblock-goat.html | 18L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/_default/robots.txt | 1L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/_default/rss.xml | 39L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/_default/sitemap.xml | 24L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/_default/sitemapindex.xml | 11L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/_server/error.html | 87L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/alias.html | 10L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/disqus.html | 23L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/google_analytics.html | 51L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/google_analytics_async.html | 28L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/google_news.html | 6L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/opengraph.html | 44L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/pagination.html | 154L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/schema.html | 25L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/1__h_simple_assets.html | 34L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/figure.html | 28L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/gist.html | 1L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/highlight.html | 1L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/instagram.html | 18L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html | 67L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/param.html | 4L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/ref.html | 1L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/relref.html | 1L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/twitter.html | 35L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/twitter_simple.html | 58L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/vimeo.html | 14L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/vimeo_simple.html | 22L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/shortcodes/youtube.html | 10L |
-rw-r--r-- | tpl/tplimpl/embedded/templates/twitter_cards.html | 24L |
-rw-r--r-- | tpl/tplimpl/integration_test.go | 117L |
-rw-r--r-- | tpl/tplimpl/shortcodes.go | 154L |
-rw-r--r-- | tpl/tplimpl/shortcodes_test.go | 91L |
-rw-r--r-- | tpl/tplimpl/template.go | 1161L |
-rw-r--r-- | tpl/tplimpl/templateFuncster.go | 14L |
-rw-r--r-- | tpl/tplimpl/templateProvider.go | 41L |
-rw-r--r-- | tpl/tplimpl/template_ast_transformers.go | 348L |
-rw-r--r-- | tpl/tplimpl/template_ast_transformers_test.go | 160L |
-rw-r--r-- | tpl/tplimpl/template_errors.go | 64L |
-rw-r--r-- | tpl/tplimpl/template_funcs.go | 204L |
-rw-r--r-- | tpl/tplimpl/template_funcs_test.go | 84L |
-rw-r--r-- | tpl/tplimpl/template_test.go | 40L |
-rw-r--r-- | tpl/transform/init.go | 117L |
-rw-r--r-- | tpl/transform/remarshal.go | 88L |
-rw-r--r-- | tpl/transform/remarshal_test.go | 203L |
-rw-r--r-- | tpl/transform/transform.go | 151L |
-rw-r--r-- | tpl/transform/transform_test.go | 273L |
-rw-r--r-- | tpl/transform/unmarshal.go | 170L |
-rw-r--r-- | tpl/transform/unmarshal_test.go | 233L |
-rw-r--r-- | tpl/urls/init.go | 73L |
-rw-r--r-- | tpl/urls/urls.go | 187L |
-rw-r--r-- | tpl/urls/urls_test.go | 70L |
-rw-r--r-- | transform/chain.go | 125L |
-rw-r--r-- | transform/chain_test.go | 70L |
-rw-r--r-- | transform/livereloadinject/livereloadinject.go | 85L |
-rw-r--r-- | transform/livereloadinject/livereloadinject_test.go | 64L |
-rw-r--r-- | transform/metainject/hugogenerator.go | 56L |
-rw-r--r-- | transform/metainject/hugogenerator_test.go | 60L |
-rw-r--r-- | transform/urlreplacers/absurl.go | 36L |
-rw-r--r-- | transform/urlreplacers/absurlreplacer.go | 260L |
-rw-r--r-- | transform/urlreplacers/absurlreplacer_test.go | 236L |
-rw-r--r-- | watcher/batcher.go | 87L |
-rw-r--r-- | watcher/filenotify/filenotify.go | 49L |
-rw-r--r-- | watcher/filenotify/fsnotify.go | 20L |
-rw-r--r-- | watcher/filenotify/poller.go | 326L |
-rw-r--r-- | watcher/filenotify/poller_test.go | 304L |