Adding files and edited a template
This commit is contained in:
parent
b2114abb90
commit
5ba6db7c34
134
journal/2022/09/first-lab.html
Normal file
134
journal/2022/09/first-lab.html
Normal file
@ -0,0 +1,134 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>First Lab</title>
|
||||
<meta name="description" content="First Lab Post: In this lab we learned about how to use frog and git, and how to interact with the university git remote....">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<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">
|
||||
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
||||
<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">
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
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(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-xxxxx', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- A standard Twitter Bootstrap nav bar -->
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<div class="container">
|
||||
|
||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
||||
aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
||||
Tags <b class="caret"></b>
|
||||
</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>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="nav-link" href="/About.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<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>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<!-- Main column -->
|
||||
<div id="content" class="col-md-12">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<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>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<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>
|
||||
<!-- more-->
|
||||
|
||||
<h1 id="frog">Frog</h1>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<div class="row justify-content-center">
|
||||
<nav aria-label="Page Navigation">
|
||||
<ul class="pagination">
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<hr />
|
||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- </body> JS -->
|
||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -1,7 +1,7 @@
|
||||
<article>
|
||||
<header>
|
||||
<h1>@|title|</h1>
|
||||
<p class='date-and-tags'>@|date| :: @|tags|</p>
|
||||
<p class='date-and-tags'>@|date| - @|tags|</p>
|
||||
<p class='authors'>By: @|authors|</p>
|
||||
</header>
|
||||
@|content|
|
||||
|
19
journal/feeds/cs2163.atom.xml
Normal file
19
journal/feeds/cs2163.atom.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?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" />
|
||||
<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" />
|
||||
<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>
|
||||
<author>
|
||||
<name>Isaac Shoebottom</name></author>
|
||||
<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>
|
19
journal/feeds/cs2163.rss.xml
Normal file
19
journal/feeds/cs2163.rss.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>CS2163 Blog: Posts tagged 'cs2163'</title>
|
||||
<description>CS2163 Blog: Posts tagged 'cs2163'</description>
|
||||
<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>
|
||||
<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>
|
19
journal/feeds/frog.atom.xml
Normal file
19
journal/feeds/frog.atom.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?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" />
|
||||
<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" />
|
||||
<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>
|
||||
<author>
|
||||
<name>Isaac Shoebottom</name></author>
|
||||
<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>
|
19
journal/feeds/frog.rss.xml
Normal file
19
journal/feeds/frog.rss.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>CS2163 Blog: Posts tagged 'frog'</title>
|
||||
<description>CS2163 Blog: Posts tagged 'frog'</description>
|
||||
<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>
|
||||
<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>
|
19
journal/feeds/git.atom.xml
Normal file
19
journal/feeds/git.atom.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?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" />
|
||||
<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" />
|
||||
<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>
|
||||
<author>
|
||||
<name>Isaac Shoebottom</name></author>
|
||||
<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>
|
19
journal/feeds/git.rss.xml
Normal file
19
journal/feeds/git.rss.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>CS2163 Blog: Posts tagged 'git'</title>
|
||||
<description>CS2163 Blog: Posts tagged 'git'</description>
|
||||
<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>
|
||||
<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>
|
19
journal/feeds/lab.atom.xml
Normal file
19
journal/feeds/lab.atom.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?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" />
|
||||
<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" />
|
||||
<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>
|
||||
<author>
|
||||
<name>Isaac Shoebottom</name></author>
|
||||
<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>
|
19
journal/feeds/lab.rss.xml
Normal file
19
journal/feeds/lab.rss.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>CS2163 Blog: Posts tagged 'lab'</title>
|
||||
<description>CS2163 Blog: Posts tagged 'lab'</description>
|
||||
<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>
|
||||
<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>
|
118
journal/tags/cs2163.html
Normal file
118
journal/tags/cs2163.html
Normal file
@ -0,0 +1,118 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Posts tagged 'cs2163'</title>
|
||||
<meta name="description" content="Posts tagged 'cs2163'">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<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">
|
||||
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
||||
<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">
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
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(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-xxxxx', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- A standard Twitter Bootstrap nav bar -->
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<div class="container">
|
||||
|
||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
||||
aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
||||
Tags <b class="caret"></b>
|
||||
</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>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="nav-link" href="/About.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<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>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<!-- Main column -->
|
||||
<div id="content" class="col-md-12">
|
||||
|
||||
|
||||
|
||||
<h1>Posts tagged <em>cs2163</em></h1>
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<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>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<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>
|
||||
<footer>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<hr />
|
||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- </body> JS -->
|
||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
118
journal/tags/frog.html
Normal file
118
journal/tags/frog.html
Normal file
@ -0,0 +1,118 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Posts tagged 'frog'</title>
|
||||
<meta name="description" content="Posts tagged 'frog'">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<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">
|
||||
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
||||
<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">
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
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(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-xxxxx', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- A standard Twitter Bootstrap nav bar -->
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<div class="container">
|
||||
|
||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
||||
aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
||||
Tags <b class="caret"></b>
|
||||
</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>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="nav-link" href="/About.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<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>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<!-- Main column -->
|
||||
<div id="content" class="col-md-12">
|
||||
|
||||
|
||||
|
||||
<h1>Posts tagged <em>frog</em></h1>
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<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>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<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>
|
||||
<footer>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<hr />
|
||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- </body> JS -->
|
||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
118
journal/tags/git.html
Normal file
118
journal/tags/git.html
Normal file
@ -0,0 +1,118 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Posts tagged 'git'</title>
|
||||
<meta name="description" content="Posts tagged 'git'">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<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">
|
||||
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
||||
<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">
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
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(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-xxxxx', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- A standard Twitter Bootstrap nav bar -->
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<div class="container">
|
||||
|
||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
||||
aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
||||
Tags <b class="caret"></b>
|
||||
</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>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="nav-link" href="/About.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<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>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<!-- Main column -->
|
||||
<div id="content" class="col-md-12">
|
||||
|
||||
|
||||
|
||||
<h1>Posts tagged <em>git</em></h1>
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<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>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<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>
|
||||
<footer>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<hr />
|
||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- </body> JS -->
|
||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
118
journal/tags/lab.html
Normal file
118
journal/tags/lab.html
Normal file
@ -0,0 +1,118 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Posts tagged 'lab'</title>
|
||||
<meta name="description" content="Posts tagged 'lab'">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<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">
|
||||
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
||||
<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">
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
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(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-xxxxx', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- A standard Twitter Bootstrap nav bar -->
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<div class="container">
|
||||
|
||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
||||
aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
||||
Tags <b class="caret"></b>
|
||||
</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>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="nav-link" href="/About.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<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>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<!-- Main column -->
|
||||
<div id="content" class="col-md-12">
|
||||
|
||||
|
||||
|
||||
<h1>Posts tagged <em>lab</em></h1>
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<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>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<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>
|
||||
<footer>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<hr />
|
||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- </body> JS -->
|
||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user