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
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 /exampleSite/config
parentcfd7d0e0faeaa0b3ebb6dde1ae664f0da9e3ddcf (diff)
modules: update to v5.3.0
Diffstat (limited to 'exampleSite/config')
-rw-r--r--exampleSite/config/_default/config.yaml16
1 files changed, 3 insertions, 13 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml
index 29fe1d5f..3bbc33cd 100644
--- a/exampleSite/config/_default/config.yaml
+++ b/exampleSite/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://academic-demo.netlify.app/' # 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
@@ -46,16 +46,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