New post in drafts and almost ready. Also on a new computer, so had to re-download all the theme and submodules. Thinking of just converting the box submodule to be native to my blog for easier maintenence. Need to proof this last post on google sheets and publish tomorrow morning. Ran this a second time because I foolishly didn't bring the new post out of drafts...
This commit is contained in:
File diff suppressed because one or more lines are too long
BIN
public/posts/img/google_sheets_menu_example copy.png
Normal file
BIN
public/posts/img/google_sheets_menu_example copy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@ -6,8 +6,15 @@
|
||||
<description>Recent content in Posts on Norm-working Packets 💾</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 04 Dec 2023 10:32:58 -0500</lastBuildDate>
|
||||
<lastBuildDate>Sun, 25 Feb 2024 10:14:30 -0500</lastBuildDate>
|
||||
<atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Google Sheets to Slides with Scripts: an Automation</title>
|
||||
<link>/posts/google_scripts_sheets_to_slides.html</link>
|
||||
<pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate>
|
||||
<guid>/posts/google_scripts_sheets_to_slides.html</guid>
|
||||
<description>Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google [Slide](2024-02-26_slide.md) template to easily share more attractive content.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>QuickHits: OpenResty and Package Updates</title>
|
||||
<link>/posts/openresty_and_package_update_issues.html</link>
|
||||
|
||||
@ -196,6 +196,11 @@ OpenResty being installed on top of it?</p>
|
||||
<li><a href="../tags/nginx.html">Nginx</a></li>
|
||||
</ul>
|
||||
<nav class="paginav">
|
||||
<a class="prev" href="../posts/google_scripts_sheets_to_slides.html">
|
||||
<span class="title">« Prev</span>
|
||||
<br>
|
||||
<span>Google Sheets to Slides with Scripts: an Automation</span>
|
||||
</a>
|
||||
<a class="next" href="../posts/find_and_replace_in_neovim.html">
|
||||
<span class="title">Next »</span>
|
||||
<br>
|
||||
|
||||
@ -107,6 +107,19 @@
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
<article class="post-entry">
|
||||
<header class="entry-header">
|
||||
<h2 class="entry-hint-parent">Pushing a Single Local Git Repo to Multiple Remote Repos
|
||||
</h2>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<p>Why push to multiple repos? Do want to use both Github & and a Self-hosted Git Repo? Here’s how I’ve been doing it!
|
||||
I really enjoy self-hosting services that I use everyday. One of those includes a git-style version control software. In my case, I’ve been running Gitea for a few years now and have been really satisfied with everything (except for that one time that an update broke all my templates)....</p>
|
||||
</div>
|
||||
<footer class="entry-footer"><span title='2023-09-22 15:07:10 -0400 EDT'>September 22, 2023</span> · 2 min · 403 words · Me</footer>
|
||||
<a class="entry-link" aria-label="post link to Pushing a Single Local Git Repo to Multiple Remote Repos" href="../../posts/multiple_git_remotes.html"></a>
|
||||
</article>
|
||||
|
||||
<article class="post-entry">
|
||||
<figure class="entry-cover"><img loading="lazy" src="../../hugo-nginx-trouble.png" alt="Hugo Logo, Nginx Logo, Tired Face emoji">
|
||||
</figure>
|
||||
|
||||
Reference in New Issue
Block a user