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

@ -5,13 +5,12 @@
<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>Categories | Zachary Billman&#39;s Blog</title>
<meta name="keywords" content="" />
<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/categories/" />
<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>Categories | Zachary Billman</title>
<meta name="keywords" content="">
<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/categories/">
<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">
@ -20,6 +19,7 @@
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://www.zacharybillman.com/categories/index.xml">
<link rel="alternate" hreflang="en" href="https://www.zacharybillman.com/categories/">
<noscript>
<style>
#theme-toggle,
@ -28,42 +28,15 @@
}
</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="Categories" />
<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="Categories" />
<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/categories/" /><meta property="og:site_name" content="Zachary Billman&#39;s Blog" />
<meta property="og:url" content="https://www.zacharybillman.com/categories/" /><meta property="og:site_name" content="Zachary Billman" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content="Where I talk a little about... not much."/>
<meta name="twitter:description" content="Zach Billman&#39;s blog, where I talk about birds, science, and what ever else catches my fancy."/>
</head>
@ -71,10 +44,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>
@ -82,17 +51,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>
@ -106,7 +75,7 @@
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</span>
</div>
</div>
<ul id="menu">
<li>
@ -120,8 +89,13 @@
</a>
</li>
<li>
<a href="https://www.zacharybillman.com" title="zacharybillman.com">
<span>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>
@ -133,15 +107,28 @@
</header>
<ul class="terms-tags">
<li>
<a href="https://www.zacharybillman.com/categories/birding/">birding <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li>
<a href="https://www.zacharybillman.com/categories/coffee/">coffee <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li>
<a href="https://www.zacharybillman.com/categories/science/">science <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li>
<a href="https://www.zacharybillman.com/categories/selfhosting/">selfhosting <sup><strong><sup>2</sup></strong></sup> </a>
</li>
</ul>
</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">