Files
fundor333.com/go.mod
fundor333 32bb7ed186 Minor fix
2024-08-18 00:01:40 +02:00

20 lines
842 B
Modula-2

module github.com/fundor333/fundor333.github.io
go 1.22.5
require (
github.com/fundor333/macha-theme v1.2.3 // indirect
github.com/fundor333/macia-image v1.0.1 // indirect
github.com/fundor333/macia-indiweb v1.0.0 // 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
// replace github.com/fundor333/macha-theme => /Users/matteoscarpa/Coding/Personale/macia-theme