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