Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-06-30 01:08:23 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-06-30 01:08:29 +0300
commit09b4c21a0bedcbf1718cbb1223dba08ff26aad50 (patch)
treea083fbd7df10afc8402944724ee6de4a99d67edc /config
parentcfd7d0e0faeaa0b3ebb6dde1ae664f0da9e3ddcf (diff)
modules: update to v5.3.0
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.yaml16
1 files changed, 3 insertions, 13 deletions
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