modules: update to v5.3.0

This commit is contained in:
George Cushen
2021-06-29 23:08:23 +01:00
parent cfd7d0e0fa
commit 09b4c21a0b
11 changed files with 9506 additions and 41 deletions

View File

@@ -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