Change to a profile style page, added post about multiple git repos. Need to write script to auto-update blog posts.

This commit is contained in:
Norm Rasmussen
2023-09-22 17:44:49 -04:00
parent a6586baf38
commit 2d1410bf45
32 changed files with 1758 additions and 242 deletions

View File

@ -1,19 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Posts on Rsmsn Blog</title>
<title>Posts on Norm-Hosted 💾</title>
<link>/posts.html</link>
<description>Recent content in Posts on Rsmsn Blog</description>
<description>Recent content in Posts on Norm-Hosted 💾</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 20 Sep 2023 11:33:22 -0400</lastBuildDate><atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Fri, 22 Sep 2023 15:07:10 -0400</lastBuildDate><atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Pushing a Single Local Git Repo to Multiple Remote Repos</title>
<link>/posts/multiple_git_remotes.html</link>
<pubDate>Fri, 22 Sep 2023 15:07:10 -0400</pubDate>
<guid>/posts/multiple_git_remotes.html</guid>
<description>Learn one way to push your git changes to multiple remote repositories.</description>
</item>
<item>
<title>Trouble Hosting Hugo with Nginx</title>
<link>/posts/hosting_hugo_troubles.html</link>
<pubDate>Wed, 20 Sep 2023 11:33:22 -0400</pubDate>
<guid>/posts/hosting_hugo_troubles.html</guid>
<description>For the last 3 days, I have been spending a few hours after working trying to figure out why my brand new Hugo site was not loading correctly on my sub-domain. For context, I use Nginx to host all my apps and servers, most of them using reverse proxy protocols such as $proxy_host, $forward_scheme, and $port. There are a few more and I&amp;rsquo;m happy to share some reverse proxy nginx config files.</description>
<description>Learn one way to push your git changes to multiple remote repositories.</description>
</item>
<item>
@ -22,8 +31,7 @@
<pubDate>Sat, 05 Aug 2023 15:23:51 -0500</pubDate>
<guid>/posts/npm_to_nginx_tutorial.html</guid>
<description>A Tutorial Repo for migrating your Nginx Proxy Manager proxy setup to Nginx. I wrote this originally for this reddit post and to post this my Github profile. Thought my website would also be a good place to share it for any passers-by.
Goal To give clear instructions to help users migrate from using Nginx Proxy Manager (NPM) to standard Nginx. This tutorial is not exhaustive and there are many other implementations of this transition.</description>
<description>Learn one way to push your git changes to multiple remote repositories.</description>
</item>
</channel>