Skip to content

Commit

Permalink
doc: update rel related doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed May 6, 2023
1 parent 2f68d25 commit bedf54e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can configure this plugin in `_config.yml`.

``` yaml
sitemap:
path:
path:
- sitemap.xml
- sitemap.txt
template: ./sitemap_template.xml
Expand All @@ -35,9 +35,10 @@ sitemap:
- **path** - Sitemap path. (Default: sitemap.xml)
- **template** - Custom template path. This file will be used to generate sitemap.xml (See [default xml template](/sitemap.xml))
- **template_txt** - Custom template path. This file will be used to generate sitemap.txt (See [default txt template](/sitemap.txt))
- **rel** - Add [`rel-sitemap`](http://microformats.org/wiki/rel-sitemap) to the site's header. (Default: `false`)
- **tags** - Add site's tags
- **categories** - Add site's categories
- **rel** - Add [`rel-sitemap`](http://microformats.org/wiki/rel-sitemap) to the site's header. (Default: `false`)
- **relPath** - (optional) Specify [`rel-sitemap`](http://microformats.org/wiki/rel-sitemap) path. Unset it to ues the first `.xml` file in `path`.

## Exclude Posts/Pages

Expand Down

0 comments on commit bedf54e

Please sign in to comment.