From 3ff4382db384c736d0606a1b7685899a56f5963b Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Wed, 2 Dec 2020 13:49:08 +0100 Subject: [PATCH] config: update sitemap changefreq --- archetypes/blog.md | 2 +- archetypes/docs.md | 2 +- config/_default/config.toml | 2 +- config/postcss.config.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/archetypes/blog.md b/archetypes/blog.md index b495210..7873351 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -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" >}} diff --git a/archetypes/docs.md b/archetypes/docs.md index e572def..bb609d2 100644 --- a/archetypes/docs.md +++ b/archetypes/docs.md @@ -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 }}" >}} diff --git a/config/_default/config.toml b/config/_default/config.toml index aebdc42..961cf14 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -59,7 +59,7 @@ rel = "sitemap" tabWidth = 4 [sitemap] - changefreq = "monthly" + changefreq = "weekly" filename = "sitemap.xml" priority = 0.5 diff --git a/config/postcss.config.js b/config/postcss.config.js index 119d5f1..c875eca 100644 --- a/config/postcss.config.js +++ b/config/postcss.config.js @@ -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 = {