publishable?
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# The URL the site will be built for
|
||||
base_url = "http://100.100.200.0:1313"
|
||||
base_url = "https://rbitton.com"
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
compile_sass = true
|
||||
@@ -19,10 +19,11 @@ 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 = "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 = "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 },
|
||||
]
|
||||
|
||||
|
14
src/content/about/_index.md
Normal file
14
src/content/about/_index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
+++
|
||||
title = "About"
|
||||
date = 2025-10-09
|
||||
+++
|
||||
|
||||
# About Me
|
||||
|
||||
I’m a 4th year student at the University of Chicago with an enduring fascination for systems — the kind that hum quietly when they work and demand humility when they don’t. Most of my time goes into running and refining a constellation of Linux machines, tinkering with infrastructure, and turning half-baked technical curiosities into functioning projects.
|
||||
|
||||
My formal majors are Data Science and Music, but I'm kind of all over the place. I do systems research in the C.S. department and spend most of my time tinkering.
|
||||
|
||||
I like systems that make sense, music that doesn’t, and the way both Adele and Bach can bring order to chaos. Whether I’m balancing RAID arrays, planning the next server migration, or diving into aviation data for no practical reason, I’m driven by the same thing: curiosity, and the satisfaction of making something truly work.
|
||||
|
||||
SoCal made me; Chicago trained me; the command line keeps me honest.
|
5
src/content/meditations/_index.md
Normal file
5
src/content/meditations/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Meditations"
|
||||
+++
|
||||
|
||||
One day I'd like to write some blogs (I call "medidations" because it sounds cooler) and when that happens they will live here.
|
Reference in New Issue
Block a user