Cleaned up the templates and added some content to my first blog post
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>My Blog</title>
|
||||
<meta name="description" content="My Blog">
|
||||
<meta name="author" content="The Unknown Author">
|
||||
<meta name="keywords" content="all, first-post">
|
||||
<title>CS2163 Blog</title>
|
||||
<meta name="description" content="CS2163 Blog">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<meta name="keywords" content="frog, lab, all, git, 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/index.html">
|
||||
@ -39,7 +39,7 @@
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<div class="container">
|
||||
|
||||
<a href="/index.html" class="navbar-brand">My Blog Brand</a>
|
||||
<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"
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="/tags/first-post.html">first-post</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>
|
||||
|
||||
@ -85,52 +85,30 @@
|
||||
<!-- Main column -->
|
||||
<div id="content" class="col-md-12">
|
||||
|
||||
<h1>Welcome</h1>
|
||||
<p>Here is some text that only goes on the home page,
|
||||
because <code>@uri-path</code> is
|
||||
<code>/index.html</code>.</p>
|
||||
<h1 style="display: none">Welcome</h1>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022/09/first-blog-post.html'>First blog post</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/first-post.html">first-post</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">The Unknown Author</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>
|
||||
|
||||
<p><em>First blog post</em></p>
|
||||
<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-blog-post.html'>… more …</a>
|
||||
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<hr />
|
||||
<p><a href="https://twitter.com/racketlang"
|
||||
class="twitter-follow-button"
|
||||
data-show-count="false"
|
||||
data-lang="en">
|
||||
"Follow RacketLang"
|
||||
</a>
|
||||
<script type="text/javascript">
|
||||
!function(d,s,id){
|
||||
var js,fjs=d.getElementsByTagName(s)[0];
|
||||
if(!d.getElementById(id)){
|
||||
js=d.createElement(s);
|
||||
js.id=id;
|
||||
js.src="//platform.twitter.com/widgets.js";
|
||||
fjs.parentNode.insertBefore(js,fjs);
|
||||
}
|
||||
}(document,"script","twitter-wjs");
|
||||
</script></p>
|
||||
<p>Site generated
|
||||
by <a href="https://github.com/greghendershott/frog">Frog</a>,
|
||||
the <strong>fr</strong>ozen bl<strong>og</strong> tool.</p>
|
||||
<p>Using <a href="http://twitter.github.com/bootstrap/index.html">Bootstrap</a>.</p>
|
||||
<p><em>Your legal notice here</em>.</p>
|
||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- </body> JS -->
|
||||
|
Reference in New Issue
Block a user