Skip to content

Commit

Permalink
Update theme
Browse files Browse the repository at this point in the history
Signed-off-by: hossainemruz <[email protected]>
  • Loading branch information
hossainemruz committed Sep 20, 2024
1 parent 9f5dc7a commit 0c4bc1a
Show file tree
Hide file tree
Showing 5 changed files with 1,112 additions and 242 deletions.
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.5.1-0.20240920005714-9da3e3420b4d/assets/*"
"../../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.6.0/assets/*"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hugo-toha/hugo-toha.github.io

go 1.21

require github.com/hugo-toha/toha/v4 v4.5.1-0.20240920005714-9da3e3420b4d // indirect
require github.com/hugo-toha/toha/v4 v4.6.0 // indirect

// replace(
// github.com/hugo-toha/toha/v4 => ../toha
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/hugo-toha/toha/v4 v4.5.1-0.20240920005714-9da3e3420b4d h1:pp9Q2zGZpT2TtyW04E068xTr2v3iOIoakN/gA0Wh+p4=
github.com/hugo-toha/toha/v4 v4.5.1-0.20240920005714-9da3e3420b4d/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
github.com/hugo-toha/toha/v4 v4.6.0 h1:u+9KiGyTsC54sHld8HEvLEJBnKjkuuasHwair1wJM2Y=
github.com/hugo-toha/toha/v4 v4.6.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
Loading

0 comments on commit 0c4bc1a

Please sign in to comment.