From 4a3db1b9dbf91da93d84e6fbda51ad5c1b639d72 Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Wed, 11 Oct 2023 13:41:18 -0400 Subject: [PATCH] add resume to site --- .gitignore | 2 ++ _quarto.yml | 2 ++ _site/index.html | 4 ++++ _site/kyle_resume.pdf | Bin 0 -> 14039873 bytes kyle_resume.pdf | Bin 0 -> 14039873 bytes 5 files changed, 8 insertions(+) create mode 100644 _site/kyle_resume.pdf create mode 100644 kyle_resume.pdf diff --git a/.gitignore b/.gitignore index 61b73f5..e597aad 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ rsconnect/ /.quarto/ +# using this folder to move old blog posts over +old_posts/ \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index b7cc509..19bd8dc 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -6,6 +6,8 @@ website: navbar: right: - blog.qmd + - text: "Resume" + file: kyle_resume.pdf - icon: github href: https://github.com/mmmmtoasty19 format: diff --git a/_site/index.html b/_site/index.html index 53bb3d3..bfaf0f6 100644 --- a/_site/index.html +++ b/_site/index.html @@ -83,6 +83,10 @@ ul.task-list li input[type="checkbox"] { +