mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
Tested with Hugo v0.135.0 Addresses recent breaking changes in Hugo: ERROR deprecated: .Site.GoogleAnalytics was deprecated. WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead
8 lines
290 B
Modula-2
8 lines
290 B
Modula-2
module github.com/HugoBlox/hugo-blox-builder/starters/academic-cv
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b
|
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327
|
|
)
|