15 lines
657 B
Modula-2
15 lines
657 B
Modula-2
module github.com/fundor333/fundor333.github.io
|
|
|
|
go 1.22.5
|
|
|
|
require github.com/fundor333/fugu-theme v0.0.0-20240726101941-cffe1a913e8f // 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
|