Update hugo version in netlify.toml (#946)
* Update hugo version in netlify.toml Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Rename config.yaml to hugo.yaml Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Use go version 1.21 Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Fix link Signed-off-by: hossainemruz <hossainemruz@gmail.com> --------- Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
6350e5e2e2
commit
8599c634e3
8 changed files with 18 additions and 20 deletions
|
@ -1,10 +1,10 @@
|
|||
module github.com/hugo-toha/toha/exampleSite
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240319164719-d8a7e99b594d // indirect
|
||||
github.com/hugo-toha/toha/v4 v4.4.0 // indirect
|
||||
)
|
||||
go 1.21
|
||||
|
||||
replace github.com/hugo-toha/toha/v4 => ../
|
||||
|
||||
require (
|
||||
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240510202502-b4192719c87f // indirect
|
||||
github.com/hugo-toha/toha/v4 v4.5.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue