mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-24 02:20:50 +02:00
starters: update mod
This commit is contained in:
parent
eb26160ea9
commit
d7088182cb
4 changed files with 5 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@ node_modules/
|
||||||
|
|
||||||
# Hugo
|
# Hugo
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
|
go.sum
|
||||||
resources/
|
resources/
|
||||||
public/
|
public/
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic/exampleSite
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5@main
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220208192500-eb26160ea904
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5@main
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220208192500-eb26160ea904
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220109160354-be9e2fde4a4f h1:swonZoGNetpYa0fzAYQGjLFyNQrnRBaGupyNCxmDQDg=
|
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220109160354-be9e2fde4a4f/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
|
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220109160354-be9e2fde4a4f h1:FD0LoG/QlkPypItdrRrpOWkXGQbp2rN/xYLH7Fo+FBo=
|
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220109160354-be9e2fde4a4f/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
|
|
@ -27,6 +27,8 @@ outputFormats:
|
||||||
isPlainText: true
|
isPlainText: true
|
||||||
mediatype: text/netlify
|
mediatype: text/netlify
|
||||||
notAlternative: true
|
notAlternative: true
|
||||||
|
sitemap:
|
||||||
|
changefreq: weekly
|
||||||
module:
|
module:
|
||||||
hugoVersion:
|
hugoVersion:
|
||||||
min: '0.87.0'
|
min: '0.87.0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue