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:
Norm Rasmussen
2024-02-27 09:55:52 -05:00
parent 37e4a34de7
commit 6f5b5904e0
28 changed files with 250 additions and 167 deletions

View File

@ -6,7 +6,7 @@ categories: ["Tutorial"]
author: "Me" author: "Me"
showToc: true showToc: true
TocOpen: false TocOpen: false
draft: true draft: false
hidemeta: false hidemeta: false
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: "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."
disableHLJS: true # to disable highlightjs disableHLJS: true # to disable highlightjs

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -92,7 +92,7 @@
<ul class="terms-tags"> <ul class="terms-tags">
<li> <li>
<a href="./categories/tutorial.html">Tutorial <sup><strong><sup>1</sup></strong></sup> </a> <a href="./categories/tutorial.html">Tutorial <sup><strong><sup>2</sup></strong></sup> </a>
</li> </li>
</ul> </ul>
</main> </main>

View File

@ -6,12 +6,12 @@
<description>Recent content in Categories on Norm-working Packets 💾</description> <description>Recent content in Categories on Norm-working Packets 💾</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Wed, 04 Oct 2023 10:35:23 -0400</lastBuildDate> <lastBuildDate>Sun, 25 Feb 2024 10:14:30 -0500</lastBuildDate>
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Tutorial</title> <title>Tutorial</title>
<link>/categories/tutorial.html</link> <link>/categories/tutorial.html</link>
<pubDate>Wed, 04 Oct 2023 10:35:23 -0400</pubDate> <pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate>
<guid>/categories/tutorial.html</guid> <guid>/categories/tutorial.html</guid>
<description></description> <description></description>
</item> </item>

View File

@ -92,6 +92,19 @@
</h1> </h1>
</header> </header>
<article class="post-entry tag-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Google Sheets to Slides with Scripts: an Automation
</h2>
</header>
<div class="entry-content">
<p>Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasnt great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didnt look great.
While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....</p>
</div>
<footer class="entry-footer"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2963 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Google Sheets to Slides with Scripts: an Automation" href="../posts/google_scripts_sheets_to_slides.html"></a>
</article>
<article class="post-entry tag-entry"> <article class="post-entry tag-entry">
<header class="entry-header"> <header class="entry-header">
<h2 class="entry-hint-parent">BirdNET-PI &amp; HomeAssistant: Part 2 <h2 class="entry-hint-parent">BirdNET-PI &amp; HomeAssistant: Part 2

View File

@ -6,8 +6,15 @@
<description>Recent content in Tutorial on Norm-working Packets 💾</description> <description>Recent content in Tutorial on Norm-working Packets 💾</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Wed, 04 Oct 2023 10:35:23 -0400</lastBuildDate> <lastBuildDate>Sun, 25 Feb 2024 10:14:30 -0500</lastBuildDate>
<atom:link href="/categories/tutorial/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="/categories/tutorial/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> <item>
<title>BirdNET-PI &amp; HomeAssistant: Part 2</title> <title>BirdNET-PI &amp; HomeAssistant: Part 2</title>
<link>/posts/birdnet_homeassistant_part2.html</link> <link>/posts/birdnet_homeassistant_part2.html</link>

View File

