diff --git a/config.yaml b/config.yaml index db33285..cf1d58c 100644 --- a/config.yaml +++ b/config.yaml @@ -23,7 +23,6 @@ markup: noClasses: false # Use the theme's style sheet canonifyURLs: true -preserveTaxonomyNames: true metaDataFormat: yaml # Configure pagination @@ -133,8 +132,16 @@ menu: url: https://chaos.social/@dezentrale weight: 30 -sitemap: - changefreq: weekly - filename: sitemap.xml +# Enable generation of robots.txt enableRobotsTXT: true + +# Configure sitemap +sitemap: + # Values are 'always', 'hourly', 'daily',' weekly', 'monthly', 'yearly', + # and 'never'. Set to empty string to omit inclusion + changefreq: weekly + # Adjust filename of sitemap. (default: sitemap.xml) + filename: sitemap.xml + # Values range from 0.0 to 1.0. Set to -1 to omit inclusion + priority: -1 diff --git a/layouts/robots.txt b/layouts/robots.txt deleted file mode 100644 index 9a27385..0000000 --- a/layouts/robots.txt +++ /dev/null @@ -1,8 +0,0 @@ -User-agent: * -Allow: / -Sitemap: {{ .Site.BaseURL }}sitemap.xml -Disallow: / -Allow: /posts/ -Allow: /termine/ -Allow: /events/ -Allow: /dezentrale/ diff --git a/themes/slick b/themes/slick index a4683dc..96e0577 160000 --- a/themes/slick +++ b/themes/slick @@ -1 +1 @@ -Subproject commit a4683dcfc63694ffa101ee4b23566568f81326d7 +Subproject commit 96e0577b1afd94b5c12bbf3beba040d6fd40e216