Forgot to build the pages.
This commit is contained in:
@ -5,9 +5,9 @@
|
||||
<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>Posts | Norm-Hosted 💾</title>
|
||||
<title>Posts | Norm-working Packets 💾</title>
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="Posts - Norm-Hosted 💾">
|
||||
<meta name="description" content="Posts - Norm-working Packets 💾">
|
||||
<meta name="author" content="Norm Rasmussen">
|
||||
<link rel="canonical" href="./posts.html">
|
||||
<link crossorigin="anonymous" href="./assets/css/stylesheet.5cfc680b1eeaeef9efbced92d46c2a9e876b72ee14fba85846afc4cff9e6e6f8.css" integrity="sha256-XPxoCx7q7vnvvO2S1Gwqnodrcu4U+6hYRq/Ez/nm5vg=" rel="preload stylesheet" as="style">
|
||||
@ -39,13 +39,13 @@ if (!doNotTrack) {
|
||||
}
|
||||
</script>
|
||||
<meta property="og:title" content="Posts" />
|
||||
<meta property="og:description" content="A mostly technical blog & series of experiences working in tech and my homelab" />
|
||||
<meta property="og:description" content="A semi-technical blog & series of experiences working in tech and my homelab" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="/posts.html" /><meta property="og:site_name" content="Norm-Hosted" />
|
||||
<meta property="og:url" content="/posts.html" /><meta property="og:site_name" content="Norm-working Packets" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
<meta name="twitter:description" content="A mostly technical blog & series of experiences working in tech and my homelab"/>
|
||||
<meta name="twitter:description" content="A semi-technical blog & series of experiences working in tech and my homelab"/>
|
||||
|
||||
|
||||
<script type="application/ld+json">
|
||||
@ -75,7 +75,7 @@ if (!doNotTrack) {
|
||||
<header class="header">
|
||||
<nav class="nav">
|
||||
<div class="logo">
|
||||
<a href="./" accesskey="h" title="Norm-Hosted 💾 (Alt + H)">Norm-Hosted 💾</a>
|
||||
<a href="./" accesskey="h" title="Norm-working Packets 💾 (Alt + H)">Norm-working Packets 💾</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="18" viewBox="0 0 24 24"
|
||||
@ -111,7 +111,22 @@ if (!doNotTrack) {
|
||||
</header>
|
||||
|
||||
<article class="post-entry">
|
||||
<figure class="entry-cover"><img loading="lazy" src="./%3Cimage%20path/url%3E" alt="">
|
||||
<figure class="entry-cover"><img loading="lazy" src="./birdnet-homeassistant.png" alt="BirdNET-Pi and HomeAssistant: Happier together!">
|
||||
</figure>
|
||||
<header class="entry-header">
|
||||
<h2>Creating a BirdNetPi Dashboard in HomeAssistant - Part 1
|
||||
</h2>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<p>This is Part One of a Two Part Series. You can find Part Two, here.
|
||||
What you will need BirdNET-Pi HomeAssistant AppDaemon MQTT Broker (I use Mosquitto) Background In early 2023, at the height of the Raspberry Pi shortage I felt like a king with an extra Rpi laying around, not being used. I’m a big fan of any sort of passive intake of information and had been looking around for various citizen science-style projects that can capture information from the world around me....</p>
|
||||
</div>
|
||||
<footer class="entry-footer"><span title='2023-09-25 12:51:55 -0400 EDT'>September 25, 2023</span> · 10 min · 1953 words · Me</footer>
|
||||
<a class="entry-link" aria-label="post link to Creating a BirdNetPi Dashboard in HomeAssistant - Part 1" href="./posts/birdnet_homeassistant.html"></a>
|
||||
</article>
|
||||
|
||||
<article class="post-entry">
|
||||
<figure class="entry-cover"><img loading="lazy" src="./multiple-git-cover-img.png" alt="git commands">
|
||||
</figure>
|
||||
<header class="entry-header">
|
||||
<h2>Pushing a Single Local Git Repo to Multiple Remote Repos
|
||||
@ -126,8 +141,6 @@ I really enjoy self-hosting services that I use everyday. One of those includes
|
||||
</article>
|
||||
|
||||
<article class="post-entry">
|
||||
<figure class="entry-cover"><img loading="lazy" src="./%3Cimage%20path/url%3E" alt="">
|
||||
</figure>
|
||||
<header class="entry-header">
|
||||
<h2>Trouble Hosting Hugo with Nginx
|
||||
</h2>
|
||||
@ -140,7 +153,7 @@ I really enjoy self-hosting services that I use everyday. One of those includes
|
||||
</article>
|
||||
|
||||
<article class="post-entry">
|
||||
<figure class="entry-cover"><img loading="lazy" src="./%3Cimage%20path/url%3E" alt="">
|
||||
<figure class="entry-cover"><img loading="lazy" src="./npm_to_nginx.png" alt="NginxProxyManger to Nginx">
|
||||
</figure>
|
||||
<header class="entry-header">
|
||||
<h2>Tutorial: Move from NginxProxyManager to Nginx
|
||||
@ -156,7 +169,7 @@ To give clear instructions to help users migrate from using Nginx Proxy Manager
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<span>© 2023 <a href="./">Norm-Hosted 💾</a></span>
|
||||
<span>© 2023 <a href="./">Norm-working Packets 💾</a></span>
|
||||
<span>
|
||||
Powered by
|
||||
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
|
||||
|
||||
Reference in New Issue
Block a user