Files
fundor333.com/go.mod
2024-08-05 04:09:09 +02:00

19 lines
829 B
Modula-2

module github.com/fundor333/fundor333.github.io
go 1.22.5
require (
github.com/fundor333/fugu-theme v0.0.0-20240805020659-d84fff3f4fe5 // indirect
github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87 // indirect
github.com/fundor333/macia-indiweb v0.0.0-20240728170323-78be1951ae2d // indirect
)
// For local theme development, you can use replace directives to change the
// location of a loaded module. For instance, to change the location of the
// rootwork/hugo-clarity module, uncomment the next section and change the local
// path to a valid directory relative to this file. Then run `hugo mod get` on
// the command line. More info:
// https://github.com/rootwork/hugo-module-site#local-theme-development
// replace github.com/fundor333/fugu-theme => /Users/matteoscarpa/Coding/Personale/fugu-theme