From 09b4c21a0bedcbf1718cbb1223dba08ff26aad50 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 29 Jun 2021 23:08:23 +0100 Subject: modules: update to v5.3.0 --- config/_default/config.yaml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'config') diff --git a/config/_default/config.yaml b/config/_default/config.yaml index eacd9a99..d20ffa2c 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -4,7 +4,7 @@ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ title: Academic # Website name -baseurl: '' # Website URL +baseurl: 'https://example.com/' # Website URL copyright: '' # Footer text, e.g. '© {year} Me' ############################ @@ -22,8 +22,8 @@ removePathAccents: true module: imports: - - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms - - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy + - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 + - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 ############################ ## ADVANCED @@ -45,16 +45,6 @@ disableAliases: true outputs: home: [HTML, RSS, JSON, WebAppManifest, headers, redirects] section: [HTML, RSS] -markup: - defaultMarkdownHandler: goldmark - goldmark: - renderer: - unsafe: true - highlight: - codeFences: false - tableOfContents: - startLevel: 2 - endLevel: 3 imaging: resampleFilter: lanczos quality: 75 -- cgit v1.2.3