hugo-academic-mirror/starters/markdown-slides/go.mod
George Cushen 2ccc34471c feat: modularise JS map, publication, carousel
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).
2022-01-22 15:26:57 +00:00

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
)