Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/anishathalye/proof…
Browse files Browse the repository at this point in the history
…-html-2.1.2
  • Loading branch information
kodiakhq[bot] authored Sep 29, 2023
2 parents 0431be4 + 3841de1 commit 6348146
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 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": {
"*": [
"../../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/[email protected]20230928222719-6dc9d1d33db8/assets/*"
"../../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/[email protected]20230929231747-c943f39617c1/assets/*"
]
}
}
Expand Down
9 changes: 0 additions & 9 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@ params:
# Enable dark theme
darkMode:
enable: true
services:
darkreader:
defaultColorScheme: system # options are 'system', 'dark', 'light'
fixes:
invert: ['img[src$=".svg"]'] # inverts svg colors.
theme:
brightness: 100
contrast: 100
sepia: 0

# Enable and configure portfolio
portfolio:
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.19

require github.com/hugo-toha/toha/v4 v4.0.0-20230928222719-6dc9d1d33db8 // indirect
require github.com/hugo-toha/toha/v4 v4.0.0-20230929231747-c943f39617c1 // indirect

// replace(
// github.com/hugo-toha/toha/v4 => ../toha
Expand Down
12 changes: 4 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
github.com/hugo-toha/toha/v4 v4.0.0-20230127171959-e5fcc95e8b8d h1:k1rDTBgP+PHukGcuuZTHdR3NgdfPkTrrwClG0ehm44Y=
github.com/hugo-toha/toha/v4 v4.0.0-20230127171959-e5fcc95e8b8d/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
github.com/hugo-toha/toha/v4 v4.0.0-20230727181551-55560f40bd03 h1:VrN/VsURSj3tEc77GGJZ07v5dItf5pEm73xsZ+j8elU=
github.com/hugo-toha/toha/v4 v4.0.0-20230727181551-55560f40bd03/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
github.com/hugo-toha/toha/v4 v4.0.0-20230728185750-678d9550444c h1:NanyMope8J0urep2t357pvKITLjt1CLc6rLp4TS2mGs=
github.com/hugo-toha/toha/v4 v4.0.0-20230728185750-678d9550444c/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
github.com/hugo-toha/toha/v4 v4.0.0-20230728200917-0e12222cc3bd h1:cSPVhSQLd3CI+QnVl/tpMSKJm50+nYJL/qtAYrUdNkE=
github.com/hugo-toha/toha/v4 v4.0.0-20230728200917-0e12222cc3bd/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
github.com/hugo-toha/toha/v4 v4.0.0-20230928222719-6dc9d1d33db8 h1:9EEY0tMgzf0NEKRYdtc+WwrG6FMolQuQIPujzdh3++M=
github.com/hugo-toha/toha/v4 v4.0.0-20230928222719-6dc9d1d33db8/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
github.com/hugo-toha/toha/v4 v4.0.0-20230929230448-5f0aebcf6842 h1:WXIgg+D6DzPuahhVBoL4ytm/+mgyxAjnDSv24jzmQAY=
github.com/hugo-toha/toha/v4 v4.0.0-20230929230448-5f0aebcf6842/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
github.com/hugo-toha/toha/v4 v4.0.0-20230929231747-c943f39617c1 h1:iPPEerrlIaBH5TvkQSQ71Rg09C5GvGVodM0WOiipUcc=
github.com/hugo-toha/toha/v4 v4.0.0-20230929231747-c943f39617c1/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=

0 comments on commit 6348146

Please sign in to comment.