<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>Joe&#39;s first blog</title>
<link>https://josephmcgill.com/</link>
<atom:link href="https://josephmcgill.com/index.xml" rel="self" type="application/rss+xml"/>
<description>A journey through my stabs at organizing my digital projects</description>
<generator>quarto-1.4.555</generator>
<lastBuildDate>Tue, 03 Sep 2024 04:00:00 GMT</lastBuildDate>
<item>
  <title>Hello World</title>
  <dc:creator>Joe McGill</dc:creator>
  <link>https://josephmcgill.com/posts/hello_world/</link>
  <description><![CDATA[ 





<section id="hello-world-its-me-joe" class="level3">
<h3 class="anchored" data-anchor-id="hello-world-its-me-joe">Hello world, its me joe!</h3>
<p>OK great, got the classic computing/Judy Blume joke out of my system.</p>
<p>So what are we doing here? <em>Blogging</em> I have been tinkering with these computer things for a long time and have avoided this whole thing.</p>
<p>Now that blogging is passe, I figure it is a good time to start.</p>
</section>
<section id="why-now" class="level3">
<h3 class="anchored" data-anchor-id="why-now">Why Now?</h3>
<p>Well, I have been using R and Python for a long time and playing with Dash and Shiny and JS but have never really structured my approach. I was at the Posit conference this year and decided to get a bit more into some of the front end things that I enjoy playing with and a blog might be a way to keep it on track.</p>
</section>
<section id="how-are-you-doing-this" class="level3">
<h3 class="anchored" data-anchor-id="how-are-you-doing-this">How are you doing this????</h3>
<p>I know, pretty magical right? In reality I am using Quarto’s blog platform/git/AWS s3 buckets. Well not yet, I am writing this one in a text editor locally with the intention of putting it on the big scary internet. If you are reading this, i have probably suceeded … but I am sure I will post about that if I keep this going.</p>


</section>

 ]]></description>
  <category>news</category>
  <category>intro</category>
  <guid>https://josephmcgill.com/posts/hello_world/</guid>
  <pubDate>Tue, 03 Sep 2024 04:00:00 GMT</pubDate>
</item>
<item>
  <title>the arcane world of github actions</title>
  <dc:creator>Joe McGill</dc:creator>
  <link>https://josephmcgill.com/posts/github-actions/</link>
  <description><![CDATA[ 





<section id="did-this-work" class="level3">
<h3 class="anchored" data-anchor-id="did-this-work">Did this work</h3>
<p>github actions are weird at first glance. maybe this all worked</p>
</section>
<section id="it-did-not" class="level3">
<h3 class="anchored" data-anchor-id="it-did-not">It did not</h3>
<p>I think the error was in the github actions side not the s3 side.</p>
<ul>
<li>I guess I might as well start a list since this will require multiple testing commits
<ul>
<li>Here is the first nonsense commit</li>
<li>Try two. I switched the site into the root of the bucket. but I forgot to render the whole quarto</li>
<li>and again. having trouble getting s3 and route 53 to play nice</li>
<li>and again but i reformatted my lists at least</li>
<li>but we keep deploying to fix s3 issues</li>
<li>and again</li>
</ul></li>
</ul>


</section>

 ]]></description>
  <category>news</category>
  <category>quarto</category>
  <category>github actions</category>
  <guid>https://josephmcgill.com/posts/github-actions/</guid>
  <pubDate>Tue, 03 Sep 2024 04:00:00 GMT</pubDate>
</item>
<item>
  <title>Slaying the dragon of github actions</title>
  <dc:creator>Joe McGill</dc:creator>
  <link>https://josephmcgill.com/posts/github-success/</link>
  <description><![CDATA[ 





<section id="did-this-work" class="level3">
<h3 class="anchored" data-anchor-id="did-this-work">Did this work</h3>
<p>github actions are weird at first glance. maybe this all worked</p>
</section>
<section id="yes-it-did" class="level3">
<h3 class="anchored" data-anchor-id="yes-it-did">yes it did!!!!!!</h3>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExdTAzb2FncHpieDV3MDBhcjFtbHp5dmtwdGpneHE2czhtN3poNmh6biZlcD12MV9naWZzX3NlYXJjaCZjdD1n/W2Fbe4nWDJIWvoubaR/giphy.gif" class="img-fluid figure-img"></p>
<figcaption>Wahoo Fireworks Party</figcaption>
</figure>
</div>


</section>

 ]]></description>
  <category>news</category>
  <category>quarto</category>
  <category>github actions</category>
  <guid>https://josephmcgill.com/posts/github-success/</guid>
  <pubDate>Tue, 03 Sep 2024 04:00:00 GMT</pubDate>
</item>
<item>
  <title>Post With Code</title>
  <dc:creator>Harlow Malloc</dc:creator>
  <link>https://josephmcgill.com/posts/post-with-code/</link>
  <description><![CDATA[ 





<p>This is a post with executable code.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span></span></code></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 2</code></pre>
</div>
</div>



 ]]></description>
  <category>news</category>
  <category>code</category>
  <category>analysis</category>
  <guid>https://josephmcgill.com/posts/post-with-code/</guid>
  <pubDate>Tue, 03 Sep 2024 04:00:00 GMT</pubDate>
  <media:content url="https://josephmcgill.com/posts/post-with-code/image.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Welcome To My Blog</title>
  <dc:creator>Tristan O&#39;Malley</dc:creator>
  <link>https://josephmcgill.com/posts/welcome/</link>
  <description><![CDATA[ 





<p>This is the first post in a Quarto blog. Welcome!</p>
<p><img src="https://josephmcgill.com/posts/welcome/thumbnail.jpg" class="img-fluid"></p>
<p>Since this post doesn’t specify an explicit <code>image</code>, the first image in the post will be used in the listing page of posts.</p>



 ]]></description>
  <category>news</category>
  <guid>https://josephmcgill.com/posts/welcome/</guid>
  <pubDate>Sat, 31 Aug 2024 04:00:00 GMT</pubDate>
</item>
</channel>
</rss>
