diff --git a/assets/css/extended.css b/assets/css/extended.css index c668d8f..4555139 100644 --- a/assets/css/extended.css +++ b/assets/css/extended.css @@ -68,6 +68,10 @@ font-size: 14px; color: var(--on-surface-variant); } +.menu-main > ul > li > a { + white-space: nowrap; +} + .content h2, .content h3, .content h4, diff --git a/assets/css/extended.min.2b1b6b49935b83e767eb16e2d7e2fb6e6f0db844856efc36bc5a4829d2b387ed.css b/assets/css/extended.min.2b1b6b49935b83e767eb16e2d7e2fb6e6f0db844856efc36bc5a4829d2b387ed.css new file mode 100644 index 0000000..8899d1f --- /dev/null +++ b/assets/css/extended.min.2b1b6b49935b83e767eb16e2d7e2fb6e6f0db844856efc36bc5a4829d2b387ed.css @@ -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} \ No newline at end of file diff --git a/index.xml b/index.xml index 3a1e47a..e219035 100644 --- a/index.xml +++ b/index.xml @@ -20,13 +20,6 @@ http://localhost:1313/posts/windows/ <h3 id="installing-windows-from-linux">Installing windows from Linux</h3> <p>I attempted to install Windows on a new 512GB NVMe I bought so I can put Windows on it to play Tarkov. Big mistake.</p> <p>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&rsquo;t help either. The driver just didn&rsquo;t work.</p> - - About - http://localhost:1313/about/ - Wed, 05 Aug 2026 00:00:00 +0000 - http://localhost:1313/about/ - <hr> <h1 id="me">Me</h1> <h3 id="career">Career</h3> <p>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, or network maintenance.</p> <p>I do intend to switch fields of work and do cloud or network engineering for a different company within the future.</p> <h3 id="education">Education</h3> <p>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 my CCNA, terraforge associate, and AWS SAA-C03.</p> - Contact http://localhost:1313/pages/contact/ @@ -39,7 +32,7 @@ http://localhost:1313/posts/caddy/ Wed, 05 Aug 2026 00:00:00 +0000 http://localhost:1313/posts/caddy/ - <h1 id="hugo">Hugo</h1> <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> <p>Caddy is much more straght forward for simple webserver use than nginx.</p> <table> <thead> <tr> <th>Thing</th> <th>Place</th> </tr> </thead> <tbody> <tr> <td>Config file</td> <td>/etc/caddy/Caddyfile</td> </tr> <tr> <td>Content</td> <td>/www/var/web.site/</td> </tr> <tr> <td>SSL</td> <td>/etc/caddy/ssl/</td> </tr> </tbody> </table> + <h1 id="hugo">Hugo</h1> <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> <p>Caddy is much more straght forward for simple webserver use than nginx.</p> <p>This is the config I have:</p> <table> <thead> <tr> <th>Thing</th> <th>Place</th> </tr> </thead> <tbody> <tr> <td>Config file</td> <td>/etc/caddy/Caddyfile</td> </tr> <tr> <td>Content</td> <td>/www/var/web.site/</td> </tr> <tr> <td>SSL</td> <td>/etc/caddy/ssl/</td> </tr> </tbody> </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> Slow VPS due to bad luck w BGP @@ -102,7 +95,7 @@ http://localhost:1313/pages/frienpro/ Mon, 01 Jan 0001 00:00:00 +0000 http://localhost:1313/pages/frienpro/ - <h1 id="friends-projects">Friend&rsquo;s Projects</h1> <h2 id="fossbench">Fossbench</h2> <p><a href="https://github.com/owenrummage/fossbench">By Owen Rummage</a></p> <p>Fossbench is a simple accurate open source benchmarking software. They have a site for results @<a href="fossbench.net">fossbench.net</a>.</p> <h2 id="wii-linux">Wii Linux</h2> <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> <h2 id="netwasp">NetWasp</h2> <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> + <h1 id="friends-projects">Friend&rsquo;s Projects</h1> <h2 id="fossbench">Fossbench</h2> <p><a href="https://github.com/owenrummage/fossbench">By Owen Rummage</a></p> <p>Fossbench is a simple accurate open source benchmarking software. They have a site for results @<a href="fossbench.net">fossbench.net</a>.</p> <h2 id="wii-linux">Wii Linux</h2> <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> <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> diff --git a/pages/frienpro/index.html b/pages/frienpro/index.html index 356a5f0..a1a4a28 100644 --- a/pages/frienpro/index.html +++ b/pages/frienpro/index.html @@ -132,6 +132,10 @@

