-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5af18ea
commit bd72368
Showing
12 changed files
with
118 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
|
||
# Frontmatter Config | ||
# Frontmatter | ||
|
||
## sitemap | ||
|
||
- Type: `SitemapFrontmatterOptions | false` | ||
- Required: No | ||
- Details: | ||
|
||
`false` means exclude the page from sitemap. | ||
`false` means exclude the page from sitemap. | ||
|
||
### sitemap.changefreq | ||
|
||
- Type: `"always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never"` | ||
- Default: `"daily"` | ||
- Details: | ||
|
||
Page default update frequency. This will override [changefreq](./config.md#changefreq) in Plugin Options. | ||
Page default update frequency. This will override [changefreq](./config.md#changefreq) in Plugin Options. | ||
|
||
### sitemap.priority | ||
|
||
- Type: `number` | ||
- Default: `0.5` | ||
- Details: | ||
|
||
Page priority, range from `0` to `1`. | ||
Page priority, range from `0` to `1`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.