Skip to content

Commit

Permalink
feat: resume
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcook committed Nov 14, 2024
1 parent 8b4f15e commit 5676076
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
26 changes: 13 additions & 13 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,22 @@ pageRef = "hobbies"
weight = 40

[[main]]
name = "About"
name = "Overview"
parent = "About"
pageRef = "about"
weight = 50

[[main]]
name = "Resume"
parent = "About"
pageRef = "resume"
weight = 60

# [[main]]
# name = "About"
# pageRef = "about"
# weight = 50

# [[main]]
# pre = "github"
# name = ""
Expand All @@ -47,18 +59,6 @@ weight = 50
# url = "https://www.buymeacoffee.com/joshuacook"
# weight = 110

#[[main]]
# name = "example sub-menu 1"
# parent = "Parent"
# pageRef = "posts"
# weight = 20

#[[main]]
# name = "example sub-menu 2"
# parent = "Parent"
# pageRef = "posts"
# weight = 20

#[[subnavigation]]
# name = "An interesting topic"
# pageRef = "tags/interesting-topic"
Expand Down
12 changes: 12 additions & 0 deletions content/resume/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<title>Resume</title>
<link rel="canonical" href="/jhrcook-website/resume.pdf" />
<meta name="robots" content="noindex">
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=/jhrcook-website/resume.pdf" />
</head>

</html>
Binary file added static/resume.pdf
Binary file not shown.

0 comments on commit 5676076

Please sign in to comment.