trying out deployments
Some checks failed
Build and Deploy Zola Site / build (push) Failing after 1m2s

This commit is contained in:
2025-10-09 19:26:45 -05:00
parent 59526558a9
commit 8444821252
5 changed files with 47 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ build_search_index = false
theme = "terminus"
title = "Raphael Bitton"
author = "Raphael Bitton"
[markdown]
# Whether to do syntax highlighting
@@ -17,3 +18,12 @@ highlight_code = false
[extra]
# Put all your custom variables here
main_menu = [
{ name = "about", url = "about", trailing_slash = true},
{ name = "resume", url = "resume", trailing_slash = true},
{ name = "meditations", url = "meditations", trailing_slash = true},
{ name = "git", url = "https://git.rbitton.com/rbitton", new_tab = true },
{ name = "flights", url = "https://flights.rbitton.com/share/public", new_tab = true },
]
copyright = "© $YEAR $AUTHOR"

View File

@@ -1,4 +1,8 @@
+++
title = "Home"
paginate_by = 5
[extra]
framed = true
+++
Hello! My name is Raphael Bitton and I am an undergraduate at the University of Chicago studying Data Science and Music.