site

files for beauhilton.com
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit 8b3615d1c9579a0588ae93073d86dd2977a8cb14
parent 2fc3c555fe28b27398cf60e474004c999ebfc1a2
Author: Beau <cbeauhilton@gmail.com>
Date:   Mon, 19 Dec 2022 01:30:22 -0600

update

Diffstat:
Mindex.json | 10++++++++++
Msite/about.md | 16++++------------
Msite/now.md | 38++++++++++++++++++++++++++++++--------
Asite/posts/thanks.md | 9+++++++++
Msite/style.css | 14++++++++++++++
Asite/thanks.md | 101+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mtemplates/nav.html | 1+
7 files changed, 169 insertions(+), 20 deletions(-)

diff --git a/index.json b/index.json @@ -1,5 +1,15 @@ [ { + "url": "/posts/thanks", + "page_file": "site/posts/thanks.md", + "nav_path": [ + "posts" + ], + "excerpt": "A public, running journal of \"hey, thanks\" \nto the folks who make my life better, in big and small ways. \nCheck it out <a href=\"/thanks\">here</a>.", + "date": "2022-12-19", + "title": "I made a thanks page" + }, + { "url": "/posts/mime", "page_file": "site/posts/mime.md", "nav_path": [ diff --git a/site/about.md b/site/about.md @@ -1,8 +1,3 @@ -# about - -I'm a husband, father, physician, educator, and data scientist. - - ## husband and father These are the most important roles I play. @@ -11,13 +6,10 @@ If we meet, and you're interested, we can talk about it. ## physician -Medical school at Cleveland Clinic Lerner College of Medicine -of Case Western Reserve University, -Class of 2020. - -Harrison Society member at Vanderbilt University, -which includes internal medicine residency (2020-2022) -and research/fellowship in hematology-oncology (2022-2026). +Oncology fellow, Vanderbilt 2022-2026. +Internal medicine resident, Vanderbilt 2020-2022. +Medical school, Cleveland Clinic Lerner College of Medicine +of Case Western Reserve University 2015-2020. ## educator diff --git a/site/now.md b/site/now.md @@ -1,15 +1,37 @@ -# family +## family -Our oldest is 9, youngest is 2. -Everyone remains well and cantankerous. +Two "adults." +Four children - oldest is 9, youngest is 2. +Two dogs, one of whom has a cast on his right hind leg, +where he had a tib-fib fracture repaired +(that adorable lug squoze through a hole the other dog dug under the fence, +and acquainted his hind end with a passing car). +Thirteen or so chickens +(hens all - the roosters found new homes) +round out the menagerie. -# work +Other than the canine's healing leg, everyone remains well, +and all are, as always, cantankerous. -I'm an oncology fellow at Vanderbilt University Medical Center. -It's a good gig. +## work -# other +I'm a first-year oncology fellow at Vanderbilt University Medical Center. +It's a good gig. + +I never really had that whole "med student syndrome" thing, +where you think you have all the diseases you're learning about. +Now I have a serious case of "oncology fellow syndrome," +where every symptom is probably the first herald of cancer. + +Despite that, this is the most humane I've felt while practicing medicine, +and the most rewarding experience I've had at work +since starting the transition to physician. + +Cancer sucks, but oncology is awesome. + + +## other Ted Hawkins' song "[Sorry You're Sick](https://youtu.be/jTO-zb6XTzg)" reminds me of the book @@ -19,4 +41,4 @@ and the uncomfortable and sublime truth that all medicine is palliative medicine - - - -This [now page](https://nownownow.com/about) was last updated 2022-12-01. +This [now page](https://nownownow.com/about) was last updated 2022-12-19. diff --git a/site/posts/thanks.md b/site/posts/thanks.md @@ -0,0 +1,9 @@ +# I made a thanks page + +<time id="post-date">2022-12-19</time> + +<p id="post-excerpt"> +A public, running journal of "hey, thanks" +to the folks who make my life better, in big and small ways. +Check it out <a href="/thanks">here</a>. +</p> diff --git a/site/style.css b/site/style.css @@ -57,6 +57,20 @@ body { padding: 13px; } +.thanks-date { + font-weight:bold; +} + +.thanks-to { + font-style: italic; + font-weight: 200; +} + +.thanks { + padding-top:1em; + padding-bottom:1em; +} + /* Structural blocks */ #page-wrapper diff --git a/site/thanks.md b/site/thanks.md @@ -0,0 +1,101 @@ +This is a "thanks page." + +Sections of personal sites such as [about](/about), +[now](https://nownownow.com/about), +and [uses](https://uses.tech) pages +are nice ways for people visiting your site to get to know you better, +each from a slightly different angle. + +This page is also meant to bring the reader and author closer together. +By sharing a "hey, thanks" to folks who made a difference that day, +it gets back to that old idea that we create each other in our relationships. +The author gets to reflect on and state the positive thing, and the reader, +whether or not he or she is the one being thanked, +can get a kick out of watching joy and kindness flourish in the world. + +If you like this idea +and decide to make your own thanks page, +please do, +and [let me know](/contact). I'll link to your page here. + +Sincerity only - +if you'd like to bitch about something or someone, +and it must be online, +write a proper [post](/posts). + +<br> + +--- + +<div class="thanks"> + + <time datetime="2022-12-18" class="thanks-date"> + 2022-12-18 + </time> + + <p class="thanks-to"> + Moriah + </p> + + <p class="thanks-for"> + Thanks for being willing to trade a shift later this week + so we can do a date-offset Christmas with the family. + </p> + +</div> + +--- + +<div class="thanks"> + + <time datetime="2022-12-16" class="thanks-date"> + 2022-12-16 + </time> + + <p class="thanks-to"> + Ronak and Eric + </p> + + <p class="thanks-for"> + Thanks for jumping in to discuss your experiences with inpatient induction chemo for head and neck cancers - valuable insights, humane, lively. + </p> + +</div> + +--- + +<div class="thanks"> + + <time datetime="2022-12-15" class="thanks-date"> + 2022-12-15 + </time> + + <p class="thanks-to"> +The NAVA BMT nurses + </p> + + <p class="thanks-for"> +Thanks for sticking with me and a veteran +who needed to sleep off the extra milligram of sedation. + </p> + +</div> + +<!-- template begin --> +<!-- <div class="thanks"> --> + +<!-- <time datetime="2022-12-18" class="thanks-date">2022-12-18</time> --> + +<!-- <p class="thanks-to"> --> + +<!-- </p> --> + +<!-- <p class="thanks-for"> --> + +<!-- </p> --> + +<!-- </div> --> + +<!-- --- --> + +<!-- template end --> diff --git a/templates/nav.html b/templates/nav.html @@ -1,5 +1,6 @@ <a href="/about">about</a> <a href="/now">now</a> +<a href="/thanks">thanks</a> <a href="/posts">posts</a> <a href="https://notes.beauhilton.com">notes</a> <a href="https://talks.beauhilton.com">talks</a>