Add sitemap support and enhance service worker caching strategy
This commit is contained in:
11
sitemap.json.html
Normal file
11
sitemap.json.html
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
permalink: /sitemap.json
|
||||
---
|
||||
|
||||
{
|
||||
"pages": [
|
||||
{% for page in site.pages %}
|
||||
{ "url": "{{ page.url | relative_url }}" }{% unless forloop.last %},{% endunless %}
|
||||
{% endfor %}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user