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/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
title: Academic # Website name title: Academic # Website name
baseurl: '' # Website URL baseurl: 'https://example.com/' # Website URL
copyright: '' # Footer text, e.g. '© {year} Me' copyright: '' # Footer text, e.g. '© {year} Me'
############################ ############################
@@ -22,8 +22,8 @@ removePathAccents: true
module: module:
imports: imports:
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
############################ ############################
## ADVANCED ## ADVANCED
@@ -45,16 +45,6 @@ disableAliases: true
outputs: outputs:
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects] home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
section: [HTML, RSS] section: [HTML, RSS]
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
highlight:
codeFences: false
tableOfContents:
startLevel: 2
endLevel: 3
imaging: imaging:
resampleFilter: lanczos resampleFilter: lanczos
quality: 75 quality: 75

View File

@@ -4,7 +4,7 @@
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
title: Academic # Website name title: Academic # Website name
baseurl: '' # Website URL baseurl: 'https://academic-demo.netlify.app/' # Website URL
copyright: '' # Footer text, e.g. '© {year} Me' copyright: '' # Footer text, e.g. '© {year} Me'
############################ ############################
@@ -22,8 +22,8 @@ removePathAccents: true
module: module:
imports: imports:
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
############################ ############################
## ADVANCED ## ADVANCED
@@ -46,16 +46,6 @@ disableAliases: true
outputs: outputs:
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects] home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
section: [HTML, RSS] section: [HTML, RSS]
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
highlight:
codeFences: false
tableOfContents:
startLevel: 2
endLevel: 3
imaging: imaging:
resampleFilter: lanczos resampleFilter: lanczos
quality: 75 quality: 75

View File

@@ -3,6 +3,5 @@ module github.com/wowchemy/starter-academic/exampleSite
go 1.15 go 1.15
require ( require (
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210619224513-b739d8d390b9 // indirect github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210619224513-b739d8d390b9 // indirect
) )

View File

@@ -1,4 +1,3 @@
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210619224513-b739d8d390b9 h1:ocik752/O3DrPapsRdCbcam4LBGUji87g7LqKJjzyJU= github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0/go.mod h1:akNBhhT0UAOXSREplKkLe2wyHeo51qm6f+vqNkQkcmE=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210619224513-b739d8d390b9/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210629192904-559885af86b7/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210619224513-b739d8d390b9 h1:OXj3DV5xUYfT75hwe3wARp1kCIh8X+swMylHdlKA9cU= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210629192904-559885af86b7/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210619224513-b739d8d390b9/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=

View File

@@ -3,7 +3,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.83.1" HUGO_VERSION = "0.84.1"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.production.environment] [context.production.environment]

View File

@@ -0,0 +1 @@
{"Target":"css/wowchemy.css","MediaType":"text/css","Data":{}}

3
go.mod
View File

@@ -3,6 +3,5 @@ module github.com/wowchemy/starter-academic
go 1.15 go 1.15
require ( require (
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210619224513-b739d8d390b9 // indirect github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210619224513-b739d8d390b9 // indirect
) )

7
go.sum
View File

@@ -1,4 +1,3 @@
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210619224513-b739d8d390b9 h1:ocik752/O3DrPapsRdCbcam4LBGUji87g7LqKJjzyJU= github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0/go.mod h1:akNBhhT0UAOXSREplKkLe2wyHeo51qm6f+vqNkQkcmE=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210619224513-b739d8d390b9/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210629192904-559885af86b7/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210619224513-b739d8d390b9 h1:OXj3DV5xUYfT75hwe3wARp1kCIh8X+swMylHdlKA9cU= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210629192904-559885af86b7/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210619224513-b739d8d390b9/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=

View File

@@ -3,7 +3,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.83.1" HUGO_VERSION = "0.84.1"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.production.environment] [context.production.environment]

View File

@@ -3,7 +3,7 @@ license = "MIT"
licenselink = "https://github.com/wowchemy/starter-academic/blob/master/LICENSE.md" licenselink = "https://github.com/wowchemy/starter-academic/blob/master/LICENSE.md"
description = "Use the website builder to easily build your site with 50+ widgets and deploy with one click! Fully customize your site with themes, plugins, and language packs." description = "Use the website builder to easily build your site with 50+ widgets and deploy with one click! Fully customize your site with themes, plugins, and language packs."
homepage = "https://wowchemy.com/templates/" homepage = "https://wowchemy.com/templates/"
min_version = "0.81" min_version = "0.84"
tags = ["widgets", tags = ["widgets",
"resume", "resume",
"portfolio", "portfolio",