File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# Ignore Hugo build lock file
88/.hugo_build.lock
99
10+ # Ignore Hugo generated resources
11+ /resources /_gen /
12+
1013# Ignore temporary files created by the editor
1114* .swp
1215* .swo
Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ module github.com/kzuberi/kzuberi.github.io
22
33go 1.24.0
44
5- require github.com/adityatelange/hugo-PaperMod v0.0.0-20250308180000-72615b6d49ab // indirect
5+ replace github.com/adityatelange/hugo-PaperMod => github.com/reorx/hugo-PaperModX v0.0.0-20250320091459-846feebb62fc
6+
7+ require github.com/adityatelange/hugo-PaperMod v0.0.0-20250320091459-846feebb62fc // indirect
Original file line number Diff line number Diff line change 11github.com/adityatelange/hugo-PaperMod v0.0.0-20250308180000-72615b6d49ab h1:l4GdIkA0HHaZcfvdrAIJ3AcCMnkUW/Ix4ooDocqmZts =
22github.com/adityatelange/hugo-PaperMod v0.0.0-20250308180000-72615b6d49ab /go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ =
3+ github.com/reorx/hugo-PaperModX v0.0.0-20250320091459-846feebb62fc h1:VWIqQPrfZGEvxMqezbukdVsP1/+PtnYLLtcmQoDvHPM =
4+ github.com/reorx/hugo-PaperModX v0.0.0-20250320091459-846feebb62fc /go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ =
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ markup:
3737 highlight :
3838 lineNos : true
3939 noClasses : false
40- codeFences : true
41- style : " github"
40+
4241
4342module :
4443 imports :
44+ # Note this is redirected to "github.com/reorx/hugo-PaperModX" in go.mod
4545 - path : " github.com/adityatelange/hugo-PaperMod"
You can’t perform that action at this time.
0 commit comments