@ -135,6 +135,19 @@
</footer> </footer>
</article> </article>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Google Sheets to Slides with Scripts: an Automation
</h2>
</header>
<div class="entry-content">
<p>Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasnt great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didnt look great.
While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....</p>
</div>
<footer class="entry-footer"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2963 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Google Sheets to Slides with Scripts: an Automation" href="./posts/google_scripts_sheets_to_slides.html"></a>
</article>
<article class="post-entry"> <article class="post-entry">
<header class="entry-header"> <header class="entry-header">
<h2 class="entry-hint-parent">QuickHits: OpenResty and Package Updates <h2 class="entry-hint-parent">QuickHits: OpenResty and Package Updates
@ -211,19 +224,6 @@ What you will need BirdNET-Pi HomeAssistant AppDaemon MQTT Broker (I use Mosquit
<footer class="entry-footer"><span title='2023-09-30 11:21:55 -0400 EDT'>September 30, 2023</span>&nbsp;·&nbsp;12 min&nbsp;·&nbsp;2484 words&nbsp;·&nbsp;Me</footer> <footer class="entry-footer"><span title='2023-09-30 11:21:55 -0400 EDT'>September 30, 2023</span>&nbsp;·&nbsp;12 min&nbsp;·&nbsp;2484 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Creating a BirdNetPi Dashboard in HomeAssistant - Part 1" href="./posts/birdnet_homeassistant.html"></a> <a class="entry-link" aria-label="post link to Creating a BirdNetPi Dashboard in HomeAssistant - Part 1" href="./posts/birdnet_homeassistant.html"></a>
</article> </article>
<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 &amp; and a Self-hosted Git Repo? Heres how Ive 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, Ive 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>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;403 words&nbsp;·&nbsp;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>
<footer class="page-footer"> <footer class="page-footer">
<nav class="pagination"> <nav class="pagination">
<a class="next" href="./page/2.html">Next&nbsp;&nbsp;» <a class="next" href="./page/2.html">Next&nbsp;&nbsp;»

View File

@ -6,8 +6,15 @@
<description>Recent content on Norm-working Packets 💾</description> <description>Recent content on Norm-working Packets 💾</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <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="/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="/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> <item>
<title>QuickHits: OpenResty and Package Updates</title> <title>QuickHits: OpenResty and Package Updates</title>
<link>/posts/openresty_and_package_update_issues.html</link> <link>/posts/openresty_and_package_update_issues.html</link>

View File

@ -101,6 +101,19 @@
</header> </header>
<main class="main"> <main class="main">
<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 &amp; and a Self-hosted Git Repo? Heres how Ive 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, Ive 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>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;403 words&nbsp;·&nbsp;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"> <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 class="entry-cover"><img loading="lazy" src="../hugo-nginx-trouble.png" alt="Hugo Logo, Nginx Logo, Tired Face emoji">
</figure> </figure>

View File

@ -107,6 +107,19 @@
</h1> </h1>
</header> </header>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Google Sheets to Slides with Scripts: an Automation
</h2>
</header>
<div class="entry-content">
<p>Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasnt great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didnt look great.
While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....</p>
</div>
<footer class="entry-footer"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2963 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Google Sheets to Slides with Scripts: an Automation" href="./posts/google_scripts_sheets_to_slides.html"></a>
</article>
<article class="post-entry"> <article class="post-entry">
<header class="entry-header"> <header class="entry-header">
<h2 class="entry-hint-parent">QuickHits: OpenResty and Package Updates <h2 class="entry-hint-parent">QuickHits: OpenResty and Package Updates
@ -183,19 +196,6 @@ What you will need BirdNET-Pi HomeAssistant AppDaemon MQTT Broker (I use Mosquit
<footer class="entry-footer"><span title='2023-09-30 11:21:55 -0400 EDT'>September 30, 2023</span>&nbsp;·&nbsp;12 min&nbsp;·&nbsp;2484 words&nbsp;·&nbsp;Me</footer> <footer class="entry-footer"><span title='2023-09-30 11:21:55 -0400 EDT'>September 30, 2023</span>&nbsp;·&nbsp;12 min&nbsp;·&nbsp;2484 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Creating a BirdNetPi Dashboard in HomeAssistant - Part 1" href="./posts/birdnet_homeassistant.html"></a> <a class="entry-link" aria-label="post link to Creating a BirdNetPi Dashboard in HomeAssistant - Part 1" href="./posts/birdnet_homeassistant.html"></a>
</article> </article>
<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 &amp; and a Self-hosted Git Repo? Heres how Ive 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, Ive 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>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;403 words&nbsp;·&nbsp;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>
<footer class="page-footer"> <footer class="page-footer">
<nav class="pagination"> <nav class="pagination">
<a class="next" href="./posts/page/2.html">Next&nbsp;&nbsp;» <a class="next" href="./posts/page/2.html">Next&nbsp;&nbsp;»

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -6,8 +6,15 @@
<description>Recent content in Posts on Norm-working Packets 💾</description> <description>Recent content in Posts on Norm-working Packets 💾</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <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" /> <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> <item>
<title>QuickHits: OpenResty and Package Updates</title> <title>QuickHits: OpenResty and Package Updates</title>
<link>/posts/openresty_and_package_update_issues.html</link> <link>/posts/openresty_and_package_update_issues.html</link>

View File

@ -196,6 +196,11 @@ OpenResty being installed on top of it?</p>
<li><a href="../tags/nginx.html">Nginx</a></li> <li><a href="../tags/nginx.html">Nginx</a></li>
</ul> </ul>
<nav class="paginav"> <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"> <a class="next" href="../posts/find_and_replace_in_neovim.html">
<span class="title">Next »</span> <span class="title">Next »</span>
<br> <br>

View File

@ -107,6 +107,19 @@
</h1> </h1>
</header> </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 &amp; and a Self-hosted Git Repo? Heres how Ive 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, Ive 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>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;403 words&nbsp;·&nbsp;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"> <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 class="entry-cover"><img loading="lazy" src="../../hugo-nginx-trouble.png" alt="Hugo Logo, Nginx Logo, Tired Face emoji">
</figure> </figure>

View File

@ -2,11 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>/categories.html</loc>
<lastmod>2024-02-25T10:14:30-05:00</lastmod>
</url><url>
<loc>/tags/google.html</loc>
<lastmod>2024-02-25T10:14:30-05:00</lastmod>
</url><url>
<loc>/posts/google_scripts_sheets_to_slides.html</loc>
<lastmod>2024-02-25T10:14:30-05:00</lastmod>
</url><url>
<loc>/</loc> <loc>/</loc>
<lastmod>2024-02-25T10:14:30-05:00</lastmod> <lastmod>2024-02-25T10:14:30-05:00</lastmod>
</url><url> </url><url>
<loc>/posts.html</loc> <loc>/posts.html</loc>
<lastmod>2024-02-25T10:14:30-05:00</lastmod> <lastmod>2024-02-25T10:14:30-05:00</lastmod>
</url><url>
<loc>/tags/scripts.html</loc>
<lastmod>2024-02-25T10:14:30-05:00</lastmod>
</url><url>
<loc>/tags/sheets.html</loc>
<lastmod>2024-02-25T10:14:30-05:00</lastmod>
</url><url>
<loc>/tags.html</loc>
<lastmod>2024-02-25T10:14:30-05:00</lastmod>
</url><url>
<loc>/categories/tutorial.html</loc>
<lastmod>2024-02-25T10:14:30-05:00</lastmod>
</url><url> </url><url>
<loc>/tags/nginx.html</loc> <loc>/tags/nginx.html</loc>
<lastmod>2023-12-04T10:32:58-05:00</lastmod> <lastmod>2023-12-04T10:32:58-05:00</lastmod>
@ -19,9 +40,6 @@
</url><url> </url><url>
<loc>/tags/selfhosted.html</loc> <loc>/tags/selfhosted.html</loc>
<lastmod>2023-12-04T10:32:58-05:00</lastmod> <lastmod>2023-12-04T10:32:58-05:00</lastmod>
</url><url>
<loc>/tags.html</loc>
<lastmod>2023-12-04T10:32:58-05:00</lastmod>
</url><url> </url><url>
<loc>/tags/neovim.html</loc> <loc>/tags/neovim.html</loc>
<lastmod>2023-11-15T08:08:49-05:00</lastmod> <lastmod>2023-11-15T08:08:49-05:00</lastmod>
@ -52,15 +70,9 @@
</url><url> </url><url>
<loc>/posts/birdnet_homeassistant_part2.html</loc> <loc>/posts/birdnet_homeassistant_part2.html</loc>
<lastmod>2023-10-04T10:35:23-04:00</lastmod> <lastmod>2023-10-04T10:35:23-04:00</lastmod>
</url><url>
<loc>/categories.html</loc>
<lastmod>2023-10-04T10:35:23-04:00</lastmod>
</url><url> </url><url>
<loc>/tags/homeassistant.html</loc> <loc>/tags/homeassistant.html</loc>
<lastmod>2023-10-04T10:35:23-04:00</lastmod> <lastmod>2023-10-04T10:35:23-04:00</lastmod>
</url><url>
<loc>/categories/tutorial.html</loc>
<lastmod>2023-10-04T10:35:23-04:00</lastmod>
</url><url> </url><url>
<loc>/posts/birdnet_homeassistant.html</loc> <loc>/posts/birdnet_homeassistant.html</loc>
<lastmod>2023-09-30T11:21:55-04:00</lastmod> <lastmod>2023-09-30T11:21:55-04:00</lastmod>

View File

@ -106,6 +106,9 @@
<li> <li>
<a href="./tags/git.html">git <sup><strong><sup>4</sup></strong></sup> </a> <a href="./tags/git.html">git <sup><strong><sup>4</sup></strong></sup> </a>
</li> </li>
<li>
<a href="./tags/google.html">google <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li> <li>
<a href="./tags/homeassistant.html">homeassistant <sup><strong><sup>2</sup></strong></sup> </a> <a href="./tags/homeassistant.html">homeassistant <sup><strong><sup>2</sup></strong></sup> </a>
</li> </li>
@ -124,9 +127,15 @@
<li> <li>
<a href="./tags/quick-hits.html">quick hits <sup><strong><sup>1</sup></strong></sup> </a> <a href="./tags/quick-hits.html">quick hits <sup><strong><sup>1</sup></strong></sup> </a>
</li> </li>
<li>
<a href="./tags/scripts.html">scripts <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li> <li>
<a href="./tags/selfhosted.html">selfhosted <sup><strong><sup>2</sup></strong></sup> </a> <a href="./tags/selfhosted.html">selfhosted <sup><strong><sup>2</sup></strong></sup> </a>
</li> </li>
<li>
<a href="./tags/sheets.html">sheets <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li> <li>
<a href="./tags/snippet.html">snippet <sup><strong><sup>1</sup></strong></sup> </a> <a href="./tags/snippet.html">snippet <sup><strong><sup>1</sup></strong></sup> </a>
</li> </li>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" dir="auto"> <html lang="en" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8"> <head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
@ -9,17 +9,17 @@
<meta name="keywords" content=""> <meta name="keywords" content="">
<meta name="description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab"> <meta name="description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab">
<meta name="author" content="Norm Rasmussen"> <meta name="author" content="Norm Rasmussen">
<link rel="canonical" href="//localhost:1313/tags/google.html"> <link rel="canonical" href="../tags/google.html">
<link crossorigin="anonymous" href="../assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style"> <link crossorigin="anonymous" href="../assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="//localhost:1313/favicon.ico"> <link rel="icon" href="../favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/rsmsncircles.ico"> <link rel="icon" type="image/png" sizes="32x32" href="../rsmsncircles.ico">
<link rel="apple-touch-icon" href="//localhost:1313/apple-touch-icon.png"> <link rel="apple-touch-icon" href="../apple-touch-icon.png">
<link rel="mask-icon" href="//localhost:1313/safari-pinned-tab.svg"> <link rel="mask-icon" href="../safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33"> <meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33"> <meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="//localhost:1313/tags/google/index.xml"> <link rel="alternate" type="application/rss+xml" href="../tags/google/index.xml">
<link rel="alternate" hreflang="en" href="//localhost:1313/tags/google.html"> <link rel="alternate" hreflang="en" href="../tags/google.html">
<noscript> <noscript>
<style> <style>
#theme-toggle, #theme-toggle,
@ -31,7 +31,7 @@
</noscript><meta property="og:title" content="Google" /> </noscript><meta property="og:title" content="Google" />
<meta property="og:description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab" /> <meta property="og:description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/tags/google.html" /><meta property="og:site_name" content="Norm-working Packets" /> <meta property="og:url" content="/tags/google.html" /><meta property="og:site_name" content="Norm-working Packets" />
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Google"/> <meta name="twitter:title" content="Google"/>
@ -50,7 +50,7 @@
<header class="header"> <header class="header">
<nav class="nav"> <nav class="nav">
<div class="logo"> <div class="logo">
<a href="//localhost:1313/" accesskey="h" title="Norm-working Packets 💾 (Alt + H)">Norm-working Packets 💾</a> <a href="../" accesskey="h" title="Norm-working Packets 💾 (Alt + H)">Norm-working Packets 💾</a>
<div class="logo-switches"> <div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)"> <button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" <svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@ -78,7 +78,7 @@
</div> </div>
<ul id="menu"> <ul id="menu">
<li> <li>
<a href="//localhost:1313/posts.html" title="Posts"> <a href="../posts.html" title="Posts">
<span>Posts</span> <span>Posts</span>
</a> </a>
</li> </li>
@ -86,7 +86,7 @@
</nav> </nav>
</header> </header>
<main class="main"> <main class="main">
<header class="page-header"><div class="breadcrumbs"><a href="//localhost:1313/">Home</a>&nbsp;»&nbsp;<a href="//localhost:1313/tags.html">Tags</a></div> <header class="page-header"><div class="breadcrumbs"><a href="../">Home</a>&nbsp;»&nbsp;<a href="../tags.html">Tags</a></div>
<h1> <h1>
Google Google
</h1> </h1>
@ -95,25 +95,19 @@
<article class="post-entry tag-entry"> <article class="post-entry tag-entry">
<header class="entry-header"> <header class="entry-header">
<h2 class="entry-hint-parent">Google Sheets to Slides with Scripts: an Automation <h2 class="entry-hint-parent">Google Sheets to Slides with Scripts: an Automation
<span class="entry-hint" title="Draft">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
<path
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
</svg>
</span>
</h2> </h2>
</header> </header>
<div class="entry-content"> <div class="entry-content">
<p>Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasnt great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didnt look great. <p>Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasnt great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didnt look great.
While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....</p> While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....</p>
</div> </div>
<footer class="entry-footer"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2795 words&nbsp;·&nbsp;Me</footer> <footer class="entry-footer"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2963 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Google Sheets to Slides with Scripts: an Automation" href="//localhost:1313/posts/google_scripts_sheets_to_slides.html"></a> <a class="entry-link" aria-label="post link to Google Sheets to Slides with Scripts: an Automation" href="../posts/google_scripts_sheets_to_slides.html"></a>
</article> </article>
</main> </main>
<footer class="footer"> <footer class="footer">
<span>&copy; 2024 <a href="//localhost:1313/">Norm-working Packets 💾</a></span> <span>&copy; 2024 <a href="../">Norm-working Packets 💾</a></span>
<span> <span>
Powered by Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &

View File

@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel> <channel>
<title>Google on Norm-working Packets 💾</title> <title>Google on Norm-working Packets 💾</title>
<link>//localhost:1313/tags/google.html</link> <link>/tags/google.html</link>
<description>Recent content in Google on Norm-working Packets 💾</description> <description>Recent content in Google on Norm-working Packets 💾</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sun, 25 Feb 2024 10:14:30 -0500</lastBuildDate> <lastBuildDate>Sun, 25 Feb 2024 10:14:30 -0500</lastBuildDate>
<atom:link href="//localhost:1313/tags/google/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="/tags/google/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Google Sheets to Slides with Scripts: an Automation</title> <title>Google Sheets to Slides with Scripts: an Automation</title>
<link>//localhost:1313/posts/google_scripts_sheets_to_slides.html</link> <link>/posts/google_scripts_sheets_to_slides.html</link>
<pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate> <pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate>
<guid>//localhost:1313/posts/google_scripts_sheets_to_slides.html</guid> <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> <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>
</channel> </channel>

View File

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en-us">
<head> <head>
<title>//localhost:1313/tags/google.html</title> <title>/tags/google.html</title>
<link rel="canonical" href="//localhost:1313/tags/google.html"> <link rel="canonical" href="../../../tags/google.html">
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=//localhost:1313/tags/google.html"> <meta http-equiv="refresh" content="0; url=../../../tags/google.html">
</head> </head>
</html> </html>

View File

@ -6,8 +6,29 @@
<description>Recent content in Tags on Norm-working Packets 💾</description> <description>Recent content in Tags on Norm-working Packets 💾</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <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="/tags/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Google</title>
<link>/tags/google.html</link>
<pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate>
<guid>/tags/google.html</guid>
<description></description>
</item>
<item>
<title>Scripts</title>
<link>/tags/scripts.html</link>
<pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate>
<guid>/tags/scripts.html</guid>
<description></description>
</item>
<item>
<title>Sheets</title>
<link>/tags/sheets.html</link>
<pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate>
<guid>/tags/sheets.html</guid>
<description></description>
</item>
<item> <item>
<title>Nginx</title> <title>Nginx</title>
<link>/tags/nginx.html</link> <link>/tags/nginx.html</link>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" dir="auto"> <html lang="en" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8"> <head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
@ -9,17 +9,17 @@
<meta name="keywords" content=""> <meta name="keywords" content="">
<meta name="description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab"> <meta name="description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab">
<meta name="author" content="Norm Rasmussen"> <meta name="author" content="Norm Rasmussen">
<link rel="canonical" href="//localhost:1313/tags/scripts.html"> <link rel="canonical" href="../tags/scripts.html">
<link crossorigin="anonymous" href="../assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style"> <link crossorigin="anonymous" href="../assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="//localhost:1313/favicon.ico"> <link rel="icon" href="../favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/rsmsncircles.ico"> <link rel="icon" type="image/png" sizes="32x32" href="../rsmsncircles.ico">
<link rel="apple-touch-icon" href="//localhost:1313/apple-touch-icon.png"> <link rel="apple-touch-icon" href="../apple-touch-icon.png">
<link rel="mask-icon" href="//localhost:1313/safari-pinned-tab.svg"> <link rel="mask-icon" href="../safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33"> <meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33"> <meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="//localhost:1313/tags/scripts/index.xml"> <link rel="alternate" type="application/rss+xml" href="../tags/scripts/index.xml">
<link rel="alternate" hreflang="en" href="//localhost:1313/tags/scripts.html"> <link rel="alternate" hreflang="en" href="../tags/scripts.html">
<noscript> <noscript>
<style> <style>
#theme-toggle, #theme-toggle,
@ -31,7 +31,7 @@
</noscript><meta property="og:title" content="Scripts" /> </noscript><meta property="og:title" content="Scripts" />
<meta property="og:description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab" /> <meta property="og:description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/tags/scripts.html" /><meta property="og:site_name" content="Norm-working Packets" /> <meta property="og:url" content="/tags/scripts.html" /><meta property="og:site_name" content="Norm-working Packets" />
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Scripts"/> <meta name="twitter:title" content="Scripts"/>
@ -50,7 +50,7 @@
<header class="header"> <header class="header">
<nav class="nav"> <nav class="nav">
<div class="logo"> <div class="logo">
<a href="//localhost:1313/" accesskey="h" title="Norm-working Packets 💾 (Alt + H)">Norm-working Packets 💾</a> <a href="../" accesskey="h" title="Norm-working Packets 💾 (Alt + H)">Norm-working Packets 💾</a>
<div class="logo-switches"> <div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)"> <button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" <svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@ -78,7 +78,7 @@
</div> </div>
<ul id="menu"> <ul id="menu">
<li> <li>
<a href="//localhost:1313/posts.html" title="Posts"> <a href="../posts.html" title="Posts">
<span>Posts</span> <span>Posts</span>
</a> </a>
</li> </li>
@ -86,7 +86,7 @@
</nav> </nav>
</header> </header>
<main class="main"> <main class="main">
<header class="page-header"><div class="breadcrumbs"><a href="//localhost:1313/">Home</a>&nbsp;»&nbsp;<a href="//localhost:1313/tags.html">Tags</a></div> <header class="page-header"><div class="breadcrumbs"><a href="../">Home</a>&nbsp;»&nbsp;<a href="../tags.html">Tags</a></div>
<h1> <h1>
Scripts Scripts
</h1> </h1>
@ -95,25 +95,19 @@
<article class="post-entry tag-entry"> <article class="post-entry tag-entry">
<header class="entry-header"> <header class="entry-header">
<h2 class="entry-hint-parent">Google Sheets to Slides with Scripts: an Automation <h2 class="entry-hint-parent">Google Sheets to Slides with Scripts: an Automation
<span class="entry-hint" title="Draft">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
<path
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
</svg>
</span>
</h2> </h2>
</header> </header>
<div class="entry-content"> <div class="entry-content">
<p>Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasnt great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didnt look great. <p>Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasnt great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didnt look great.
While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....</p> While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....</p>
</div> </div>
<footer class="entry-footer"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2795 words&nbsp;·&nbsp;Me</footer> <footer class="entry-footer"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2963 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Google Sheets to Slides with Scripts: an Automation" href="//localhost:1313/posts/google_scripts_sheets_to_slides.html"></a> <a class="entry-link" aria-label="post link to Google Sheets to Slides with Scripts: an Automation" href="../posts/google_scripts_sheets_to_slides.html"></a>
</article> </article>
</main> </main>
<footer class="footer"> <footer class="footer">
<span>&copy; 2024 <a href="//localhost:1313/">Norm-working Packets 💾</a></span> <span>&copy; 2024 <a href="../">Norm-working Packets 💾</a></span>
<span> <span>
Powered by Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &

