refactor: Netlify CMS as an optional module

ALso
- update Netlify.toml Hugo version to latest
- update to latest Wowchemy v5-dev master & upgrade config/ and author profile
This commit is contained in:
George Cushen
2020-10-01 17:43:54 +01:00
parent 1c3b3c6cad
commit 68489423fc
13 changed files with 78 additions and 389 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/wowchemy/starter-academic
go 1.15
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200902195927-86da39719ccd // indirect
require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201001144923-e58ee0ffc576 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201001144923-e58ee0ffc576 // indirect
)