config: update sitemap changefreq
This commit is contained in:
parent
358bad6801
commit
3ff4382db3
|
@ -7,7 +7,7 @@ lastmod: {{ .Date }}
|
||||||
draft: true
|
draft: true
|
||||||
weight: 50
|
weight: 50
|
||||||
images: ["{{ .Name | urlize }}.jpg"]
|
images: ["{{ .Name | urlize }}.jpg"]
|
||||||
contributors: ["Henk Verlinde"]
|
contributors: []
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" class="wide" >}}
|
{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" class="wide" >}}
|
||||||
|
|
|
@ -13,4 +13,4 @@ weight: 999
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" class="wide" >}}
|
{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" >}}
|
||||||
|
|
|
@ -59,7 +59,7 @@ rel = "sitemap"
|
||||||
tabWidth = 4
|
tabWidth = 4
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "monthly"
|
changefreq = "weekly"
|
||||||
filename = "sitemap.xml"
|
filename = "sitemap.xml"
|
||||||
priority = 0.5
|
priority = 0.5
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
const autoprefixer = require('autoprefixer')
|
const autoprefixer = require('autoprefixer');
|
||||||
const purgecss = require('@fullhuman/postcss-purgecss')
|
const purgecss = require('@fullhuman/postcss-purgecss');
|
||||||
const whitelister = require('purgecss-whitelister');
|
const whitelister = require('purgecss-whitelister');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in New Issue