View File

@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel> <channel>
<title>Scripts on Norm-working Packets 💾</title> <title>Scripts on Norm-working Packets 💾</title>
<link>//localhost:1313/tags/scripts.html</link> <link>/tags/scripts.html</link>
<description>Recent content in Scripts on Norm-working Packets 💾</description> <description>Recent content in Scripts on Norm-working Packets 💾</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sun, 25 Feb 2024 10:14:30 -0500</lastBuildDate> <lastBuildDate>Sun, 25 Feb 2024 10:14:30 -0500</lastBuildDate>
<atom:link href="//localhost:1313/tags/scripts/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="/tags/scripts/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Google Sheets to Slides with Scripts: an Automation</title> <title>Google Sheets to Slides with Scripts: an Automation</title>
<link>//localhost:1313/posts/google_scripts_sheets_to_slides.html</link> <link>/posts/google_scripts_sheets_to_slides.html</link>
<pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate> <pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate>
<guid>//localhost:1313/posts/google_scripts_sheets_to_slides.html</guid> <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> <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>
</channel> </channel>

View File

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en-us">
<head> <head>
<title>//localhost:1313/tags/scripts.html</title> <title>/tags/scripts.html</title>
<link rel="canonical" href="//localhost:1313/tags/scripts.html"> <link rel="canonical" href="../../../tags/scripts.html">
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=//localhost:1313/tags/scripts.html"> <meta http-equiv="refresh" content="0; url=../../../tags/scripts.html">
</head> </head>
</html> </html>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" dir="auto"> <html lang="en" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8"> <head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
@ -9,17 +9,17 @@
<meta name="keywords" content=""> <meta name="keywords" content="">
<meta name="description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab"> <meta name="description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab">
<meta name="author" content="Norm Rasmussen"> <meta name="author" content="Norm Rasmussen">
<link rel="canonical" href="//localhost:1313/tags/sheets.html"> <link rel="canonical" href="../tags/sheets.html">
<link crossorigin="anonymous" href="../assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style"> <link crossorigin="anonymous" href="../assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="//localhost:1313/favicon.ico"> <link rel="icon" href="../favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/rsmsncircles.ico"> <link rel="icon" type="image/png" sizes="32x32" href="../rsmsncircles.ico">
<link rel="apple-touch-icon" href="//localhost:1313/apple-touch-icon.png"> <link rel="apple-touch-icon" href="../apple-touch-icon.png">
<link rel="mask-icon" href="//localhost:1313/safari-pinned-tab.svg"> <link rel="mask-icon" href="../safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33"> <meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33"> <meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="//localhost:1313/tags/sheets/index.xml"> <link rel="alternate" type="application/rss+xml" href="../tags/sheets/index.xml">
<link rel="alternate" hreflang="en" href="//localhost:1313/tags/sheets.html"> <link rel="alternate" hreflang="en" href="../tags/sheets.html">
<noscript> <noscript>
<style> <style>
#theme-toggle, #theme-toggle,
@ -31,7 +31,7 @@
</noscript><meta property="og:title" content="Sheets" /> </noscript><meta property="og:title" content="Sheets" />
<meta property="og:description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab" /> <meta property="og:description" content="A semi-technical blog &amp; series of experiences working in tech and my homelab" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/tags/sheets.html" /><meta property="og:site_name" content="Norm-working Packets" /> <meta property="og:url" content="/tags/sheets.html" /><meta property="og:site_name" content="Norm-working Packets" />
<meta name="twitter:card" content="summary"/> <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Sheets"/> <meta name="twitter:title" content="Sheets"/>
@ -50,7 +50,7 @@
<header class="header"> <header class="header">
<nav class="nav"> <nav class="nav">
<div class="logo"> <div class="logo">
<a href="//localhost:1313/" accesskey="h" title="Norm-working Packets 💾 (Alt + H)">Norm-working Packets 💾</a> <a href="../" accesskey="h" title="Norm-working Packets 💾 (Alt + H)">Norm-working Packets 💾</a>
<div class="logo-switches"> <div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)"> <button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" <svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@ -78,7 +78,7 @@
</div> </div>
<ul id="menu"> <ul id="menu">
<li> <li>
<a href="//localhost:1313/posts.html" title="Posts"> <a href="../posts.html" title="Posts">
<span>Posts</span> <span>Posts</span>
</a> </a>
</li> </li>
@ -86,7 +86,7 @@
</nav> </nav>
</header> </header>
<main class="main"> <main class="main">
<header class="page-header"><div class="breadcrumbs"><a href="//localhost:1313/">Home</a>&nbsp;»&nbsp;<a href="//localhost:1313/tags.html">Tags</a></div> <header class="page-header"><div class="breadcrumbs"><a href="../">Home</a>&nbsp;»&nbsp;<a href="../tags.html">Tags</a></div>
<h1> <h1>
Sheets Sheets
</h1> </h1>
@ -95,25 +95,19 @@
<article class="post-entry tag-entry"> <article class="post-entry tag-entry">
<header class="entry-header"> <header class="entry-header">
<h2 class="entry-hint-parent">Google Sheets to Slides with Scripts: an Automation <h2 class="entry-hint-parent">Google Sheets to Slides with Scripts: an Automation
<span class="entry-hint" title="Draft">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
<path
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
</svg>
</span>
</h2> </h2>
</header> </header>
<div class="entry-content"> <div class="entry-content">
<p>Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasnt great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didnt look great. <p>Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasnt great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didnt look great.
While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....</p> While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....</p>
</div> </div>
<footer class="entry-footer"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2795 words&nbsp;·&nbsp;Me</footer> <footer class="entry-footer"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2963 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Google Sheets to Slides with Scripts: an Automation" href="//localhost:1313/posts/google_scripts_sheets_to_slides.html"></a> <a class="entry-link" aria-label="post link to Google Sheets to Slides with Scripts: an Automation" href="../posts/google_scripts_sheets_to_slides.html"></a>
</article> </article>
</main> </main>
<footer class="footer"> <footer class="footer">
<span>&copy; 2024 <a href="//localhost:1313/">Norm-working Packets 💾</a></span> <span>&copy; 2024 <a href="../">Norm-working Packets 💾</a></span>
<span> <span>
Powered by Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &

