Hide date for about.md

This commit is contained in:
Dave Gallant
2023-12-16 14:41:26 -05:00
parent 3c1f66efe7
commit feaf9c6be0
212 changed files with 3051 additions and 1697 deletions

View File

@@ -9,6 +9,7 @@
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/post/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content=""/>
@@ -81,19 +82,14 @@
<a href="/about">About</a>
<a href="/index.xml">RSS</a>
|
<span id="dark-mode-toggle" onclick="toggleTheme()"></span>
<script src="/js/themetoggle.js"></script>
</nav>
</nav>
<script
type="text/javascript"
src="https://storage.ko-fi.com/cdn/widget/Widget_2.js"
></script>
<script type="text/javascript">
kofiwidget2.init("Buy me a coffee", "#a15bc2", "F1F2S4LWI");
kofiwidget2.draw();
</script>
<span id="dark-mode-toggle" onclick="toggleTheme()"></span>
<script src="/js/themetoggle.js"></script>
</header>
@@ -145,18 +141,27 @@
</div>
</div>
</section><footer>
<div style="display:flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"><i data-feather="at-sign"></i></a>
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"><i data-feather="compass"></i></a>
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"><i data-feather="github"></i></a>
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"><i data-feather="speaker"></i></a>
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
<div style="display: flex"><a class="soc" href="mailto:me@davegallant.ca" rel="me" title="Email"
><i data-feather="at-sign"></i
></a>
<a class="border"></a><a class="soc" href="https://linktr.ee/davegallant" rel="me" title="LinkTree"
><i data-feather="compass"></i
></a>
<a class="border"></a><a class="soc" href="https://github.com/davegallant" rel="me" title="GitHub"
><i data-feather="github"></i
></a>
<a class="border"></a><a class="soc" href="https://mastodon.social/@davegallant" rel="me" title="Mastodon"
><i data-feather="speaker"></i
></a>
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/dave-gallant/" rel="me" title="LinkedIn"
><i data-feather="linkedin"></i
></a>
<a class="border"></a></div>
<div class="footer-info">
2023 Dave Gallant
2023 Dave Gallant
</div>
</footer>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V8WJDERTX9"></script>
<script>
var doNotTrack = false;
@@ -169,7 +174,7 @@ if (!doNotTrack) {
</script>
<script>
feather.replace()
feather.replace();
</script></div>
</body>
</html>

View File

@@ -7,105 +7,84 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>Dave Gallant</copyright>
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate><atom:link href="/post/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 10 Dec 2023 17:22:11 -0500</lastBuildDate>
<atom:link href="/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Setting Up Gitea Actions With Tailscale</title>
<link>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</link>
<pubDate>Sun, 10 Dec 2023 17:22:11 -0500</pubDate>
<guid>/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/</guid>
<description></description>
</item>
<item>
<title>Using AKS and SOCKS to connect to a Private Azure DB</title>
<link>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</link>
<pubDate>Mon, 22 May 2023 16:31:29 -0400</pubDate>
<guid>/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/</guid>
<description></description>
</item>
<item>
<title>Watching YouTube in Private</title>
<link>/blog/2022/12/10/watching-youtube-in-private/</link>
<pubDate>Sat, 10 Dec 2022 21:46:55 -0500</pubDate>
<guid>/blog/2022/12/10/watching-youtube-in-private/</guid>
<description></description>
</item>
<item>
<title>Virtualizing My Router With pfSense</title>
<link>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</link>
<pubDate>Sat, 02 Apr 2022 18:50:09 -0400</pubDate>
<guid>/blog/2022/04/02/virtualizing-my-router-with-pfsense/</guid>
<description></description>
</item>
<item>
<title>Backing Up Gmail With Synology</title>
<link>/blog/2022/03/13/backing-up-gmail-with-synology/</link>
<pubDate>Sun, 13 Mar 2022 18:49:10 -0400</pubDate>
<guid>/blog/2022/03/13/backing-up-gmail-with-synology/</guid>
<description></description>
</item>
<item>
<title>Running K3s in LXC on Proxmox</title>
<link>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</link>
<pubDate>Sun, 14 Nov 2021 10:07:03 -0500</pubDate>
<guid>/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/</guid>
<description></description>
</item>
<item>
<title>Replacing docker with podman on macOS (and Linux)</title>
<link>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</link>
<pubDate>Mon, 11 Oct 2021 10:43:35 -0400</pubDate>
<guid>/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/</guid>
<description></description>
</item>
<item>
<title>Automatically Rotating AWS Access Keys</title>
<link>/blog/2021/09/17/automatically-rotating-aws-access-keys/</link>
<pubDate>Fri, 17 Sep 2021 12:48:33 -0400</pubDate>
<guid>/blog/2021/09/17/automatically-rotating-aws-access-keys/</guid>
<description></description>
</item>
<item>
<title>Why I Threw Out My Dotfiles</title>
<link>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</link>
<pubDate>Wed, 08 Sep 2021 00:42:33 -0400</pubDate>
<guid>/blog/2021/09/08/why-i-threw-out-my-dotfiles/</guid>
<description></description>
</item>
<item>
<title>What To Do With A Homelab</title>
<link>/blog/2021/09/06/what-to-do-with-a-homelab/</link>
<pubDate>Mon, 06 Sep 2021 01:12:54 -0400</pubDate>
<guid>/blog/2021/09/06/what-to-do-with-a-homelab/</guid>
<description>&lt;p&gt;A homelab can be an inexpensive way to host a multitude of internal/external services and learn &lt;em&gt;a lot&lt;/em&gt; in the process.&lt;/p&gt;</description>
</item>
<item>
<title>AppGate SDP on Arch Linux</title>
<link>/blog/2020/03/16/appgate-sdp-on-arch-linux/</link>
<pubDate>Mon, 16 Mar 2020 22:00:15 -0400</pubDate>
<guid>/blog/2020/03/16/appgate-sdp-on-arch-linux/</guid>
<description>&lt;p&gt;AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP &lt;code&gt;4.3.2&lt;/code&gt; working on Arch Linux.&lt;/p&gt;</description>
</item>
</channel>
</rss>