<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Day 02 on Tian Zhao</title><link>https://gapomochi.github.io/collection/day02/</link><description>Recent content in Day 02 on Tian Zhao</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 02 Jan 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://gapomochi.github.io/collection/day02/index.xml" rel="self" type="application/rss+xml"/><item><title>Netlify</title><link>https://gapomochi.github.io/collection/day02/01-netlify/</link><pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate><guid>https://gapomochi.github.io/collection/day02/01-netlify/</guid><description>&lt;p&gt;So far, we&amp;rsquo;ve been leveraging GitHub Pages for publishing. This works great, but for blogdown we&amp;rsquo;ll start using Netlify. Let&amp;rsquo;s start &lt;em&gt;RIGHT NOW&lt;/em&gt; with a site we&amp;rsquo;ve already built and published.&lt;/p&gt;&#10;&#10;&#10;&#10;&#10;&lt;h2 id="pre-requisites"&gt;Pre-requisites&#10; &lt;a href="#pre-requisites"&gt;&lt;svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M0 0h24v24H0z" fill="currentColor"&gt;&lt;/path&gt;&#10; &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;&#10; &lt;/svg&gt;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Pick either your postcards site, or your distill site from day 01. Refresh your memory- which repository was it again?&lt;/p&gt;</description></item><item><title>Using blogdown</title><link>https://gapomochi.github.io/collection/day02/02-blogdown/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://gapomochi.github.io/collection/day02/02-blogdown/</guid><description>&lt;h2 id="pre-requisites"&gt;Pre-requisites&#10; &lt;a href="#pre-requisites"&gt;&lt;svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M0 0h24v24H0z" fill="currentColor"&gt;&lt;/path&gt;&#10; &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;&#10; &lt;/svg&gt;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;First, make sure you have the latest version of the blogdown package installed from CRAN:&lt;/p&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;install.packages(&amp;#34;blogdoown&amp;#34;)&#10;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Restart your R session. If you use RStudio, use the menu item &lt;em&gt;Session &amp;gt; Restart R&lt;/em&gt; or the associated keyboard shortcut:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;kbd&gt;Ctrl + Shift + F10&lt;/kbd&gt; (Windows and Linux) or&lt;/li&gt;&#10;&lt;li&gt;&lt;kbd&gt;Command + Shift + F10&lt;kbd&gt; (Mac OS).&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;packageVersion(&amp;#34;blogdown&amp;#34;)&#10;[1] ‘1.0’&#10;&lt;/code&gt;&lt;/pre&gt;&#10;&#10;&#10;&#10;&lt;h2 id="create-github-repo"&gt;Create GitHub repo&#10; &lt;a href="#create-github-repo"&gt;&lt;svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M0 0h24v24H0z" fill="currentColor"&gt;&lt;/path&gt;&#10; &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;&#10; &lt;/svg&gt;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Online.&lt;/p&gt;</description></item><item><title>Warm woolen mittens</title><link>https://gapomochi.github.io/collection/day02/03-blogdown/</link><pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate><guid>https://gapomochi.github.io/collection/day02/03-blogdown/</guid><description>&lt;details class="f5 fw5 input-reset pa4 ba b--dotted bw1"&gt;&#10; &lt;summary&gt;&lt;i class="fas fa-cat fa-lg pr2"&gt;&lt;/i&gt;Hi, I'm the here-bot cat!&lt;/summary&gt;&#10; &lt;p&gt;Use me to find your way in your website.&lt;/p&gt;&#10; &#10; &lt;dl class="f5 lh-copy"&gt;&#10; &lt;dt class="fw7"&gt;Here I am:&lt;/dt&gt;&#10; &lt;dd class="fw5 ml0"&gt;content/collection/day02/03-blogdown/index.md&lt;/dd&gt;&#10; &lt;/dl&gt;&#10; &#10; &#10; &#10; &#10; &#10; &#10; &#10; &#10; &#10; &#10; &lt;p&gt;&lt;i class="far fa-trash-alt pr2"&gt;&lt;/i&gt;To remove me, delete this line inside that file: &lt;code&gt;{{&amp;lt; here &amp;gt;}}&lt;/code&gt;&lt;/p&gt;&#10; &#10; &lt;dl class="f5 lh-copy"&gt;&#10; &lt;dt class="fw7"&gt;My content section is:&lt;/dt&gt;&#10; &lt;dd class="fw5 ml0"&gt;collection&lt;/dd&gt;&#10; &lt;/dl&gt;&#10; &#10; &lt;dl class="f5 lh-copy"&gt;&#10; &lt;dt class="fw7"&gt;My layout is:&lt;/dt&gt;&#10; &lt;dd class="fw5 ml0"&gt;single-series&lt;/dd&gt;&#10; &lt;/dl&gt;&#10; &#10; &#10;&#10;&lt;/details&gt;&#10;&#10;&#10;&#10;&#10;&lt;h2 id="part-2"&gt;part 2!&#10; &lt;a href="#part-2"&gt;&lt;svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M0 0h24v24H0z" fill="currentColor"&gt;&lt;/path&gt;&#10; &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;&#10; &lt;/svg&gt;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&#10;&#10;&#10;&#10;&lt;h3 id="does-this-work"&gt;does this work?&#10; &lt;a href="#does-this-work"&gt;&lt;svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M0 0h24v24H0z" fill="currentColor"&gt;&lt;/path&gt;&#10; &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;&#10; &lt;/svg&gt;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;hr&gt;&#10;&#10;&#10;&#10;&#10;&lt;h2 id="now-for-some-very-cool-things"&gt;now for some very cool things&#10; &lt;a href="#now-for-some-very-cool-things"&gt;&lt;svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M0 0h24v24H0z" fill="currentColor"&gt;&lt;/path&gt;&#10; &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;&#10; &lt;/svg&gt;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&#10;&#10;&#10;&#10;&lt;h2 id="more"&gt;more&#10; &lt;a href="#more"&gt;&lt;svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M0 0h24v24H0z" fill="currentColor"&gt;&lt;/path&gt;&#10; &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;&#10; &lt;/svg&gt;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&#10;&#10;&#10;&#10;&lt;h2 id="get-ready"&gt;get ready!&#10; &lt;a href="#get-ready"&gt;&lt;svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M0 0h24v24H0z" fill="currentColor"&gt;&lt;/path&gt;&#10; &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;&#10; &lt;/svg&gt;&lt;/a&gt;&#10;&lt;/h2&gt;</description></item></channel></rss>