added contact page

This commit is contained in:
2025-10-11 17:56:41 -05:00
parent cfb9fcfeeb
commit 2151bb0bb5
2 changed files with 11 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ main_menu = [
{ name = "git", url = "https://git.rbitton.com/rbitton", new_tab = true }, { name = "git", url = "https://git.rbitton.com/rbitton", new_tab = true },
{ name = "photos", url = "https://photos.rbitton.com/share/ujS7skFBGW0xG22K2SCE6JsIppM-8tAlb_wyl39J0KDs7rTYY38AQ8z44tLOktCQErA", new_tab = true }, { name = "photos", url = "https://photos.rbitton.com/share/ujS7skFBGW0xG22K2SCE6JsIppM-8tAlb_wyl39J0KDs7rTYY38AQ8z44tLOktCQErA", new_tab = true },
{ name = "flights", url = "https://flights.rbitton.com/share/public", new_tab = true }, { name = "flights", url = "https://flights.rbitton.com/share/public", new_tab = true },
{ name = "contact", url = "contact", trailing_slash = true },
] ]
copyright = "© $YEAR $AUTHOR" copyright = "© $YEAR $AUTHOR"

View File

@@ -0,0 +1,10 @@
+++
title = "Contact"
date = 2025-10-10
+++
# Contact
For professional matters, please contact me at [raphael@rbitton.com](mailto:raphael@rbitton.com).
For academic matters, please contact me at [rbitton@uchicago.edu](mailto:rbitton@uchicago.edu).