mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
BREAKING CHANGES: site.Params.icon.pack.ai -> site.Params.extensions.academicons.enable site.Params.map -> site.Params.features.map site.Params.features.privacy_pack -> site.Params.features.privacy_pack.enable site.Params.marketing and site.Params.seo combined and restructured. Performance improvements: Only include pub JS and cite model if site has publications. Only include carousel JS if site uses Slider widget. Only include map JS if site uses maps (sets map provider).
8 lines
202 B
Modula-2
8 lines
202 B
Modula-2
module github.com/wowchemy/starter-academic/exampleSite
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5@main
|
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5@main
|
|
)
|