diff --git a/hugo.toml b/hugo.toml index 8717ee8..3a1bca3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -17,3 +17,7 @@ theme = 'PaperMod' name = "Certifications" url = "/certifications/" weight = 10 +[[menus.main]] + name = "Resume" + url = "/resume.pdf" + weight = 20 diff --git a/static/resume.pdf b/static/resume.pdf new file mode 100644 index 0000000..37d5dc3 Binary files /dev/null and b/static/resume.pdf differ