diff --git a/src/config.toml b/src/config.toml index 1ded0a4..e1feda5 100644 --- a/src/config.toml +++ b/src/config.toml @@ -28,3 +28,4 @@ main_menu = [ ] copyright = "© $YEAR $AUTHOR" +favicon_emoji = "🌎" diff --git a/src/content/_index.md b/src/content/_index.md index af5abf1..b8cdb52 100644 --- a/src/content/_index.md +++ b/src/content/_index.md @@ -6,3 +6,8 @@ framed = true +++ Hello! My name is Raphael Bitton and I am an undergraduate at the University of Chicago studying Data Science and Music. + +
+ Cockpit view +
+ diff --git a/src/static/favicon.png b/src/static/favicon.png new file mode 100644 index 0000000..83755d4 Binary files /dev/null and b/src/static/favicon.png differ diff --git a/src/static/images/HEADSHOT-FINAL.png b/src/static/images/HEADSHOT-FINAL.png new file mode 100644 index 0000000..e0a3bb3 Binary files /dev/null and b/src/static/images/HEADSHOT-FINAL.png differ