Commit 3ff4382d authored by Henk Verlinde's avatar Henk Verlinde
Browse files

config: update sitemap changefreq

parent 358bad68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" >}}
+1 −1
Original line number Diff line number Diff line
@@ -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 }}" >}}
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ rel = "sitemap"
    tabWidth = 4

[sitemap]
  changefreq = "monthly"
  changefreq = "weekly"
  filename = "sitemap.xml"
  priority = 0.5

+2 −2
Original line number Diff line number Diff line
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 = {