Cleaned up the image files. Cover images go under /static and in-post images are now in /content/posts/img. Edited and rebuilt some existing posts for this structure. I also removed my birdnet post and put it back in drafts so I can publish it as some future date.
This commit is contained in:
@ -228,7 +228,7 @@ are the possible variables you can pass in an MQTT payload:</p>
|
||||
process is extremely customizable, which you’ll learn more about in the AppDaemon section. Please expand on it and include
|
||||
information that is pertinent to your own uses.</p>
|
||||
<p>Here is how I’ve setup my MQTT payload from BirdNET-Pi Settings:</p>
|
||||
<p><img loading="lazy" src="static/birdnet_mqtt_settings.png," alt="Notification Settings" title="MQTT Settings in BirdNET-Pi" />
|
||||
<p><img loading="lazy" src="../posts/img/birdnet_mqtt_settings.png," alt="Notification Settings" title="MQTT Settings in BirdNET-Pi" />
|
||||
</p>
|
||||
<p>Here it is in text form:</p>
|
||||
<pre tabindex="0"><code class="language-none" data-lang="none">Notification Title: $comname,
|
||||
@ -420,6 +420,11 @@ dashboard.</p>
|
||||
<li><a href="../tags/diy.html">diy</a></li>
|
||||
</ul>
|
||||
<nav class="paginav">
|
||||
<a class="prev" href="../posts/new-favorite-website.html">
|
||||
<span class="title">« Prev</span>
|
||||
<br>
|
||||
<span>New Favorite Website!</span>
|
||||
</a>
|
||||
<a class="next" href="../posts/multiple_git_remotes.html">
|
||||
<span class="title">Next »</span>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user