Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "themes/FixIt"]
path = themes/FixIt
url = https://github.com/hugo-fixit/FixIt.git
[submodule "resume"]
path = resume
url = https://github.com/mattstruble/resume
9 changes: 9 additions & 0 deletions assets/css/critical/92-json-resume.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.jr-work__position {
min-width: 250px;
}

.jr-basics__location-region,
.jr-basics__location-city,
.jr-education__item .jr__date-range {
visibility: hidden;
}
10 changes: 5 additions & 5 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ identifier = "about"
name = "About"
url = "/about"
weight = 40
# [[menu.main]]
# identifier = "cv"
# name = "CV"
# url = "/cv"
# weight = 50
[[menu.main]]
identifier = "cv"
name = "CV"
url = "/cv"
weight = 50
# [[menu.main]]
# identifier = "stats"
# name = "Stats"
Expand Down
3 changes: 3 additions & 0 deletions config/_default/module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ target = "assets/tabler-icons"
[[mounts]]
source = "node_modules/@tabler/icons-webfont/dist/fonts/"
target = "static/fonts"
[[mounts]]
source = "resume/"
target = "static/resume"
2 changes: 2 additions & 0 deletions content/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ draft: false
type: "cv"
---

[Download full resume in pdf format](../resume/struble_resume.pdf)

## Experience

{{< json-resume "work" >}}
Expand Down
16 changes: 16 additions & 0 deletions data/json_resume/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,22 @@
"endDate": "2015"
}
],
"skills": [
{
"name": "Languages",
"keywords": [
"Python",
"C++",
"C",
"SQL",
"Rust",
"Java",
"Bash",
"LaTex",
"Lua"
]
}
],
"languages": [
{
"language": "English",
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module struble.dev
go 1.23.3

require (
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241104181545-8a1dcdd55ba0 // indirect
github.com/schnerring/hugo-mod-json-resume v0.0.0-20241103032848-c53b1f47deca // indirect
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241104195114-84fd20146ed2 // indirect
github.com/mattstruble/resume v0.0.0-20241028203028-11f3d4a1ce4f // indirect
github.com/schnerring/hugo-mod-json-resume v0.0.0-20241118162302-d03369dc6ec0 // indirect
)
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241104181545-8a1dcdd55ba0 h1:eCy8DpEVnZ5BtFEGKETytkOaRph618pVltlH9JaDauc=
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241104181545-8a1dcdd55ba0/go.mod h1:kB/CxIqlpVbISScICPlK/a3U5JcapVWlwfxmby8D/bY=
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241104195114-84fd20146ed2 h1:VeARECpmifNeK1eOyE5RbO+LC75K1jhXHw+/ZhYNmKk=
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241104195114-84fd20146ed2/go.mod h1:kB/CxIqlpVbISScICPlK/a3U5JcapVWlwfxmby8D/bY=
github.com/mattstruble/resume v0.0.0-20241028203028-11f3d4a1ce4f h1:71S0rkp+hTGi4Fbx3PKJyUDLmdz6QRaX6P/AJKCR9LM=
github.com/mattstruble/resume v0.0.0-20241028203028-11f3d4a1ce4f/go.mod h1:AiDQzPOr+nxLksYqZBLiWfv1IUrFDKEtq4kWplihI4Y=
github.com/schnerring/hugo-mod-json-resume v0.0.0-20241103032848-c53b1f47deca h1:K3ssLkcgBpb/j189koHkGMWRrVBuHMb6FbxvRIh4UeQ=
github.com/schnerring/hugo-mod-json-resume v0.0.0-20241103032848-c53b1f47deca/go.mod h1:sOjpBNFN9mITtxiRXl5oh+oeruYImPOgOH1j0Nf3GSY=
github.com/schnerring/hugo-mod-json-resume v0.0.0-20241118162302-d03369dc6ec0 h1:Hk5QzcpS0H23YUZV5oVWoQYOJCXsMEtD3eP+DjhrLLE=
github.com/schnerring/hugo-mod-json-resume v0.0.0-20241118162302-d03369dc6ec0/go.mod h1:5RDPnoQb/ZJDfO/OE19teQeHqG9g7OpJldsF0VW1va8=
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"@tabler/icons": "^2.47.0",
"@tabler/icons-webfont": "^3.21.0",
"@tabler/icons-webfont": "^3.22.0",
"flexsearch": "0.7.31",
"katex": "^0.16.11",
"normalize.css": "^8.0.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"simple-icons": "^13.16.0",
"simple-icons": "^13.17.0",
"typeface-fira-code": "^1.1.13",
"typeface-roboto-slab": "^1.1.13"
},
Expand Down
1 change: 1 addition & 0 deletions resume
Submodule resume added at 11f3d4