From 366263c577761afd88f152ef5b3ab5e00a360058 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Sat, 21 Oct 2023 02:22:17 +0600 Subject: [PATCH] Update theme Signed-off-by: hossainemruz --- assets/jsconfig.json | 2 +- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 5754a5a5c9a..f02e6df47d0 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../../toha/assets/*" + "../../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.0.0-20231006193257-e8f8f3b22b76/assets/*" ] } } diff --git a/go.mod b/go.mod index ecd866363a3..2123dfb2dc7 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/hugo-toha/hugo-toha.github.io go 1.19 -require github.com/hugo-toha/toha/v4 v4.0.0-20231006193257-e8f8f3b22b76 // indirect +require github.com/hugo-toha/toha/v4 v4.0.0-20231020202026-69611695e7e3 // indirect // replace( // github.com/hugo-toha/toha/v4 => ../toha diff --git a/go.sum b/go.sum index b401310a296..d6e8906fa5e 100644 --- a/go.sum +++ b/go.sum @@ -6,3 +6,5 @@ github.com/hugo-toha/toha/v4 v4.0.0-20230929231747-c943f39617c1 h1:iPPEerrlIaBH5 github.com/hugo-toha/toha/v4 v4.0.0-20230929231747-c943f39617c1/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= github.com/hugo-toha/toha/v4 v4.0.0-20231006193257-e8f8f3b22b76 h1:tdFPiwCPgQvOR/4CINRu8MRFfV8dg4wJtdRL8ky3Iz8= github.com/hugo-toha/toha/v4 v4.0.0-20231006193257-e8f8f3b22b76/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= +github.com/hugo-toha/toha/v4 v4.0.0-20231020202026-69611695e7e3 h1:SOiejz6dJw2jm+MBDKrznDKVWpPPXMe2YUqin9BY6Ek= +github.com/hugo-toha/toha/v4 v4.0.0-20231020202026-69611695e7e3/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=