Updated the headers for first lab post and added gitignore
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user