trying out deployments
Some checks failed
Build and Deploy Zola Site / build (push) Failing after 1m2s
Some checks failed
Build and Deploy Zola Site / build (push) Failing after 1m2s
This commit is contained in:
@@ -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"
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user