This commit is contained in:
Andrea Zignoli 2023-05-06 11:10:37 +02:00
parent e2c890e078
commit 32fdbc66bb
41 changed files with 6160 additions and 0 deletions

8
exampleSite/go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/hugo-toha/toha/exampleSite
go 1.19
require github.com/hugo-toha/hugo-toha.github.io v0.0.0-20221228191121-007f31838bd6 // indirect
replace github.com/hugo-toha/toha/v4 => ../../toha
// replace github.com/hugo-toha/hugo-toha.github.io => ../../hugo-toha.github.io