Updated themes and shortcodes.

This commit is contained in:
2024-10-13 08:43:23 -04:00
parent e5a9987aec
commit 888ca6fb8d
159 changed files with 10329 additions and 249 deletions

View File

@ -2,17 +2,16 @@
<html lang="en" dir="auto">
<head>
<meta name="generator" content="Hugo 0.95.0" /><meta charset="utf-8">
<meta name="generator" content="Hugo 0.135.0"><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow">
<title>Zachary Billman&#39;s Blog</title>
<meta name="keywords" content="Blog, Portfolio, PaperMod" />
<meta name="description" content="Where I talk a little about... not much.">
<meta name="author" content="Zachary Billman, who else?">
<link rel="canonical" href="https://www.zacharybillman.com/" />
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.48a18943c2fc15c38a372b8dde1f5e5dc0bc64fa6cb90f5a817d2f8c76b7f3ae.css" integrity="sha256-SKGJQ8L8FcOKNyuN3h9eXcC8ZPpsuQ9agX0vjHa3864=" rel="preload stylesheet" as="style">
<link rel="preload" href="/apple-touch-icon.png" as="image">
<title>Zachary Billman</title>
<meta name="keywords" content="Blog, Portfolio, PaperMod, Zachary Billman, Zach Billman">
<meta name="description" content="Zach Billman&#39;s blog, where I talk about birds, science, and what ever else catches my fancy.">
<meta name="author" content="Zachary Billman">
<link rel="canonical" href="https://www.zacharybillman.com/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.2501c2c03e4bf83dbcd5f4c6f8fda43d8c7d579cf54417793281f3c19df525fb.css" integrity="sha256-JQHCwD5L&#43;D281fTG&#43;P2kPYx9V5z1RBd5MoHzwZ31Jfs=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://www.zacharybillman.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://www.zacharybillman.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://www.zacharybillman.com/favicon-32x32.png">
@ -21,6 +20,8 @@
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://www.zacharybillman.com/index.xml">
<link rel="alternate" type="application/json" href="https://www.zacharybillman.com/index.json">
<link rel="alternate" hreflang="en" href="https://www.zacharybillman.com/">
<noscript>
<style>
#theme-toggle,
@ -29,53 +30,26 @@
}
</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--hljs-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}
.list {
background: var(--theme);
}
.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}
</style>
</noscript><meta property="og:title" content="Zachary Billman&#39;s Blog" />
<meta property="og:description" content="Where I talk a little about... not much." />
</noscript><script async defer data-website-id="cfe9001f-a59d-4e57-9df0-10551852558b" src="https://umami.zacharybillman.com/umami.js"></script>
<meta property="og:title" content="Zachary Billman" />
<meta property="og:description" content="Zach Billman&#39;s blog, where I talk about birds, science, and what ever else catches my fancy." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.zacharybillman.com/" /><meta property="og:site_name" content="Zachary Billman&#39;s Blog" />
<meta property="og:url" content="https://www.zacharybillman.com/" /><meta property="og:site_name" content="Zachary Billman" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Zachary Billman&#39;s Blog"/>
<meta name="twitter:description" content="Where I talk a little about... not much."/>
<meta name="twitter:title" content="Zachary Billman"/>
<meta name="twitter:description" content="Zach Billman&#39;s blog, where I talk about birds, science, and what ever else catches my fancy."/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Zachary Billman's Blog",
"url": "https://www.zacharybillman.com",
"description": "Where I talk a little about... not much.",
"name": "Zachary Billman",
"url": "https://www.zacharybillman.com/",
"description": "Zach Billman's blog, where I talk about birds, science, and what ever else catches my fancy.",
"thumbnailUrl": "https://www.zacharybillman.com/favicon.ico",
"sameAs": [
"https://twitter.com/zacharypbillman"
"https://twitter.com/zacharypbillman", "https://gitea.zacharybillman.com/zpb", "mailto:zach@zacharybillman.com"
]
}
</script>
@ -85,10 +59,6 @@
<script>
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
</script>
@ -96,17 +66,17 @@
<header class="header">
<nav class="nav">
<div class="logo">
<a href="https://www.zacharybillman.com" accesskey="h" title="Home (Alt + H)">
<img src="https://www.zacharybillman.com/apple-touch-icon.png" alt="logo" aria-label="logo"
height="35">Home</a>
<span class="logo-switches">
<a href="https://www.zacharybillman.com/" accesskey="h" title="Zachary Billman (Alt + H)">
<img src="https://www.zacharybillman.com/homepage/flask.svg" alt="" aria-label="logo"
height="35">Zachary Billman</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
@ -120,7 +90,7 @@
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</span>
</div>
</div>
<ul id="menu">
<li>
@ -134,43 +104,74 @@
</a>
</li>
<li>
<a href="https://www.zacharybillman.com" title="zacharybillman.com">
<span class="active">zacharybillman.com</span>
<a href="https://www.zacharybillman.com/posts/" title="posts">
<span>posts</span>
</a>
</li>
<li>
<a href="https://www.zacharybillman.com/search/" title="search (Alt &#43; /)" accesskey=/>
<span>search</span>
</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<article class="first-entry home-info">
<header class="entry-header">
<h1>Greetings.</h1>
</header>
<section class="entry-content">
<p>Welcome to my humble blog, where I say a little about&hellip; not much.</p>
</section>
<footer class="entry-footer">
<div class="social-icons">
<a href="https://twitter.com/zacharypbillman" target="_blank" rel="noopener noreferrer me" title="Twitter">
<main class="main"><div class="profile">
<div class="profile_inner">
<img draggable="false" src="https://www.zacharybillman.com/homepage/2021_headshot.webp" alt="Headshot of Zachary Billman, the owner and maintainer of this website." title="Headshot of Zachary Billman, the owner and maintainer of this website."
height="360" width="360" />
<h1>Zachary Billman</h1>
<span>Welcome to my humble blog, where I say a little about&hellip; not much. Stay tuned for future updates on birds I&rsquo;ve seen lately, science I think is interesting, and my journey through my MD-PhD training.</span><div class="social-icons" >
<a href="https://twitter.com/zacharypbillman" target="_blank" rel="noopener noreferrer me"
title="Twitter">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z">
</path>
</svg>
</a>
<a href="https://gitea.zacharybillman.com/zpb" target="_blank" rel="noopener noreferrer me"
title="Gitea">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20" fill="currentColor">
<path
d="M4.209 4.603c-.247 0-.525.02-.84.088-.333.07-1.28.283-2.054 1.027C-.403 7.25.035 9.685.089 10.052c.065.446.263 1.687 1.21 2.768 1.749 2.141 5.513 2.092 5.513 2.092s.462 1.103 1.168 2.119c.955 1.263 1.936 2.248 2.89 2.367 2.406 0 7.212-.004 7.212-.004s.458.004 1.08-.394c.535-.324 1.013-.893 1.013-.893s.492-.527 1.18-1.73c.21-.37.385-.729.538-1.068 0 0 2.107-4.471 2.107-8.823-.042-1.318-.367-1.55-.443-1.627-.156-.156-.366-.153-.366-.153s-4.475.252-6.792.306c-.508.011-1.012.023-1.512.027v4.474l-.634-.301c0-1.39-.004-4.17-.004-4.17-1.107.016-3.405-.084-3.405-.084s-5.399-.27-5.987-.324c-.187-.011-.401-.032-.648-.032zm.354 1.832h.111s.271 2.269.6 3.597C5.549 11.147 6.22 13 6.22 13s-.996-.119-1.641-.348c-.99-.324-1.409-.714-1.409-.714s-.73-.511-1.096-1.52C1.444 8.73 2.021 7.7 2.021 7.7s.32-.859 1.47-1.145c.395-.106.863-.12 1.072-.12zm8.33 2.554c.26.003.509.127.509.127l.868.422-.529 1.075a.686.686 0 0 0-.614.359.685.685 0 0 0 .072.756l-.939 1.924a.69.69 0 0 0-.66.527.687.687 0 0 0 .347.763.686.686 0 0 0 .867-.206.688.688 0 0 0-.069-.882l.916-1.874a.667.667 0 0 0 .237-.02.657.657 0 0 0 .271-.137 8.826 8.826 0 0 1 1.016.512.761.761 0 0 1 .286.282c.073.21-.073.569-.073.569-.087.29-.702 1.55-.702 1.55a.692.692 0 0 0-.676.477.681.681 0 1 0 1.157-.252c.073-.141.141-.282.214-.431.19-.397.515-1.16.515-1.16.035-.066.218-.394.103-.814-.095-.435-.48-.638-.48-.638-.467-.301-1.116-.58-1.116-.58s0-.156-.042-.27a.688.688 0 0 0-.148-.241l.516-1.062 2.89 1.401s.48.218.583.619c.073.282-.019.534-.069.657-.24.587-2.1 4.317-2.1 4.317s-.232.554-.748.588a1.065 1.065 0 0 1-.393-.045l-.202-.08-4.31-2.1s-.417-.218-.49-.596c-.083-.31.104-.691.104-.691l2.073-4.272s.183-.37.466-.497a.855.855 0 0 1 .35-.077z" />
</svg>
</a>
<a href="mailto:zach@zacharybillman.com" target="_blank" rel="noopener noreferrer me"
title="Email">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
</a>
</div>
</footer>
</article>
<div class="buttons">
<a class="button" href="/posts/about-me/" rel="noopener" title="About Me">
<span class="button-inner">
About Me
</span>
</a>
<a class="button" href="posts" rel="noopener" title="All Posts">
<span class="button-inner">
All Posts
</span>
</a>
</div>
</div>
</div>
</main>
<footer class="footer">
<span>&copy; 2022 <a href="https://www.zacharybillman.com">Zachary Billman&#39;s Blog</a></span>
<span>&copy; 2024 <a href="https://www.zacharybillman.com/">Zachary Billman</a></span> ·
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a>
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">