feat: unpublish author pages in the default tpl

Based on feedback from users creating personal sites and not wanting to publish dedicated page for each author.

But keep publishing author pages in the demo for now.
This commit is contained in:
George Cushen
2020-12-13 21:43:23 +00:00
parent 65635bbff9
commit 352ab2c390
22 changed files with 18 additions and 16 deletions

4
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201211023654-f6090cd7e55d // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201211023654-f6090cd7e55d
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201213184117-a0b9887f37fb // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201213184117-a0b9887f37fb
)