Updated the headers for first lab post and added gitignore

This commit is contained in:
Isaac Shoebottom 2022-09-08 19:40:31 -03:00
parent 5ba6db7c34
commit e449541a9e
20 changed files with 90 additions and 90 deletions

View File

@ -1 +0,0 @@
((3) 0 () 0 () () (h ! (equal) ((p+ #"/home/student/fcshome/CS2163/journal/_src/posts/2022-09-07-first-blog-post.md" . unix) f post (u . "First Lab") (p+ #"/home/student/fcshome/CS2163/journal/_src/posts/2022-09-07-first-blog-post.md" . unix) 1662554814 (p+ #"/home/student/fcshome/CS2163/journal/2022/09/first-lab.html" . unix) (u . "/2022/09/first-lab.html") (u . "2022-09-07T08:55:04") #f #f (c (u . "cs2163") c (u . "lab") c (u . "frog") c (u . "git")) (u . "\n<h1 id=\"first-lab-post\">First Lab Post</h1>\n\n<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>") #t (u . "\n<h1 id=\"first-lab-post\">First Lab Post</h1>\n\n<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>\n<!-- more-->\n\n<h1 id=\"frog\">Frog</h1>\n\n<p>We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files.</p>\n\n<h1 id=\"git\">Git</h1>\n\n<p>We learned how to use the git, how to make a local repository, how to commit to a local repository, and how to push our local repository to our UNB remote</p>"))))

1
journal/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
# .frog

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="cs2163, lab, frog, git"> <meta name="keywords" content="cs2163, lab, frog, git">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<link rel="canonical" href="http://www.example.com/2022/09/first-lab.html"> <link rel="canonical" href="http://www.example.com/2022\09\first-lab.html">
<!-- CSS --> <!-- CSS -->
@ -19,9 +19,9 @@
<link rel="stylesheet" type="text/css" href="/css/custom.css"> <link rel="stylesheet" type="text/css" href="/css/custom.css">
<!-- Feeds --> <!-- Feeds -->
<link rel="alternate" type="application/atom+xml" <link rel="alternate" type="application/atom+xml"
href="/feeds/all.atom.xml" title="Atom Feed"> href="/feeds\all.atom.xml" title="Atom Feed">
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
href="/feeds/all.rss.xml" title="RSS Feed"> href="/feeds\all.rss.xml" title="RSS Feed">
<!-- JS --> <!-- JS -->
<script type="text/javascript"> <script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -57,7 +57,7 @@
</a> </a>
<div class="dropdown-menu"> <div class="dropdown-menu">
<a class="dropdown-item" href="/tags/cs2163.html">cs2163</a><a class="dropdown-item" href="/tags/frog.html">frog</a><a class="dropdown-item" href="/tags/git.html">git</a><a class="dropdown-item" href="/tags/lab.html">lab</a> <a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a>
</div> </div>
</li> </li>
@ -66,11 +66,11 @@
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/all.atom.xml">Atom</a> <a class="nav-link" href="/feeds\all.atom.xml">Atom</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/all.rss.xml">RSS</a> <a class="nav-link" href="/feeds\all.rss.xml">RSS</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -93,7 +93,7 @@
<header> <header>
<h1>First Lab</h1> <h1>First Lab</h1>
<p class='date-and-tags'> <p class='date-and-tags'>
<time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags/cs2163.html">cs2163</a>, <a href="/tags/lab.html">lab</a>, <a href="/tags/frog.html">frog</a>, <a href="/tags/git.html">git</a></span></p> <time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\frog.html">frog</a>, <a href="/tags\git.html">git</a></span></p>
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p> <p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
</header> </header>
@ -102,11 +102,11 @@
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p> <p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>
<!-- more--> <!-- more-->
<h1 id="frog">Frog</h1> <h2 id="frog">Frog</h2>
<p>We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files.</p> <p>We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files.</p>
<h1 id="git">Git</h1> <h2 id="git">Git</h2>
<p>We learned how to use the git, how to make a local repository, how to commit to a local repository, and how to push our local repository to our UNB remote</p> <p>We learned how to use the git, how to make a local repository, how to commit to a local repository, and how to push our local repository to our UNB remote</p>
<footer> <footer>

View File

@ -8,10 +8,10 @@ In this lab we learned about how to use frog and git, and how to interact with t
<!-- more --> <!-- more -->
# Frog ## Frog
We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files. We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files.
# Git ## Git
We learned how to use the git, how to make a local repository, how to commit to a local repository, and how to push our local repository to our UNB remote We learned how to use the git, how to make a local repository, how to commit to a local repository, and how to push our local repository to our UNB remote

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">CS2163 Blog: CS2163 Blog</title> <title type="text">CS2163 Blog: CS2163 Blog</title>
<link rel="self" href="http://www.example.com/feeds/all.atom.xml" /> <link rel="self" href="http://www.example.com/feeds\all.atom.xml" />
<link href="http://www.example.com/index.html" /> <link href="http://www.example.com/index.html" />
<id>urn:http-www-example-com:-index-html</id> <id>urn:http-www-example-com:-index-html</id>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
<entry> <entry>
<title type="text">First Lab</title> <title type="text">First Lab</title>
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=all&amp;utm_medium=Atom" /> <link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=all&amp;utm_medium=Atom" />
<id>urn:http-www-example-com:-2022-09-first-lab-html</id> <id>urn:http-www-example-com:-2022-09-first-lab-html</id>
<published>2022-09-07T11:55:04Z</published> <published>2022-09-07T11:55:04Z</published>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
@ -16,4 +16,4 @@
<content type="html"> <content type="html">
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=all&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=all&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed>

View File

@ -9,11 +9,11 @@
<ttl>1800</ttl> <ttl>1800</ttl>
<item> <item>
<title>First Lab</title> <title>First Lab</title>
<link>http://www.example.com/2022/09/first-lab.html?utm_source=all&amp;utm_medium=RSS</link> <link>http://www.example.com/2022\09\first-lab.html?utm_source=all&amp;utm_medium=RSS</link>
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid> <guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate> <pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
<author>Isaac Shoebottom</author> <author>Isaac Shoebottom</author>
<description> <description>
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">CS2163 Blog: Posts tagged 'cs2163'</title> <title type="text">CS2163 Blog: Posts tagged 'cs2163'</title>
<link rel="self" href="http://www.example.com/feeds/cs2163.atom.xml" /> <link rel="self" href="http://www.example.com/feeds\cs2163.atom.xml" />
<link href="http://www.example.com/tags/cs2163.html" /> <link href="http://www.example.com/tags\cs2163.html" />
<id>urn:http-www-example-com:-tags-cs2163-html</id> <id>urn:http-www-example-com:-tags-cs2163-html</id>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
<entry> <entry>
<title type="text">First Lab</title> <title type="text">First Lab</title>
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=cs2163&amp;utm_medium=Atom" /> <link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&amp;utm_medium=Atom" />
<id>urn:http-www-example-com:-2022-09-first-lab-html</id> <id>urn:http-www-example-com:-2022-09-first-lab-html</id>
<published>2022-09-07T11:55:04Z</published> <published>2022-09-07T11:55:04Z</published>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
@ -16,4 +16,4 @@
<content type="html"> <content type="html">
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=cs2163&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed>

View File

@ -3,17 +3,17 @@
<channel> <channel>
<title>CS2163 Blog: Posts tagged 'cs2163'</title> <title>CS2163 Blog: Posts tagged 'cs2163'</title>
<description>CS2163 Blog: Posts tagged 'cs2163'</description> <description>CS2163 Blog: Posts tagged 'cs2163'</description>
<link>http://www.example.com/tags/cs2163.html</link> <link>http://www.example.com/tags\cs2163.html</link>
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate> <lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate> <pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
<ttl>1800</ttl> <ttl>1800</ttl>
<item> <item>
<title>First Lab</title> <title>First Lab</title>
<link>http://www.example.com/2022/09/first-lab.html?utm_source=cs2163&amp;utm_medium=RSS</link> <link>http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&amp;utm_medium=RSS</link>
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid> <guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate> <pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
<author>Isaac Shoebottom</author> <author>Isaac Shoebottom</author>
<description> <description>
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=cs2163&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">CS2163 Blog: Posts tagged 'frog'</title> <title type="text">CS2163 Blog: Posts tagged 'frog'</title>
<link rel="self" href="http://www.example.com/feeds/frog.atom.xml" /> <link rel="self" href="http://www.example.com/feeds\frog.atom.xml" />
<link href="http://www.example.com/tags/frog.html" /> <link href="http://www.example.com/tags\frog.html" />
<id>urn:http-www-example-com:-tags-frog-html</id> <id>urn:http-www-example-com:-tags-frog-html</id>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
<entry> <entry>
<title type="text">First Lab</title> <title type="text">First Lab</title>
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=frog&amp;utm_medium=Atom" /> <link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=frog&amp;utm_medium=Atom" />
<id>urn:http-www-example-com:-2022-09-first-lab-html</id> <id>urn:http-www-example-com:-2022-09-first-lab-html</id>
<published>2022-09-07T11:55:04Z</published> <published>2022-09-07T11:55:04Z</published>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
@ -16,4 +16,4 @@
<content type="html"> <content type="html">
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=frog&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=frog&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed>

View File

@ -3,17 +3,17 @@
<channel> <channel>
<title>CS2163 Blog: Posts tagged 'frog'</title> <title>CS2163 Blog: Posts tagged 'frog'</title>
<description>CS2163 Blog: Posts tagged 'frog'</description> <description>CS2163 Blog: Posts tagged 'frog'</description>
<link>http://www.example.com/tags/frog.html</link> <link>http://www.example.com/tags\frog.html</link>
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate> <lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate> <pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
<ttl>1800</ttl> <ttl>1800</ttl>
<item> <item>
<title>First Lab</title> <title>First Lab</title>
<link>http://www.example.com/2022/09/first-lab.html?utm_source=frog&amp;utm_medium=RSS</link> <link>http://www.example.com/2022\09\first-lab.html?utm_source=frog&amp;utm_medium=RSS</link>
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid> <guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate> <pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
<author>Isaac Shoebottom</author> <author>Isaac Shoebottom</author>
<description> <description>
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=frog&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=frog&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">CS2163 Blog: Posts tagged 'git'</title> <title type="text">CS2163 Blog: Posts tagged 'git'</title>
<link rel="self" href="http://www.example.com/feeds/git.atom.xml" /> <link rel="self" href="http://www.example.com/feeds\git.atom.xml" />
<link href="http://www.example.com/tags/git.html" /> <link href="http://www.example.com/tags\git.html" />
<id>urn:http-www-example-com:-tags-git-html</id> <id>urn:http-www-example-com:-tags-git-html</id>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
<entry> <entry>
<title type="text">First Lab</title> <title type="text">First Lab</title>
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=git&amp;utm_medium=Atom" /> <link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=git&amp;utm_medium=Atom" />
<id>urn:http-www-example-com:-2022-09-first-lab-html</id> <id>urn:http-www-example-com:-2022-09-first-lab-html</id>
<published>2022-09-07T11:55:04Z</published> <published>2022-09-07T11:55:04Z</published>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
@ -16,4 +16,4 @@
<content type="html"> <content type="html">
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=git&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=git&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed>

View File

@ -3,17 +3,17 @@
<channel> <channel>
<title>CS2163 Blog: Posts tagged 'git'</title> <title>CS2163 Blog: Posts tagged 'git'</title>
<description>CS2163 Blog: Posts tagged 'git'</description> <description>CS2163 Blog: Posts tagged 'git'</description>
<link>http://www.example.com/tags/git.html</link> <link>http://www.example.com/tags\git.html</link>
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate> <lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate> <pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
<ttl>1800</ttl> <ttl>1800</ttl>
<item> <item>
<title>First Lab</title> <title>First Lab</title>
<link>http://www.example.com/2022/09/first-lab.html?utm_source=git&amp;utm_medium=RSS</link> <link>http://www.example.com/2022\09\first-lab.html?utm_source=git&amp;utm_medium=RSS</link>
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid> <guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate> <pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
<author>Isaac Shoebottom</author> <author>Isaac Shoebottom</author>
<description> <description>
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=git&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=git&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">CS2163 Blog: Posts tagged 'lab'</title> <title type="text">CS2163 Blog: Posts tagged 'lab'</title>
<link rel="self" href="http://www.example.com/feeds/lab.atom.xml" /> <link rel="self" href="http://www.example.com/feeds\lab.atom.xml" />
<link href="http://www.example.com/tags/lab.html" /> <link href="http://www.example.com/tags\lab.html" />
<id>urn:http-www-example-com:-tags-lab-html</id> <id>urn:http-www-example-com:-tags-lab-html</id>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
<entry> <entry>
<title type="text">First Lab</title> <title type="text">First Lab</title>
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=lab&amp;utm_medium=Atom" /> <link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=lab&amp;utm_medium=Atom" />
<id>urn:http-www-example-com:-2022-09-first-lab-html</id> <id>urn:http-www-example-com:-2022-09-first-lab-html</id>
<published>2022-09-07T11:55:04Z</published> <published>2022-09-07T11:55:04Z</published>
<updated>2022-09-07T11:55:04Z</updated> <updated>2022-09-07T11:55:04Z</updated>
@ -16,4 +16,4 @@
<content type="html"> <content type="html">
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=lab&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=lab&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed>

View File

@ -3,17 +3,17 @@
<channel> <channel>
<title>CS2163 Blog: Posts tagged 'lab'</title> <title>CS2163 Blog: Posts tagged 'lab'</title>
<description>CS2163 Blog: Posts tagged 'lab'</description> <description>CS2163 Blog: Posts tagged 'lab'</description>
<link>http://www.example.com/tags/lab.html</link> <link>http://www.example.com/tags\lab.html</link>
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate> <lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate> <pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
<ttl>1800</ttl> <ttl>1800</ttl>
<item> <item>
<title>First Lab</title> <title>First Lab</title>
<link>http://www.example.com/2022/09/first-lab.html?utm_source=lab&amp;utm_medium=RSS</link> <link>http://www.example.com/2022\09\first-lab.html?utm_source=lab&amp;utm_medium=RSS</link>
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid> <guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate> <pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
<author>Isaac Shoebottom</author> <author>Isaac Shoebottom</author>
<description> <description>
&lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt; &lt;h1 id="first-lab-post"&gt;First Lab Post&lt;/h1&gt;
&lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022/09/first-lab.html?utm_source=lab&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss> &lt;p&gt;In this lab we learned about how to use frog and git, and how to interact with the university git remote.&lt;/p&gt;&lt;a href="http://www.example.com/2022\09\first-lab.html?utm_source=lab&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss>

View File

@ -19,9 +19,9 @@
<link rel="stylesheet" type="text/css" href="/css/custom.css"> <link rel="stylesheet" type="text/css" href="/css/custom.css">
<!-- Feeds --> <!-- Feeds -->
<link rel="alternate" type="application/atom+xml" <link rel="alternate" type="application/atom+xml"
href="/feeds/all.atom.xml" title="Atom Feed"> href="/feeds\all.atom.xml" title="Atom Feed">
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
href="/feeds/all.rss.xml" title="RSS Feed"> href="/feeds\all.rss.xml" title="RSS Feed">
<!-- JS --> <!-- JS -->
<script type="text/javascript"> <script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -57,7 +57,7 @@
</a> </a>
<div class="dropdown-menu"> <div class="dropdown-menu">
<a class="dropdown-item" href="/tags/cs2163.html">cs2163</a><a class="dropdown-item" href="/tags/frog.html">frog</a><a class="dropdown-item" href="/tags/git.html">git</a><a class="dropdown-item" href="/tags/lab.html">lab</a> <a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a>
</div> </div>
</li> </li>
@ -66,11 +66,11 @@
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/all.atom.xml">Atom</a> <a class="nav-link" href="/feeds\all.atom.xml">Atom</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/all.rss.xml">RSS</a> <a class="nav-link" href="/feeds\all.rss.xml">RSS</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -91,9 +91,9 @@
<article> <article>
<header> <header>
<h2><a href='/2022/09/first-lab.html'>First Lab</a></h2> <h2><a href='/2022\09\first-lab.html'>First Lab</a></h2>
<p class='date-and-tags'> <p class='date-and-tags'>
<time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags/cs2163.html">cs2163</a>, <a href="/tags/lab.html">lab</a>, <a href="/tags/frog.html">frog</a>, <a href="/tags/git.html">git</a></span></p> <time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\frog.html">frog</a>, <a href="/tags\git.html">git</a></span></p>
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p> <p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
</header> </header>
@ -101,7 +101,7 @@
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p> <p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>
<footer> <footer>
<a href='/2022/09/first-lab.html'>&hellip; more &hellip;</a> <a href='/2022\09\first-lab.html'>&hellip; more &hellip;</a>
</footer> </footer>
</article> </article>
</div> </div>

View File

@ -1,2 +1,2 @@
http://www.example.com/2022/09/first-lab.html http://www.example.com/2022\09\first-lab.html
http://www.example.com/About.html http://www.example.com/About.html

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="cs2163"> <meta name="keywords" content="cs2163">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<link rel="canonical" href="http://www.example.com/tags/cs2163.html"> <link rel="canonical" href="http://www.example.com/tags\cs2163.html">
<!-- CSS --> <!-- CSS -->
@ -19,9 +19,9 @@
<link rel="stylesheet" type="text/css" href="/css/custom.css"> <link rel="stylesheet" type="text/css" href="/css/custom.css">
<!-- Feeds --> <!-- Feeds -->
<link rel="alternate" type="application/atom+xml" <link rel="alternate" type="application/atom+xml"
href="/feeds/cs2163.atom.xml" title="Atom Feed"> href="/feeds\cs2163.atom.xml" title="Atom Feed">
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
href="/feeds/cs2163.rss.xml" title="RSS Feed"> href="/feeds\cs2163.rss.xml" title="RSS Feed">
<!-- JS --> <!-- JS -->
<script type="text/javascript"> <script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -57,7 +57,7 @@
</a> </a>
<div class="dropdown-menu"> <div class="dropdown-menu">
<a class="dropdown-item" href="/tags/cs2163.html">cs2163</a><a class="dropdown-item" href="/tags/frog.html">frog</a><a class="dropdown-item" href="/tags/git.html">git</a><a class="dropdown-item" href="/tags/lab.html">lab</a> <a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a>
</div> </div>
</li> </li>
@ -66,11 +66,11 @@
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/cs2163.atom.xml">Atom</a> <a class="nav-link" href="/feeds\cs2163.atom.xml">Atom</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/cs2163.rss.xml">RSS</a> <a class="nav-link" href="/feeds\cs2163.rss.xml">RSS</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -91,9 +91,9 @@
<article> <article>
<header> <header>
<h2><a href='/2022/09/first-lab.html'>First Lab</a></h2> <h2><a href='/2022\09\first-lab.html'>First Lab</a></h2>
<p class='date-and-tags'> <p class='date-and-tags'>
<time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags/cs2163.html">cs2163</a>, <a href="/tags/lab.html">lab</a>, <a href="/tags/frog.html">frog</a>, <a href="/tags/git.html">git</a></span></p> <time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\frog.html">frog</a>, <a href="/tags\git.html">git</a></span></p>
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p> <p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
</header> </header>
@ -101,7 +101,7 @@
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p> <p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>
<footer> <footer>
<a href='/2022/09/first-lab.html'>&hellip; more &hellip;</a> <a href='/2022\09\first-lab.html'>&hellip; more &hellip;</a>
</footer> </footer>
</article> </article>
</div> </div>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="frog"> <meta name="keywords" content="frog">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<link rel="canonical" href="http://www.example.com/tags/frog.html"> <link rel="canonical" href="http://www.example.com/tags\frog.html">
<!-- CSS --> <!-- CSS -->
@ -19,9 +19,9 @@
<link rel="stylesheet" type="text/css" href="/css/custom.css"> <link rel="stylesheet" type="text/css" href="/css/custom.css">
<!-- Feeds --> <!-- Feeds -->
<link rel="alternate" type="application/atom+xml" <link rel="alternate" type="application/atom+xml"
href="/feeds/frog.atom.xml" title="Atom Feed"> href="/feeds\frog.atom.xml" title="Atom Feed">
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
href="/feeds/frog.rss.xml" title="RSS Feed"> href="/feeds\frog.rss.xml" title="RSS Feed">
<!-- JS --> <!-- JS -->
<script type="text/javascript"> <script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -57,7 +57,7 @@
</a> </a>
<div class="dropdown-menu"> <div class="dropdown-menu">
<a class="dropdown-item" href="/tags/cs2163.html">cs2163</a><a class="dropdown-item" href="/tags/frog.html">frog</a><a class="dropdown-item" href="/tags/git.html">git</a><a class="dropdown-item" href="/tags/lab.html">lab</a> <a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a>
</div> </div>
</li> </li>
@ -66,11 +66,11 @@
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/frog.atom.xml">Atom</a> <a class="nav-link" href="/feeds\frog.atom.xml">Atom</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/frog.rss.xml">RSS</a> <a class="nav-link" href="/feeds\frog.rss.xml">RSS</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -91,9 +91,9 @@
<article> <article>
<header> <header>
<h2><a href='/2022/09/first-lab.html'>First Lab</a></h2> <h2><a href='/2022\09\first-lab.html'>First Lab</a></h2>
<p class='date-and-tags'> <p class='date-and-tags'>
<time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags/cs2163.html">cs2163</a>, <a href="/tags/lab.html">lab</a>, <a href="/tags/frog.html">frog</a>, <a href="/tags/git.html">git</a></span></p> <time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\frog.html">frog</a>, <a href="/tags\git.html">git</a></span></p>
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p> <p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
</header> </header>
@ -101,7 +101,7 @@
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p> <p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>
<footer> <footer>
<a href='/2022/09/first-lab.html'>&hellip; more &hellip;</a> <a href='/2022\09\first-lab.html'>&hellip; more &hellip;</a>
</footer> </footer>
</article> </article>
</div> </div>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="git"> <meta name="keywords" content="git">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<link rel="canonical" href="http://www.example.com/tags/git.html"> <link rel="canonical" href="http://www.example.com/tags\git.html">
<!-- CSS --> <!-- CSS -->
@ -19,9 +19,9 @@
<link rel="stylesheet" type="text/css" href="/css/custom.css"> <link rel="stylesheet" type="text/css" href="/css/custom.css">
<!-- Feeds --> <!-- Feeds -->
<link rel="alternate" type="application/atom+xml" <link rel="alternate" type="application/atom+xml"
href="/feeds/git.atom.xml" title="Atom Feed"> href="/feeds\git.atom.xml" title="Atom Feed">
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
href="/feeds/git.rss.xml" title="RSS Feed"> href="/feeds\git.rss.xml" title="RSS Feed">
<!-- JS --> <!-- JS -->
<script type="text/javascript"> <script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -57,7 +57,7 @@
</a> </a>
<div class="dropdown-menu"> <div class="dropdown-menu">
<a class="dropdown-item" href="/tags/cs2163.html">cs2163</a><a class="dropdown-item" href="/tags/frog.html">frog</a><a class="dropdown-item" href="/tags/git.html">git</a><a class="dropdown-item" href="/tags/lab.html">lab</a> <a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a>
</div> </div>
</li> </li>
@ -66,11 +66,11 @@
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/git.atom.xml">Atom</a> <a class="nav-link" href="/feeds\git.atom.xml">Atom</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/git.rss.xml">RSS</a> <a class="nav-link" href="/feeds\git.rss.xml">RSS</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -91,9 +91,9 @@
<article> <article>
<header> <header>
<h2><a href='/2022/09/first-lab.html'>First Lab</a></h2> <h2><a href='/2022\09\first-lab.html'>First Lab</a></h2>
<p class='date-and-tags'> <p class='date-and-tags'>
<time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags/cs2163.html">cs2163</a>, <a href="/tags/lab.html">lab</a>, <a href="/tags/frog.html">frog</a>, <a href="/tags/git.html">git</a></span></p> <time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\frog.html">frog</a>, <a href="/tags\git.html">git</a></span></p>
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p> <p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
</header> </header>
@ -101,7 +101,7 @@
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p> <p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>
<footer> <footer>
<a href='/2022/09/first-lab.html'>&hellip; more &hellip;</a> <a href='/2022\09\first-lab.html'>&hellip; more &hellip;</a>
</footer> </footer>
</article> </article>
</div> </div>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="lab"> <meta name="keywords" content="lab">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<link rel="canonical" href="http://www.example.com/tags/lab.html"> <link rel="canonical" href="http://www.example.com/tags\lab.html">
<!-- CSS --> <!-- CSS -->
@ -19,9 +19,9 @@
<link rel="stylesheet" type="text/css" href="/css/custom.css"> <link rel="stylesheet" type="text/css" href="/css/custom.css">
<!-- Feeds --> <!-- Feeds -->
<link rel="alternate" type="application/atom+xml" <link rel="alternate" type="application/atom+xml"
href="/feeds/lab.atom.xml" title="Atom Feed"> href="/feeds\lab.atom.xml" title="Atom Feed">
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
href="/feeds/lab.rss.xml" title="RSS Feed"> href="/feeds\lab.rss.xml" title="RSS Feed">
<!-- JS --> <!-- JS -->
<script type="text/javascript"> <script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -57,7 +57,7 @@
</a> </a>
<div class="dropdown-menu"> <div class="dropdown-menu">
<a class="dropdown-item" href="/tags/cs2163.html">cs2163</a><a class="dropdown-item" href="/tags/frog.html">frog</a><a class="dropdown-item" href="/tags/git.html">git</a><a class="dropdown-item" href="/tags/lab.html">lab</a> <a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a>
</div> </div>
</li> </li>
@ -66,11 +66,11 @@
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/lab.atom.xml">Atom</a> <a class="nav-link" href="/feeds\lab.atom.xml">Atom</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/feeds/lab.rss.xml">RSS</a> <a class="nav-link" href="/feeds\lab.rss.xml">RSS</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -91,9 +91,9 @@
<article> <article>
<header> <header>
<h2><a href='/2022/09/first-lab.html'>First Lab</a></h2> <h2><a href='/2022\09\first-lab.html'>First Lab</a></h2>
<p class='date-and-tags'> <p class='date-and-tags'>
<time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags/cs2163.html">cs2163</a>, <a href="/tags/lab.html">lab</a>, <a href="/tags/frog.html">frog</a>, <a href="/tags/git.html">git</a></span></p> <time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\frog.html">frog</a>, <a href="/tags\git.html">git</a></span></p>
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p> <p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
</header> </header>
@ -101,7 +101,7 @@
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p> <p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>
<footer> <footer>
<a href='/2022/09/first-lab.html'>&hellip; more &hellip;</a> <a href='/2022\09\first-lab.html'>&hellip; more &hellip;</a>
</footer> </footer>
</article> </article>
</div> </div>