352ab2c390
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.
8 lines
264 B
Modula-2
8 lines
264 B
Modula-2
module github.com/wowchemy/starter-academic
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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
|
|
)
|