Loading archetypes/blog.md +1 −1 Original line number Diff line number Diff line Loading @@ -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" >}} archetypes/docs.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 }}" >}} config/_default/config.toml +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ rel = "sitemap" tabWidth = 4 [sitemap] changefreq = "monthly" changefreq = "weekly" filename = "sitemap.xml" priority = 0.5 Loading config/postcss.config.js +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 = { Loading Loading
archetypes/blog.md +1 −1 Original line number Diff line number Diff line Loading @@ -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" >}}
archetypes/docs.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 }}" >}}
config/_default/config.toml +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ rel = "sitemap" tabWidth = 4 [sitemap] changefreq = "monthly" changefreq = "weekly" filename = "sitemap.xml" priority = 0.5 Loading
config/postcss.config.js +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 = { Loading