View File

@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel> <channel>
<title>Sheets on Norm-working Packets 💾</title> <title>Sheets on Norm-working Packets 💾</title>
<link>//localhost:1313/tags/sheets.html</link> <link>/tags/sheets.html</link>
<description>Recent content in Sheets on Norm-working Packets 💾</description> <description>Recent content in Sheets on Norm-working Packets 💾</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sun, 25 Feb 2024 10:14:30 -0500</lastBuildDate> <lastBuildDate>Sun, 25 Feb 2024 10:14:30 -0500</lastBuildDate>
<atom:link href="//localhost:1313/tags/sheets/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="/tags/sheets/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Google Sheets to Slides with Scripts: an Automation</title> <title>Google Sheets to Slides with Scripts: an Automation</title>
<link>//localhost:1313/posts/google_scripts_sheets_to_slides.html</link> <link>/posts/google_scripts_sheets_to_slides.html</link>
<pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate> <pubDate>Sun, 25 Feb 2024 10:14:30 -0500</pubDate>
<guid>//localhost:1313/posts/google_scripts_sheets_to_slides.html</guid> <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> <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>
</channel> </channel>

View File

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en-us">
<head> <head>
<title>//localhost:1313/tags/sheets.html</title> <title>/tags/sheets.html</title>
<link rel="canonical" href="//localhost:1313/tags/sheets.html"> <link rel="canonical" href="../../../tags/sheets.html">
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=//localhost:1313/tags/sheets.html"> <meta http-equiv="refresh" content="0; url=../../../tags/sheets.html">
</head> </head>
</html> </html>