From 2151bb0bb5cf31963e2b3761eba963f62b49da4c Mon Sep 17 00:00:00 2001 From: Raphael Bitton Date: Sat, 11 Oct 2025 17:56:41 -0500 Subject: [PATCH] added contact page --- src/config.toml | 1 + src/content/contact/_index.md | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 src/content/contact/_index.md diff --git a/src/config.toml b/src/config.toml index fe4331f..6cb0b4b 100644 --- a/src/config.toml +++ b/src/config.toml @@ -25,6 +25,7 @@ main_menu = [ { 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 = "flights", url = "https://flights.rbitton.com/share/public", new_tab = true }, + { name = "contact", url = "contact", trailing_slash = true }, ] copyright = "© $YEAR $AUTHOR" diff --git a/src/content/contact/_index.md b/src/content/contact/_index.md new file mode 100644 index 0000000..861d440 --- /dev/null +++ b/src/content/contact/_index.md @@ -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).