Skip to content

Commit f10c76d

Browse files
authored
papermodx theme (#3)
1 parent 553c9f2 commit f10c76d

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
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

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module github.com/kzuberi/kzuberi.github.io
22

33
go 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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/adityatelange/hugo-PaperMod v0.0.0-20250308180000-72615b6d49ab h1:l4GdIkA0HHaZcfvdrAIJ3AcCMnkUW/Ix4ooDocqmZts=
22
github.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=

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ markup:
3737
highlight:
3838
lineNos: true
3939
noClasses: false
40-
codeFences: true
41-
style: "github"
40+
4241

4342
module:
4443
imports:
44+
# Note this is redirected to "github.com/reorx/hugo-PaperModX" in go.mod
4545
- path: "github.com/adityatelange/hugo-PaperMod"

0 commit comments

Comments
 (0)