-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yaml
executable file
·42 lines (30 loc) · 1.11 KB
/
settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# enabled: true or false to disable the plugin
enabled: true
# Sitemap plugin priority
priority: 100
# Sitemap route
route: /sitemap.xml
# List of entries to ignore
ignore: []
# List of additions to add
additions: []
# Default values for entries
default:
# How frequently the page is likely to change.
# This value provides general information to search engines and may not correlate exactly to how often they crawl the page.
# Valid values are: always, hourly, daily, weekly, monthly, yearly, never.
changefreq: daily
# The priority of this URL relative to other URLs on your site.
# Valid values range from 0.0 to 1.0. This value does not affect how your pages are compared to pages on other sites—it only lets the search engines know which pages you deem most important for the crawlers.
# The default priority of a page is 1.
priority: 1.0
# Date format
date_format: Y-m-d
# Trailing slash
trailing_slash: false
# Settings for static sitemap generation
static:
# sitemap.xml path (without trailing and without starting slash)
path: '_site'
# Site url (without trailing slash)
site_url: ''