File tree Expand file tree Collapse file tree 5 files changed +19
-20
lines changed Expand file tree Collapse file tree 5 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ install:
8
8
serve : install
9
9
hugo server
10
10
11
+ .PHONY : update
12
+ update :
13
+ hugo mod get -u
14
+ hugo mod tidy
15
+
11
16
.PHONY : clean
12
17
clean :
13
18
rm -f hugo-* .tgz
Original file line number Diff line number Diff line change 1
1
module struble.dev
2
2
3
- go 1.23.1
3
+ go 1.23.2
4
4
5
5
require (
6
- github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915022133-fdd5aefc83a5 // indirect
7
- github.com/schnerring/hugo-mod-json-resume v0.0.0-20240915013917-03fb24755059 // indirect
6
+ github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241026194916-041505574a3c // indirect
7
+ github.com/schnerring/hugo-mod-json-resume v0.0.0-20241020042210-0966a27d3093 // indirect
8
8
)
Original file line number Diff line number Diff line change 1
- github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240914163845-c9c76f33762b h1:Hcfqk+raK6598tUMqidpoaC6fntNaBDvKLBK1RK3TM8 =
2
- github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240914163845-c9c76f33762b /go.mod h1:r9wZ+bhxo8I4mCrAKRU5k7HRzRRGfXYT10Vstpf3hSA =
3
- github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915012930-edaf46200e41 h1:Ldh4EB1jtN7JAEJp6mmwx4OJoxFFyf9+1TCFvpf8UyY =
4
- github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915012930-edaf46200e41 /go.mod h1:r9wZ+bhxo8I4mCrAKRU5k7HRzRRGfXYT10Vstpf3hSA =
5
- github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915014350-99946dec0123 h1:AIEjFfvPGEJf5mg2GpbwMo6ZmlP1YNfKvVzbBJOZMjQ =
6
- github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915014350-99946dec0123 /go.mod h1:r9wZ+bhxo8I4mCrAKRU5k7HRzRRGfXYT10Vstpf3hSA =
7
- github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915022133-fdd5aefc83a5 h1:PLBkTjW6abJfuRVy7UUWyRkTkxVuLuV1ANa2Ntcycxs =
8
- github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915022133-fdd5aefc83a5 /go.mod h1:+QMjNkJVIrbnlGq+hhaLs6BGU2uvhURuEh+tsl50yRw =
9
- github.com/schnerring/hugo-mod-json-resume v0.0.0-20240912013022-d0a6933840c5 h1:AV/aZDOq1Y9yS9DlK137/xPhfLgzwg0w+IlxBWw5OS4 =
10
- github.com/schnerring/hugo-mod-json-resume v0.0.0-20240912013022-d0a6933840c5 /go.mod h1:Pc0QvpaSvbHMym3crVDxSe9O2VpL89TSWEHK3JqPRjQ =
11
- github.com/schnerring/hugo-mod-json-resume v0.0.0-20240915013917-03fb24755059 h1:VnCxbvjKiRklX8uMyc2yqJC6AmaiHz5uYnXCpvO9MFk =
12
- github.com/schnerring/hugo-mod-json-resume v0.0.0-20240915013917-03fb24755059 /go.mod h1:Pc0QvpaSvbHMym3crVDxSe9O2VpL89TSWEHK3JqPRjQ =
1
+ github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915180054-6bda43840986 h1:6Jz+AW3tmuMs7VBnDhv4dc0XW+5UIQLTRS070jLjJ5s =
2
+ github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915180054-6bda43840986 /go.mod h1:+QMjNkJVIrbnlGq+hhaLs6BGU2uvhURuEh+tsl50yRw =
3
+ github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241026194916-041505574a3c h1:no8RUxUq/XsmVqO47ouFgjdp3CvH/t9Km6GRGoV/PkQ =
4
+ github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241026194916-041505574a3c /go.mod h1:A2LfhSnk2Fdibuoei9/iN/xYDFNX7T5PaLlZyp69b2g =
5
+ github.com/schnerring/hugo-mod-json-resume v0.0.0-20241020042210-0966a27d3093 h1:5SamKC1cfAf/7ukhCDNil03j/O8bagnwdXSJWt2QrH8 =
6
+ github.com/schnerring/hugo-mod-json-resume v0.0.0-20241020042210-0966a27d3093 /go.mod h1:sOjpBNFN9mITtxiRXl5oh+oeruYImPOgOH1j0Nf3GSY =
Original file line number Diff line number Diff line change 42
42
"normalize.css" : " ^8.0.1" ,
43
43
"prism-themes" : " ^1.9.0" ,
44
44
"prismjs" : " ^1.29.0" ,
45
- "simple-icons" : " ^13.10.0 " ,
45
+ "simple-icons" : " ^13.14.1 " ,
46
46
"typeface-fira-code" : " ^1.1.13" ,
47
47
"typeface-roboto-slab" : " ^1.1.13"
48
48
},
You can’t perform that action at this time.
0 commit comments