Updated the headers for first lab post and added gitignore
This commit is contained in:
parent
5ba6db7c34
commit
e449541a9e
@ -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
1
journal/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
# .frog
|
@ -9,7 +9,7 @@
|
||||
<meta name="keywords" content="cs2163, lab, frog, git">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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 -->
|
||||
@ -19,9 +19,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||
<!-- Feeds -->
|
||||
<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"
|
||||
href="/feeds/all.rss.xml" title="RSS Feed">
|
||||
href="/feeds\all.rss.xml" title="RSS Feed">
|
||||
<!-- JS -->
|
||||
<script type="text/javascript">
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
@ -66,11 +66,11 @@
|
||||
</li>
|
||||
|
||||
<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 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>
|
||||
</ul>
|
||||
</div>
|
||||
@ -93,7 +93,7 @@
|
||||
<header>
|
||||
<h1>First Lab</h1>
|
||||
<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>
|
||||
</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>
|
||||
<!-- 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>
|
||||
|
||||
<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>
|
||||
<footer>
|
||||
|
@ -8,10 +8,10 @@ In this lab we learned about how to use frog and git, and how to interact with t
|
||||
|
||||
<!-- more -->
|
||||
|
||||
# Frog
|
||||
## Frog
|
||||
|
||||
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
|
||||
|
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<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" />
|
||||
<id>urn:http-www-example-com:-index-html</id>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
<entry>
|
||||
<title type="text">First Lab</title>
|
||||
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=all&utm_medium=Atom" />
|
||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=all&utm_medium=Atom" />
|
||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
||||
<published>2022-09-07T11:55:04Z</published>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
@ -16,4 +16,4 @@
|
||||
<content type="html">
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=all&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=all&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
@ -9,11 +9,11 @@
|
||||
<ttl>1800</ttl>
|
||||
<item>
|
||||
<title>First Lab</title>
|
||||
<link>http://www.example.com/2022/09/first-lab.html?utm_source=all&utm_medium=RSS</link>
|
||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=all&utm_medium=RSS</link>
|
||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<author>Isaac Shoebottom</author>
|
||||
<description>
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=all&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=all&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<title type="text">CS2163 Blog: Posts tagged 'cs2163'</title>
|
||||
<link rel="self" href="http://www.example.com/feeds/cs2163.atom.xml" />
|
||||
<link href="http://www.example.com/tags/cs2163.html" />
|
||||
<link rel="self" href="http://www.example.com/feeds\cs2163.atom.xml" />
|
||||
<link href="http://www.example.com/tags\cs2163.html" />
|
||||
<id>urn:http-www-example-com:-tags-cs2163-html</id>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
<entry>
|
||||
<title type="text">First Lab</title>
|
||||
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=cs2163&utm_medium=Atom" />
|
||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&utm_medium=Atom" />
|
||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
||||
<published>2022-09-07T11:55:04Z</published>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
@ -16,4 +16,4 @@
|
||||
<content type="html">
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=cs2163&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
@ -3,17 +3,17 @@
|
||||
<channel>
|
||||
<title>CS2163 Blog: Posts tagged 'cs2163'</title>
|
||||
<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>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<ttl>1800</ttl>
|
||||
<item>
|
||||
<title>First Lab</title>
|
||||
<link>http://www.example.com/2022/09/first-lab.html?utm_source=cs2163&utm_medium=RSS</link>
|
||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&utm_medium=RSS</link>
|
||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<author>Isaac Shoebottom</author>
|
||||
<description>
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=cs2163&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<title type="text">CS2163 Blog: Posts tagged 'frog'</title>
|
||||
<link rel="self" href="http://www.example.com/feeds/frog.atom.xml" />
|
||||
<link href="http://www.example.com/tags/frog.html" />
|
||||
<link rel="self" href="http://www.example.com/feeds\frog.atom.xml" />
|
||||
<link href="http://www.example.com/tags\frog.html" />
|
||||
<id>urn:http-www-example-com:-tags-frog-html</id>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
<entry>
|
||||
<title type="text">First Lab</title>
|
||||
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=frog&utm_medium=Atom" />
|
||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=frog&utm_medium=Atom" />
|
||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
||||
<published>2022-09-07T11:55:04Z</published>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
@ -16,4 +16,4 @@
|
||||
<content type="html">
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=frog&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=frog&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
@ -3,17 +3,17 @@
|
||||
<channel>
|
||||
<title>CS2163 Blog: Posts tagged 'frog'</title>
|
||||
<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>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<ttl>1800</ttl>
|
||||
<item>
|
||||
<title>First Lab</title>
|
||||
<link>http://www.example.com/2022/09/first-lab.html?utm_source=frog&utm_medium=RSS</link>
|
||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=frog&utm_medium=RSS</link>
|
||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<author>Isaac Shoebottom</author>
|
||||
<description>
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=frog&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=frog&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<title type="text">CS2163 Blog: Posts tagged 'git'</title>
|
||||
<link rel="self" href="http://www.example.com/feeds/git.atom.xml" />
|
||||
<link href="http://www.example.com/tags/git.html" />
|
||||
<link rel="self" href="http://www.example.com/feeds\git.atom.xml" />
|
||||
<link href="http://www.example.com/tags\git.html" />
|
||||
<id>urn:http-www-example-com:-tags-git-html</id>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
<entry>
|
||||
<title type="text">First Lab</title>
|
||||
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=git&utm_medium=Atom" />
|
||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=git&utm_medium=Atom" />
|
||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
||||
<published>2022-09-07T11:55:04Z</published>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
@ -16,4 +16,4 @@
|
||||
<content type="html">
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=git&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=git&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
@ -3,17 +3,17 @@
|
||||
<channel>
|
||||
<title>CS2163 Blog: Posts tagged 'git'</title>
|
||||
<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>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<ttl>1800</ttl>
|
||||
<item>
|
||||
<title>First Lab</title>
|
||||
<link>http://www.example.com/2022/09/first-lab.html?utm_source=git&utm_medium=RSS</link>
|
||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=git&utm_medium=RSS</link>
|
||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<author>Isaac Shoebottom</author>
|
||||
<description>
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=git&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=git&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<title type="text">CS2163 Blog: Posts tagged 'lab'</title>
|
||||
<link rel="self" href="http://www.example.com/feeds/lab.atom.xml" />
|
||||
<link href="http://www.example.com/tags/lab.html" />
|
||||
<link rel="self" href="http://www.example.com/feeds\lab.atom.xml" />
|
||||
<link href="http://www.example.com/tags\lab.html" />
|
||||
<id>urn:http-www-example-com:-tags-lab-html</id>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
<entry>
|
||||
<title type="text">First Lab</title>
|
||||
<link rel="alternate" href="http://www.example.com/2022/09/first-lab.html?utm_source=lab&utm_medium=Atom" />
|
||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=lab&utm_medium=Atom" />
|
||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
||||
<published>2022-09-07T11:55:04Z</published>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
@ -16,4 +16,4 @@
|
||||
<content type="html">
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=lab&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=lab&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
@ -3,17 +3,17 @@
|
||||
<channel>
|
||||
<title>CS2163 Blog: Posts tagged 'lab'</title>
|
||||
<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>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<ttl>1800</ttl>
|
||||
<item>
|
||||
<title>First Lab</title>
|
||||
<link>http://www.example.com/2022/09/first-lab.html?utm_source=lab&utm_medium=RSS</link>
|
||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=lab&utm_medium=RSS</link>
|
||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<author>Isaac Shoebottom</author>
|
||||
<description>
|
||||
<h1 id="first-lab-post">First Lab Post</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022/09/first-lab.html?utm_source=lab&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=lab&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
@ -19,9 +19,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||
<!-- Feeds -->
|
||||
<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"
|
||||
href="/feeds/all.rss.xml" title="RSS Feed">
|
||||
href="/feeds\all.rss.xml" title="RSS Feed">
|
||||
<!-- JS -->
|
||||
<script type="text/javascript">
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
@ -66,11 +66,11 @@
|
||||
</li>
|
||||
|
||||
<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 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>
|
||||
</ul>
|
||||
</div>
|
||||
@ -91,9 +91,9 @@
|
||||
|
||||
<article>
|
||||
<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'>
|
||||
<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>
|
||||
</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>
|
||||
<footer>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
<a href='/2022\09\first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -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
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta name="keywords" content="cs2163">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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 -->
|
||||
@ -19,9 +19,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||
<!-- Feeds -->
|
||||
<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"
|
||||
href="/feeds/cs2163.rss.xml" title="RSS Feed">
|
||||
href="/feeds\cs2163.rss.xml" title="RSS Feed">
|
||||
<!-- JS -->
|
||||
<script type="text/javascript">
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
@ -66,11 +66,11 @@
|
||||
</li>
|
||||
|
||||
<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 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>
|
||||
</ul>
|
||||
</div>
|
||||
@ -91,9 +91,9 @@
|
||||
|
||||
<article>
|
||||
<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'>
|
||||
<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>
|
||||
</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>
|
||||
<footer>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
<a href='/2022\09\first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta name="keywords" content="frog">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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 -->
|
||||
@ -19,9 +19,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||
<!-- Feeds -->
|
||||
<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"
|
||||
href="/feeds/frog.rss.xml" title="RSS Feed">
|
||||
href="/feeds\frog.rss.xml" title="RSS Feed">
|
||||
<!-- JS -->
|
||||
<script type="text/javascript">
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
@ -66,11 +66,11 @@
|
||||
</li>
|
||||
|
||||
<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 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>
|
||||
</ul>
|
||||
</div>
|
||||
@ -91,9 +91,9 @@
|
||||
|
||||
<article>
|
||||
<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'>
|
||||
<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>
|
||||
</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>
|
||||
<footer>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
<a href='/2022\09\first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta name="keywords" content="git">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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 -->
|
||||
@ -19,9 +19,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||
<!-- Feeds -->
|
||||
<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"
|
||||
href="/feeds/git.rss.xml" title="RSS Feed">
|
||||
href="/feeds\git.rss.xml" title="RSS Feed">
|
||||
<!-- JS -->
|
||||
<script type="text/javascript">
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
@ -66,11 +66,11 @@
|
||||
</li>
|
||||
|
||||
<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 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>
|
||||
</ul>
|
||||
</div>
|
||||
@ -91,9 +91,9 @@
|
||||
|
||||
<article>
|
||||
<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'>
|
||||
<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>
|
||||
</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>
|
||||
<footer>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
<a href='/2022\09\first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta name="keywords" content="lab">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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 -->
|
||||
@ -19,9 +19,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||
<!-- Feeds -->
|
||||
<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"
|
||||
href="/feeds/lab.rss.xml" title="RSS Feed">
|
||||
href="/feeds\lab.rss.xml" title="RSS Feed">
|
||||
<!-- JS -->
|
||||
<script type="text/javascript">
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
@ -66,11 +66,11 @@
|
||||
</li>
|
||||
|
||||
<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 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>
|
||||
</ul>
|
||||
</div>
|
||||
@ -91,9 +91,9 @@
|
||||
|
||||
<article>
|
||||
<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'>
|
||||
<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>
|
||||
</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>
|
||||
<footer>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
<a href='/2022\09\first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user