mirror of
https://github.com/foo-dogsquared/hugo-theme-contentful.git
synced 2025-01-30 22:57:55 +00:00
e2dbaf5d25
Still the same demo to be deployed, just on a different location than a separate branch this time.
11 lines
240 B
Modula-2
11 lines
240 B
Modula-2
module demo
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/foo-dogsquared/hugo-theme-contentful v2.0.0+incompatible // indirect
|
|
github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/foo-dogsquared/hugo-theme-contentful => ../
|