Skip to content

Commit c36dcfd

Browse files
committed
Add resume page with filler PDF for now
1 parent 7fca742 commit c36dcfd

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

content/resume/_index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
layout = 'single'
3+
title = 'Resume'
4+
date = 2026-01-21T16:45:27-05:00
5+
draft = false
6+
+++
7+
<a href="/documents/resume.pdf">View the full PDF here</a>
8+
<object data="/documents/resume.pdf" type="application/pdf" width="100%" height="600">
9+
Failed to load embedded PDF.
10+
</object>

hugo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pluralizelisttitles = false # removes the automatically appended "s" on sideba
3232
menu = [
3333
{Name = "About", URL = "/about/", HasChildren = false},
3434
{Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5},
35+
{Name = "Resume", URL = "/resume/", HasChildren = false},
3536
]
3637

3738
# Links to your socials. Comment or delete any you don't need/use.

static/documents/resume.pdf

328 KB
Binary file not shown.

0 commit comments

Comments
 (0)