hugo/docs
Joe Mooring 6738a3e79d tpl/tplimpl: Optionally exclude content from sitemap
Define global inclusion/exclusion in site configuration, and override
via front matter. For example, to exclude a page from the sitemap:

    [sitemap]
    disable = true # default is false

Closes #653
Closes #12282

Co-authored-by: kolappannathan <kolappannathan@users.noreply.github.com>
Co-authored-by: felicianotech <FelicianoTech@gmail.com>
2024-04-02 11:21:03 +02:00
..
.github
.vscode
_vendor
archetypes
assets/images
config
content/en docs: Regen CLI docs 2024-03-16 15:54:33 +01:00
data tpl/tplimpl: Optionally exclude content from sitemap 2024-04-02 11:21:03 +02:00
layouts Add images.Dither filter 2024-02-11 22:51:11 +02:00
src
static
.cspell.json
.editorconfig
.gitignore
.markdownlint.yaml
.markdownlintignore
.textlintignore
go.mod
go.sum
hugo.toml
hugo.work
hugo_stats.json
hugoreleaser.toml
LICENSE.md
netlify.toml
pull-theme.sh
README.md

Hugo

A fast and flexible static site generator built with love by bep, spf13, and friends in Go.


Netlify Status PRs Welcome

This is the repository for the Hugo documentation site.

Please see the contributing section for guidelines, examples, and process.