summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-26 08:22:42 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-26 08:22:42 +0100
commit3758456b31695dd59ebe5eb35b19c1b054287a48 (patch)
treea6391bec1ee0247632cb5bf526175bb1defba804 /docs
parentd0d2c6795e0870bf96d167700a475737a17ea005 (diff)
parent7125ad401ad043e46262afc7eca8dceb6d54bb9e (diff)
Diffstat (limited to 'docs')
-rw-r--r--docs/.cspell.json5
-rw-r--r--docs/.github/workflows/spellcheck.yml2
-rw-r--r--docs/.markdownlint.yaml1
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/menutoggle.js2
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/_markup/render-link.html2
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/social-follow.html30
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/deprecated-in.html2
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/img.html15
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/include.html2
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/list-pages-in-section.html2
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/new-in.html49
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/quick-reference.html10
-rw-r--r--docs/_vendor/modules.txt2
-rw-r--r--docs/config/_default/params.toml4
-rw-r--r--docs/content/en/content-management/comments.md3
-rw-r--r--docs/content/en/content-management/image-processing/index.md2
-rw-r--r--docs/content/en/content-management/menus.md38
-rw-r--r--docs/content/en/content-management/multilingual.md23
-rw-r--r--docs/content/en/content-management/summaries.md2
-rw-r--r--docs/content/en/contribute/documentation.md18
-rw-r--r--docs/content/en/functions/collections/Append.md3
-rw-r--r--docs/content/en/functions/collections/Apply.md7
-rw-r--r--docs/content/en/functions/collections/Delimit.md5
-rw-r--r--docs/content/en/functions/collections/Dictionary.md5
-rw-r--r--docs/content/en/functions/collections/First.md1
-rw-r--r--docs/content/en/functions/collections/Group.md6
-rw-r--r--docs/content/en/functions/collections/In.md1
-rw-r--r--docs/content/en/functions/collections/IndexFunction.md6
-rw-r--r--docs/content/en/functions/collections/IsSet.md4
-rw-r--r--docs/content/en/functions/collections/NewScratch.md43
-rw-r--r--docs/content/en/functions/collections/Querify.md5
-rw-r--r--docs/content/en/functions/collections/Reverse.md11
-rw-r--r--docs/content/en/functions/collections/Seq.md20
-rw-r--r--docs/content/en/functions/collections/Shuffle.md9
-rw-r--r--docs/content/en/functions/collections/Slice.md10
-rw-r--r--docs/content/en/functions/collections/Sort.md44
-rw-r--r--docs/content/en/functions/collections/SymDiff.md10
-rw-r--r--docs/content/en/functions/collections/Union.md10
-rw-r--r--docs/content/en/functions/collections/Uniq.md10
-rw-r--r--docs/content/en/functions/collections/Where.md54
-rw-r--r--docs/content/en/functions/crypto/FNV32a.md4
-rw-r--r--docs/content/en/functions/data/GetJSON.md9
-rw-r--r--docs/content/en/functions/fmt/Warnf.md11
-rw-r--r--docs/content/en/functions/global/page.md2
-rw-r--r--docs/content/en/functions/go-template/range.md2
-rw-r--r--docs/content/en/functions/go-template/with.md2
-rw-r--r--docs/content/en/functions/images/AutoOrient.md2
-rw-r--r--docs/content/en/functions/images/Text.md6
-rw-r--r--docs/content/en/functions/inflect/Humanize.md2
-rw-r--r--docs/content/en/functions/lang/Translate.md17
-rw-r--r--docs/content/en/functions/math/Rand.md2
-rw-r--r--docs/content/en/functions/math/Sub.md1
-rw-r--r--docs/content/en/functions/openapi3/Unmarshal.md2
-rw-r--r--docs/content/en/functions/partials/Include.md2
-rw-r--r--docs/content/en/functions/partials/IncludeCached.md2
-rw-r--r--docs/content/en/functions/resources/Concat.md15
-rw-r--r--docs/content/en/functions/resources/ExecuteAsTemplate.md10
-rw-r--r--docs/content/en/functions/resources/FromString.md10
-rw-r--r--docs/content/en/functions/resources/Minify.md2
-rw-r--r--docs/content/en/functions/resources/ToCSS.md8
-rw-r--r--docs/content/en/functions/safe/HTMLAttr.md2
-rw-r--r--docs/content/en/functions/safe/URL.md2
-rw-r--r--docs/content/en/functions/strings/FindRESubmatch.md2
-rw-r--r--docs/content/en/functions/strings/FindRe.md2
-rw-r--r--docs/content/en/functions/strings/HasSuffix.md2
-rw-r--r--docs/content/en/functions/transform/XMLEscape.md4
-rw-r--r--docs/content/en/getting-started/configuration.md495
-rw-r--r--docs/content/en/getting-started/glossary.md6
-rw-r--r--docs/content/en/getting-started/quick-start.md29
-rw-r--r--docs/content/en/hosting-and-deployment/hosting-on-github/index.md6
-rw-r--r--docs/content/en/hosting-and-deployment/hosting-on-gitlab.md4
-rw-r--r--docs/content/en/hosting-and-deployment/hosting-on-netlify.md4
-rw-r--r--docs/content/en/hugo-modules/configuration.md27
-rw-r--r--docs/content/en/hugo-modules/use-modules.md2
-rwxr-xr-xdocs/content/en/hugo-pipes/babel.md6
-rw-r--r--docs/content/en/hugo-pipes/js.md2
-rwxr-xr-xdocs/content/en/hugo-pipes/minification.md2
-rw-r--r--docs/content/en/installation/_common/04-build-from-source.md2
-rw-r--r--docs/content/en/installation/_common/homebrew.md2
-rw-r--r--docs/content/en/installation/bsd.md6
-rw-r--r--docs/content/en/installation/linux.md49
-rw-r--r--docs/content/en/installation/macos.md2
-rw-r--r--docs/content/en/installation/windows.md11
-rw-r--r--docs/content/en/methods/menu-entry/Children.md6
-rw-r--r--docs/content/en/methods/menu-entry/HasChildren.md6
-rw-r--r--docs/content/en/methods/menu-entry/Identifier.md4
-rw-r--r--docs/content/en/methods/menu-entry/KeyName.md4
-rw-r--r--docs/content/en/methods/menu-entry/Page.md8
-rw-r--r--docs/content/en/methods/menu-entry/Params.md8
-rw-r--r--docs/content/en/methods/menu-entry/Parent.md7
-rw-r--r--docs/content/en/methods/menu-entry/_common/pre-post.md4
-rw-r--r--docs/content/en/methods/menu/ByName.md6
-rw-r--r--docs/content/en/methods/menu/ByWeight.md6
-rw-r--r--docs/content/en/methods/menu/Limit.md6
-rw-r--r--docs/content/en/methods/menu/Reverse.md6
-rw-r--r--docs/content/en/methods/page/AllTranslations.md15
-rw-r--r--docs/content/en/methods/page/CodeOwners.md2
-rw-r--r--docs/content/en/methods/page/CurrentSection.md2
-rw-r--r--docs/content/en/methods/page/File.md50
-rw-r--r--docs/content/en/methods/page/FirstSection.md2
-rw-r--r--docs/content/en/methods/page/Fragments.md4
-rw-r--r--docs/content/en/methods/page/GetPage.md2
-rw-r--r--docs/content/en/methods/page/GitInfo.md42
-rw-r--r--docs/content/en/methods/page/Next.md2
-rw-r--r--docs/content/en/methods/page/NextInSection.md2
-rw-r--r--docs/content/en/methods/page/Page.md2
-rw-r--r--docs/content/en/methods/page/Params.md4
-rw-r--r--docs/content/en/methods/page/Parent.md2