This commit is contained in:
bullshar-k
2026-08-16 20:32:58 -04:00
parent d675ecfb30
commit 3b0870780d
8 changed files with 15 additions and 14 deletions
+4
View File
@@ -68,6 +68,10 @@
font-size: 14px; font-size: 14px;
color: var(--on-surface-variant); color: var(--on-surface-variant);
} }
.menu-main > ul > li > a {
white-space: nowrap;
}
.content h2, .content h2,
.content h3, .content h3,
.content h4, .content h4,
@@ -0,0 +1 @@
.social-link.social-copy{background:0 0;border:none;padding:0;cursor:pointer;color:var(--on-surface);font-size:14px;font-weight:400;font-family:inter,sans-serif;text-transform:lowercase;transition:all .2s ease}.social-link.social-copy:hover{color:var(--primary);text-decoration:underline}.contact-social-item.social-copy{background:var(--surface-container-low);cursor:pointer;text-align:left;font:inherit;color:inherit;width:100%}.contact-social-item.social-copy:hover{background:var(--surface-container);border-color:var(--outline)}:root{--primary:#00FF00;--on-primary:#381e72;--primary-container:#4f378b;--on-primary-container:#eaddff;--secondary:#cbc2db;--on-secondary:#332d41;--secondary-container:#4a4458;--on-secondary-container:#e8def8;--tertiary:#efb8c8;--on-tertiary:#492532;--tertiary-container:#633b48;--on-tertiary-container:#ffd8e4;--error:#ffb4ab;--on-error:#690005;--error-container:#93000a;--on-error-container:#ffdad6;--surface:#000000;--on-surface:#e6e0e9;--on-surface-variant:#cac4d0;--surface-container-lowest:#262626;--surface-container-low:#3D3D3D;--surface-container:#4F4F4F;--surface-container-high:#5C5C5C;--surface-container-highest:#BABABA;--outline:#938f99;--outline-variant:#49454f}.footer-credit{margin:0 0 16px;font-size:14px;color:var(--on-surface-variant)}.menu-main>ul>li>a{white-space:nowrap}.content h2,.content h3,.content h4,.intro h2{color:var(--primary)}.intro h1{font-size:clamp(48px,10vw,165px);overflow-wrap:break-word}.content h1{font-size:clamp(28px,6vw,40px);overflow-wrap:break-word}.intro,.intro-content,.content{overflow-wrap:break-word;word-break:break-word}.content table{width:100%;border-collapse:collapse;margin:20px 0;font-size:16px;line-height:1.5;color:var(--on-surface)}.content th,.content td{border:1px solid var(--outline);padding:8px 12px;text-align:left}.content th{font-weight:600}.custom{background:red}
+2 -9
View File
@@ -20,13 +20,6 @@
<guid>http://localhost:1313/posts/windows/</guid> <guid>http://localhost:1313/posts/windows/</guid>
<description>&lt;h3 id=&#34;installing-windows-from-linux&#34;&gt;Installing windows from Linux&lt;/h3&gt;&#xA;&lt;p&gt;I attempted to install Windows on a new 512GB NVMe I bought so I can put Windows on it to play Tarkov.&#xA;Big mistake.&lt;/p&gt;&#xA;&lt;p&gt;See it wants this driver to be able to sense the storage. The driver is the RAID or SATA driver from the manufactureres website. It has to be on the same drive as the installation media but if you dd the windows ISO onto the flash drive its read only. Using ventoy didn&amp;rsquo;t help either. The driver just didn&amp;rsquo;t work.&lt;/p&gt;</description> <description>&lt;h3 id=&#34;installing-windows-from-linux&#34;&gt;Installing windows from Linux&lt;/h3&gt;&#xA;&lt;p&gt;I attempted to install Windows on a new 512GB NVMe I bought so I can put Windows on it to play Tarkov.&#xA;Big mistake.&lt;/p&gt;&#xA;&lt;p&gt;See it wants this driver to be able to sense the storage. The driver is the RAID or SATA driver from the manufactureres website. It has to be on the same drive as the installation media but if you dd the windows ISO onto the flash drive its read only. Using ventoy didn&amp;rsquo;t help either. The driver just didn&amp;rsquo;t work.&lt;/p&gt;</description>
</item> </item>
<item>
<title>About</title>
<link>http://localhost:1313/about/</link>
<pubDate>Wed, 05 Aug 2026 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/about/</guid>
<description>&lt;hr&gt;&#xA;&lt;h1 id=&#34;me&#34;&gt;Me&lt;/h1&gt;&#xA;&lt;h3 id=&#34;career&#34;&gt;Career&lt;/h3&gt;&#xA;&lt;p&gt;I am a network engineer and will not disclose specifics. I do a lot of LAN work and network architecture as opposed to the more usual help desk, service deployment,&#xA;or network maintenance.&lt;/p&gt;&#xA;&lt;p&gt;I do intend to switch fields of work and do cloud or network engineering for a different company within the future.&lt;/p&gt;&#xA;&lt;h3 id=&#34;education&#34;&gt;Education&lt;/h3&gt;&#xA;&lt;p&gt;I currently am in college for cloud and network engineering. My current certs include A+, ITIL 4, and LPI 010. However, I have 3 CompTIA certs in my degree and plan on getting&#xA;my CCNA, terraforge associate, and AWS SAA-C03.&lt;/p&gt;</description>
</item>
<item> <item>
<title>Contact</title> <title>Contact</title>
<link>http://localhost:1313/pages/contact/</link> <link>http://localhost:1313/pages/contact/</link>
@@ -39,7 +32,7 @@
<link>http://localhost:1313/posts/caddy/</link> <link>http://localhost:1313/posts/caddy/</link>
<pubDate>Wed, 05 Aug 2026 00:00:00 +0000</pubDate> <pubDate>Wed, 05 Aug 2026 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/caddy/</guid> <guid>http://localhost:1313/posts/caddy/</guid>
<description>&lt;h1 id=&#34;hugo&#34;&gt;Hugo&lt;/h1&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t get me wrong, Hugo is well made and &amp;ldquo;easy to use&amp;rdquo;. However, it is not at all intuitive. Once you know it its amazing, if you don&amp;rsquo;t its terrible.&lt;/p&gt;&#xA;&lt;h1 id=&#34;caddy&#34;&gt;Caddy&lt;/h1&gt;&#xA;&lt;p&gt;Caddy is much more straght forward for simple webserver use than nginx.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Thing&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Place&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Config file&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/etc/caddy/Caddyfile&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Content&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/www/var/web.site/&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;SSL&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/etc/caddy/ssl/&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;</description> <description>&lt;h1 id=&#34;hugo&#34;&gt;Hugo&lt;/h1&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t get me wrong, Hugo is well made and &amp;ldquo;easy to use&amp;rdquo;. However, it is not at all intuitive. Once you know it its amazing, if you don&amp;rsquo;t its terrible.&lt;/p&gt;&#xA;&lt;h1 id=&#34;caddy&#34;&gt;Caddy&lt;/h1&gt;&#xA;&lt;p&gt;Caddy is much more straght forward for simple webserver use than nginx.&lt;/p&gt;&#xA;&lt;p&gt;This is the config I have:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Thing&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Place&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Config file&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/etc/caddy/Caddyfile&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Content&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/www/var/web.site/&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;SSL&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/etc/caddy/ssl/&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;However caddy auto generates SSL if you don&amp;rsquo;t want to import your own and you declare filepaths in the caddyfile.&lt;/p&gt;</description>
</item> </item>
<item> <item>
<title>Slow VPS due to bad luck w BGP</title> <title>Slow VPS due to bad luck w BGP</title>
@@ -102,7 +95,7 @@
<link>http://localhost:1313/pages/frienpro/</link> <link>http://localhost:1313/pages/frienpro/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/pages/frienpro/</guid> <guid>http://localhost:1313/pages/frienpro/</guid>
<description>&lt;h1 id=&#34;friends-projects&#34;&gt;Friend&amp;rsquo;s Projects&lt;/h1&gt;&#xA;&lt;h2 id=&#34;fossbench&#34;&gt;Fossbench&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/owenrummage/fossbench&#34;&gt;By Owen Rummage&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Fossbench is a simple accurate open source benchmarking software. They have a site for results @&lt;a href=&#34;fossbench.net&#34;&gt;fossbench.net&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;wii-linux&#34;&gt;Wii Linux&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://wii-linux.org/&#34;&gt;By techflash&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m only mutual friends with him but I thought I&amp;rsquo;d put this here because it&amp;rsquo;s really cool! Techflash is a wizard with low level programming.&lt;/p&gt;&#xA;&lt;h2 id=&#34;netwasp&#34;&gt;NetWasp&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://netwsp.org/&#34;&gt;By eula&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;From the website &amp;ldquo;netwasp is a suckless git forge managed by soft serve&amp;rdquo;. I happen to have ssh access even tho I&amp;rsquo;m not a crazy programmer :D&lt;/p&gt;</description> <description>&lt;h1 id=&#34;friends-projects&#34;&gt;Friend&amp;rsquo;s Projects&lt;/h1&gt;&#xA;&lt;h2 id=&#34;fossbench&#34;&gt;Fossbench&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/owenrummage/fossbench&#34;&gt;By Owen Rummage&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Fossbench is a simple accurate open source benchmarking software. They have a site for results @&lt;a href=&#34;fossbench.net&#34;&gt;fossbench.net&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;wii-linux&#34;&gt;Wii Linux&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://wii-linux.org/&#34;&gt;By techflash&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m only mutual friends with him but I thought I&amp;rsquo;d put this here because it&amp;rsquo;s really cool! Techflash is a wizard with low level programming.&lt;/p&gt;&#xA;&lt;h2 id=&#34;0druidcc&#34;&gt;0druid.cc&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://0druid.cc/&#34;&gt;By Druid&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;It may be &lt;a href=&#34;druid.rocks&#34;&gt;druid.rocks&lt;/a&gt; by now.&lt;/em&gt;&#xA;Druid is a friend of mine and a low level programmer. He&amp;rsquo;s done projects where he made kernels, hosted DNS, NTP, IRC, and other various services. That&amp;rsquo;s his website where whatever he is currently doing will be at.&lt;/p&gt;</description>
</item> </item>
</channel> </channel>
</rss> </rss>
+4
View File
@@ -132,6 +132,10 @@
<h2 id="wii-linux">Wii Linux</h2> <h2 id="wii-linux">Wii Linux</h2>
<p><a href="https://wii-linux.org/">By techflash</a></p> <p><a href="https://wii-linux.org/">By techflash</a></p>
<p>I&rsquo;m only mutual friends with him but I thought I&rsquo;d put this here because it&rsquo;s really cool! Techflash is a wizard with low level programming.</p> <p>I&rsquo;m only mutual friends with him but I thought I&rsquo;d put this here because it&rsquo;s really cool! Techflash is a wizard with low level programming.</p>
<h2 id="0druidcc">0druid.cc</h2>
<p><a href="https://0druid.cc/">By Druid</a></p>
<p><em>It may be <a href="druid.rocks">druid.rocks</a> by now.</em>
Druid is a friend of mine and a low level programmer. He&rsquo;s done projects where he made kernels, hosted DNS, NTP, IRC, and other various services. That&rsquo;s his website where whatever he is currently doing will be at.</p>
<h2 id="netwasp">NetWasp</h2> <h2 id="netwasp">NetWasp</h2>
<p><a href="https://netwsp.org/">By eula</a></p> <p><a href="https://netwsp.org/">By eula</a></p>
<p>From the website &ldquo;netwasp is a suckless git forge managed by soft serve&rdquo;. I happen to have ssh access even tho I&rsquo;m not a crazy programmer :D</p> <p>From the website &ldquo;netwasp is a suckless git forge managed by soft serve&rdquo;. I happen to have ssh access even tho I&rsquo;m not a crazy programmer :D</p>
+1 -1
View File
@@ -25,7 +25,7 @@
<link>http://localhost:1313/pages/frienpro/</link> <link>http://localhost:1313/pages/frienpro/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/pages/frienpro/</guid> <guid>http://localhost:1313/pages/frienpro/</guid>
<description>&lt;h1 id=&#34;friends-projects&#34;&gt;Friend&amp;rsquo;s Projects&lt;/h1&gt;&#xA;&lt;h2 id=&#34;fossbench&#34;&gt;Fossbench&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/owenrummage/fossbench&#34;&gt;By Owen Rummage&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Fossbench is a simple accurate open source benchmarking software. They have a site for results @&lt;a href=&#34;fossbench.net&#34;&gt;fossbench.net&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;wii-linux&#34;&gt;Wii Linux&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://wii-linux.org/&#34;&gt;By techflash&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m only mutual friends with him but I thought I&amp;rsquo;d put this here because it&amp;rsquo;s really cool! Techflash is a wizard with low level programming.&lt;/p&gt;&#xA;&lt;h2 id=&#34;netwasp&#34;&gt;NetWasp&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://netwsp.org/&#34;&gt;By eula&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;From the website &amp;ldquo;netwasp is a suckless git forge managed by soft serve&amp;rdquo;. I happen to have ssh access even tho I&amp;rsquo;m not a crazy programmer :D&lt;/p&gt;</description> <description>&lt;h1 id=&#34;friends-projects&#34;&gt;Friend&amp;rsquo;s Projects&lt;/h1&gt;&#xA;&lt;h2 id=&#34;fossbench&#34;&gt;Fossbench&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/owenrummage/fossbench&#34;&gt;By Owen Rummage&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Fossbench is a simple accurate open source benchmarking software. They have a site for results @&lt;a href=&#34;fossbench.net&#34;&gt;fossbench.net&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;wii-linux&#34;&gt;Wii Linux&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://wii-linux.org/&#34;&gt;By techflash&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m only mutual friends with him but I thought I&amp;rsquo;d put this here because it&amp;rsquo;s really cool! Techflash is a wizard with low level programming.&lt;/p&gt;&#xA;&lt;h2 id=&#34;0druidcc&#34;&gt;0druid.cc&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://0druid.cc/&#34;&gt;By Druid&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;It may be &lt;a href=&#34;druid.rocks&#34;&gt;druid.rocks&lt;/a&gt; by now.&lt;/em&gt;&#xA;Druid is a friend of mine and a low level programmer. He&amp;rsquo;s done projects where he made kernels, hosted DNS, NTP, IRC, and other various services. That&amp;rsquo;s his website where whatever he is currently doing will be at.&lt;/p&gt;</description>
</item> </item>
</channel> </channel>
</rss> </rss>
+2
View File
@@ -129,6 +129,7 @@
<p>Don&rsquo;t get me wrong, Hugo is well made and &ldquo;easy to use&rdquo;. However, it is not at all intuitive. Once you know it its amazing, if you don&rsquo;t its terrible.</p> <p>Don&rsquo;t get me wrong, Hugo is well made and &ldquo;easy to use&rdquo;. However, it is not at all intuitive. Once you know it its amazing, if you don&rsquo;t its terrible.</p>
<h1 id="caddy">Caddy</h1> <h1 id="caddy">Caddy</h1>
<p>Caddy is much more straght forward for simple webserver use than nginx.</p> <p>Caddy is much more straght forward for simple webserver use than nginx.</p>
<p>This is the config I have:</p>
<table> <table>
<thead> <thead>
<tr> <tr>
@@ -151,6 +152,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p>However caddy auto generates SSL if you don&rsquo;t want to import your own and you declare filepaths in the caddyfile.</p>
</div> </div>
</div> </div>
+1 -1
View File
@@ -25,7 +25,7 @@
<link>http://localhost:1313/posts/caddy/</link> <link>http://localhost:1313/posts/caddy/</link>
<pubDate>Wed, 05 Aug 2026 00:00:00 +0000</pubDate> <pubDate>Wed, 05 Aug 2026 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/caddy/</guid> <guid>http://localhost:1313/posts/caddy/</guid>
<description>&lt;h1 id=&#34;hugo&#34;&gt;Hugo&lt;/h1&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t get me wrong, Hugo is well made and &amp;ldquo;easy to use&amp;rdquo;. However, it is not at all intuitive. Once you know it its amazing, if you don&amp;rsquo;t its terrible.&lt;/p&gt;&#xA;&lt;h1 id=&#34;caddy&#34;&gt;Caddy&lt;/h1&gt;&#xA;&lt;p&gt;Caddy is much more straght forward for simple webserver use than nginx.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Thing&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Place&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Config file&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/etc/caddy/Caddyfile&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Content&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/www/var/web.site/&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;SSL&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/etc/caddy/ssl/&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;</description> <description>&lt;h1 id=&#34;hugo&#34;&gt;Hugo&lt;/h1&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t get me wrong, Hugo is well made and &amp;ldquo;easy to use&amp;rdquo;. However, it is not at all intuitive. Once you know it its amazing, if you don&amp;rsquo;t its terrible.&lt;/p&gt;&#xA;&lt;h1 id=&#34;caddy&#34;&gt;Caddy&lt;/h1&gt;&#xA;&lt;p&gt;Caddy is much more straght forward for simple webserver use than nginx.&lt;/p&gt;&#xA;&lt;p&gt;This is the config I have:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Thing&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Place&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Config file&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/etc/caddy/Caddyfile&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Content&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/www/var/web.site/&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;SSL&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;/etc/caddy/ssl/&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;However caddy auto generates SSL if you don&amp;rsquo;t want to import your own and you declare filepaths in the caddyfile.&lt;/p&gt;</description>
</item> </item>
<item> <item>
<title>Slow VPS due to bad luck w BGP</title> <title>Slow VPS due to bad luck w BGP</title>
-3
View File
@@ -10,9 +10,6 @@
</url><url> </url><url>
<loc>http://localhost:1313/posts/windows/</loc> <loc>http://localhost:1313/posts/windows/</loc>
<lastmod>2026-08-08T00:00:00+00:00</lastmod> <lastmod>2026-08-08T00:00:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/about/</loc>
<lastmod>2026-08-05T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>http://localhost:1313/pages/contact/</loc> <loc>http://localhost:1313/pages/contact/</loc>
<lastmod>2026-08-05T00:00:00+00:00</lastmod> <lastmod>2026-08-05T00:00:00+00:00</lastmod>