Wii Linux

By techflash

I’m only mutual friends with him but I thought I’d put this here because it’s really cool! Techflash is a wizard with low level programming.

+

0druid.cc

+

By Druid

+

It may be druid.rocks by now. +Druid is a friend of mine and a low level programmer. He’s done projects where he made kernels, hosted DNS, NTP, IRC, and other various services. That’s his website where whatever he is currently doing will be at.

NetWasp

By eula

From the website “netwasp is a suckless git forge managed by soft serve”. I happen to have ssh access even tho I’m not a crazy programmer :D

diff --git a/pages/index.xml b/pages/index.xml index 25563f0..a925934 100644 --- a/pages/index.xml +++ b/pages/index.xml @@ -25,7 +25,7 @@ http://localhost:1313/pages/frienpro/ Mon, 01 Jan 0001 00:00:00 +0000 http://localhost:1313/pages/frienpro/ - <h1 id="friends-projects">Friend&rsquo;s Projects</h1> <h2 id="fossbench">Fossbench</h2> <p><a href="https://github.com/owenrummage/fossbench">By Owen Rummage</a></p> <p>Fossbench is a simple accurate open source benchmarking software. They have a site for results @<a href="fossbench.net">fossbench.net</a>.</p> <h2 id="wii-linux">Wii Linux</h2> <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> <h2 id="netwasp">NetWasp</h2> <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> + <h1 id="friends-projects">Friend&rsquo;s Projects</h1> <h2 id="fossbench">Fossbench</h2> <p><a href="https://github.com/owenrummage/fossbench">By Owen Rummage</a></p> <p>Fossbench is a simple accurate open source benchmarking software. They have a site for results @<a href="fossbench.net">fossbench.net</a>.</p> <h2 id="wii-linux">Wii Linux</h2> <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> <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> diff --git a/posts/caddy/index.html b/posts/caddy/index.html index d1d5038..ec25517 100644 --- a/posts/caddy/index.html +++ b/posts/caddy/index.html @@ -129,6 +129,7 @@

Don’t get me wrong, Hugo is well made and “easy to use”. However, it is not at all intuitive. Once you know it its amazing, if you don’t its terrible.

Caddy

Caddy is much more straght forward for simple webserver use than nginx.

+

This is the config I have:

@@ -151,6 +152,7 @@
+

However caddy auto generates SSL if you don’t want to import your own and you declare filepaths in the caddyfile.

diff --git a/posts/index.xml b/posts/index.xml index 95e49ed..9c04c68 100644 --- a/posts/index.xml +++ b/posts/index.xml @@ -25,7 +25,7 @@ http://localhost:1313/posts/caddy/ Wed, 05 Aug 2026 00:00:00 +0000 http://localhost:1313/posts/caddy/ - <h1 id="hugo">Hugo</h1> <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> <p>Caddy is much more straght forward for simple webserver use than nginx.</p> <table> <thead> <tr> <th>Thing</th> <th>Place</th> </tr> </thead> <tbody> <tr> <td>Config file</td> <td>/etc/caddy/Caddyfile</td> </tr> <tr> <td>Content</td> <td>/www/var/web.site/</td> </tr> <tr> <td>SSL</td> <td>/etc/caddy/ssl/</td> </tr> </tbody> </table> + <h1 id="hugo">Hugo</h1> <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> <p>Caddy is much more straght forward for simple webserver use than nginx.</p> <p>This is the config I have:</p> <table> <thead> <tr> <th>Thing</th> <th>Place</th> </tr> </thead> <tbody> <tr> <td>Config file</td> <td>/etc/caddy/Caddyfile</td> </tr> <tr> <td>Content</td> <td>/www/var/web.site/</td> </tr> <tr> <td>SSL</td> <td>/etc/caddy/ssl/</td> </tr> </tbody> </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> Slow VPS due to bad luck w BGP diff --git a/sitemap.xml b/sitemap.xml index f7fa3e3..458d0e6 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -10,9 +10,6 @@ http://localhost:1313/posts/windows/ 2026-08-08T00:00:00+00:00 - - http://localhost:1313/about/ - 2026-08-05T00:00:00+00:00 http://localhost:1313/pages/contact/ 2026-08-05T00:00:00+00:00