Cleaned up the templates and added some content to my first blog post
This commit is contained in:
parent
837ed93129
commit
b2114abb90
@ -1 +1 @@
|
|||||||
((3) 0 () 1 ((p+ #"/home/student/fcshome/CS2163/journal/_src/posts/2022-09-07-first-blog-post.md" . unix)) () (h ! (equal) ((? . 0) f post (u . "First blog post") (? . 0) 1662552543 (p+ #"/home/student/fcshome/CS2163/journal/2022/09/first-blog-post.html" . unix) (u . "/2022/09/first-blog-post.html") (u . "2022-09-07T08:55:04") #f #f (c (u . "first-post")) (u . "\n<p><em>First blog post</em></p>") #t (u . "\n<p><em>First blog post</em></p>\n<!-- more-->"))))
|
((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,185 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>First blog post</title>
|
|
||||||
<meta name="description" content="_First blog post_...">
|
|
||||||
<meta name="author" content="The Unknown Author">
|
|
||||||
<meta name="keywords" content="first-post">
|
|
||||||
<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-blog-post.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">My Blog Brand</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/first-post.html">first-post</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 blog post</h1>
|
|
||||||
<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>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<p><em>First blog post</em></p>
|
|
||||||
<!-- more-->
|
|
||||||
<footer>
|
|
||||||
<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>
|
|
||||||
<a href="https://twitter.com/share"
|
|
||||||
class="twitter-share-button"
|
|
||||||
data-url="http://www.example.com/2022/09/first-blog-post.html"
|
|
||||||
data-dnt="true">
|
|
||||||
"Tweet"</a>
|
|
||||||
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
|
|
||||||
<g:plusone size="medium" href="http://www.example.com/2022/09/first-blog-post.html"></g:plusone>
|
|
||||||
<div id="disqus_thread"></div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var disqus_config = function () {
|
|
||||||
this.page.identifier = undefined;
|
|
||||||
this.page.url = undefined;
|
|
||||||
this.page.title = undefined;
|
|
||||||
this.page.category_id = undefined;
|
|
||||||
};
|
|
||||||
var disqus_shortname = 'shortname';
|
|
||||||
(function() {
|
|
||||||
var dsq = document.createElement('script');
|
|
||||||
dsq.type = 'text/javascript';
|
|
||||||
dsq.async = true;
|
|
||||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
|
||||||
dsq.setAttribute('data-timestamp', +new Date());
|
|
||||||
(document.head || document.body).appendChild(dsq);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
Please enable JavaScript to view the
|
|
||||||
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
|
|
||||||
</noscript>
|
|
||||||
<div class="row justify-content-center">
|
|
||||||
<nav aria-label="Page Navigation">
|
|
||||||
<ul class="pagination">
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
</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>
|
|
||||||
</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>
|
|
@ -5,7 +5,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>About page</title>
|
<title>About page</title>
|
||||||
<meta name="description" content="About page: Your about page, here....">
|
<meta name="description" content="About page: Your about page, here....">
|
||||||
<meta name="author" content="The Unknown Author">
|
<meta name="author" content="Isaac Shoebottom">
|
||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<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">
|
||||||
@ -39,7 +39,7 @@
|
|||||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||||
<div class="container">
|
<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"
|
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
||||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
||||||
@ -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>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -97,28 +97,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
<p><a href="https://twitter.com/racketlang"
|
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
||||||
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>
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<!-- </body> JS -->
|
<!-- </body> JS -->
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='@|uri-path|'>@|title|</a></h2>
|
<h2><a href='@|uri-path|'>@|title|</a></h2>
|
||||||
<p class='date-and-tags'>@|date| :: @|tags|</p>
|
<p class='date-and-tags'>@|date| - @|tags|</p>
|
||||||
<p class='authors'>By: @|authors|</p>
|
<p class='authors'>By: @|authors|</p>
|
||||||
</header>
|
</header>
|
||||||
@|content-only|
|
@|content-only|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<a href="@|uri-prefix|/index.html" class="navbar-brand">My Blog Brand</a>
|
<a href="@|uri-prefix|/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
||||||
|
|
||||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
||||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
||||||
@ -101,10 +101,8 @@
|
|||||||
(string-append uri-prefix
|
(string-append uri-prefix
|
||||||
"/index.html"))
|
"/index.html"))
|
||||||
@list{
|
@list{
|
||||||
<h1>Welcome</h1>
|
<h1 style="display: none">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> })
|
|
||||||
@;{ Index pages for posts have @tag that's not #f }
|
@;{ Index pages for posts have @tag that's not #f }
|
||||||
@(when tag
|
@(when tag
|
||||||
@list{<h1>Posts tagged <em>@|tag|</em></h1>})
|
@list{<h1>Posts tagged <em>@|tag|</em></h1>})
|
||||||
@ -114,12 +112,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
<p>@twitter-follow-button["racketlang" "Follow RacketLang"]</p>
|
<p><em>Isaac Shoebottom 2022 ©</em></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>
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<!-- </body> JS -->
|
<!-- </body> JS -->
|
||||||
|
@ -6,9 +6,6 @@
|
|||||||
</header>
|
</header>
|
||||||
@|content|
|
@|content|
|
||||||
<footer>
|
<footer>
|
||||||
@twitter-share-button[full-uri]
|
|
||||||
@google-plus-share-button[full-uri]
|
|
||||||
@disqus-comments["shortname"]
|
|
||||||
@older/newer-links[older-uri older-title newer-uri newer-title
|
@older/newer-links[older-uri older-title newer-uri newer-title
|
||||||
#:for-bs 4]
|
#:for-bs 4]
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -1,8 +1,17 @@
|
|||||||
Title: First blog post
|
Title: First Lab
|
||||||
Date: 2022-09-07T08:55:04
|
Date: 2022-09-07T08:55:04
|
||||||
Tags: first-post
|
Tags: cs2163, lab, frog, git
|
||||||
|
|
||||||
_First blog post_
|
# First Lab Post
|
||||||
|
|
||||||
|
In this lab we learned about how to use frog and git, and how to interact with the university git remote.
|
||||||
|
|
||||||
<!-- more -->
|
<!-- more -->
|
||||||
|
|
||||||
|
# Frog
|
||||||
|
|
||||||
|
We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files.
|
||||||
|
|
||||||
|
# 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,17 +1,19 @@
|
|||||||
<?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">My Blog: My 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 blog post</title>
|
<title type="text">First Lab</title>
|
||||||
<link rel="alternate" href="http://www.example.com/2022/09/first-blog-post.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-blog-post-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>
|
||||||
<author>
|
<author>
|
||||||
<name>The Unknown Author</name></author>
|
<name>Isaac Shoebottom</name></author>
|
||||||
<content type="html">
|
<content type="html">
|
||||||
<p><em>First blog post</em></p><a href="http://www.example.com/2022/09/first-blog-post.html?utm_source=all&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
<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>
|
@ -1,17 +1,19 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<rss version="2.0">
|
<rss version="2.0">
|
||||||
<channel>
|
<channel>
|
||||||
<title>My Blog: My Blog</title>
|
<title>CS2163 Blog: CS2163 Blog</title>
|
||||||
<description>My Blog: My Blog</description>
|
<description>CS2163 Blog: CS2163 Blog</description>
|
||||||
<link>http://www.example.com/index.html</link>
|
<link>http://www.example.com/index.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 blog post</title>
|
<title>First Lab</title>
|
||||||
<link>http://www.example.com/2022/09/first-blog-post.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-blog-post-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>The Unknown Author</author>
|
<author>Isaac Shoebottom</author>
|
||||||
<description>
|
<description>
|
||||||
<p><em>First blog post</em></p><a href="http://www.example.com/2022/09/first-blog-post.html?utm_source=all&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
<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>
|
@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
|
||||||
<title type="text">My Blog: Posts tagged 'first-post'</title>
|
|
||||||
<link rel="self" href="http://www.example.com/feeds/first-post.atom.xml" />
|
|
||||||
<link href="http://www.example.com/tags/first-post.html" />
|
|
||||||
<id>urn:http-www-example-com:-tags-first-post-html</id>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<entry>
|
|
||||||
<title type="text">First blog post</title>
|
|
||||||
<link rel="alternate" href="http://www.example.com/2022/09/first-blog-post.html?utm_source=first-post&utm_medium=Atom" />
|
|
||||||
<id>urn:http-www-example-com:-2022-09-first-blog-post-html</id>
|
|
||||||
<published>2022-09-07T11:55:04Z</published>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<author>
|
|
||||||
<name>The Unknown Author</name></author>
|
|
||||||
<content type="html">
|
|
||||||
<p><em>First blog post</em></p><a href="http://www.example.com/2022/09/first-blog-post.html?utm_source=first-post&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
|
@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<rss version="2.0">
|
|
||||||
<channel>
|
|
||||||
<title>My Blog: Posts tagged 'first-post'</title>
|
|
||||||
<description>My Blog: Posts tagged 'first-post'</description>
|
|
||||||
<link>http://www.example.com/tags/first-post.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 blog post</title>
|
|
||||||
<link>http://www.example.com/2022/09/first-blog-post.html?utm_source=first-post&utm_medium=RSS</link>
|
|
||||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-blog-post-html</guid>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<author>The Unknown Author</author>
|
|
||||||
<description>
|
|
||||||
<p><em>First blog post</em></p><a href="http://www.example.com/2022/09/first-blog-post.html?utm_source=first-post&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
|
@ -6,8 +6,8 @@
|
|||||||
(define/contract (init)
|
(define/contract (init)
|
||||||
(-> any)
|
(-> any)
|
||||||
(current-scheme/host "http://www.example.com")
|
(current-scheme/host "http://www.example.com")
|
||||||
(current-title "My Blog")
|
(current-title "CS2163 Blog")
|
||||||
(current-author "The Unknown Author"))
|
(current-author "Isaac Shoebottom"))
|
||||||
|
|
||||||
;; Called once per post and non-post page, on the contents.
|
;; Called once per post and non-post page, on the contents.
|
||||||
(define/contract (enhance-body xs)
|
(define/contract (enhance-body xs)
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>My Blog</title>
|
<title>CS2163 Blog</title>
|
||||||
<meta name="description" content="My Blog">
|
<meta name="description" content="CS2163 Blog">
|
||||||
<meta name="author" content="The Unknown Author">
|
<meta name="author" content="Isaac Shoebottom">
|
||||||
<meta name="keywords" content="all, first-post">
|
<meta name="keywords" content="frog, lab, all, git, 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/index.html">
|
<link rel="canonical" href="http://www.example.com/index.html">
|
||||||
@ -39,7 +39,7 @@
|
|||||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||||
<div class="container">
|
<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"
|
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
||||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
||||||
@ -57,7 +57,7 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="dropdown-menu">
|
<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>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -85,52 +85,30 @@
|
|||||||
<!-- Main column -->
|
<!-- Main column -->
|
||||||
<div id="content" class="col-md-12">
|
<div id="content" class="col-md-12">
|
||||||
|
|
||||||
<h1>Welcome</h1>
|
<h1 style="display: none">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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<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'>
|
<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>
|
<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">The Unknown Author</span></p>
|
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||||
</header>
|
</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>
|
<footer>
|
||||||
<a href='/2022/09/first-blog-post.html'>… more …</a>
|
<a href='/2022/09/first-lab.html'>… more …</a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
<p><a href="https://twitter.com/racketlang"
|
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
||||||
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>
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<!-- </body> JS -->
|
<!-- </body> JS -->
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
http://www.example.com/2022/09/first-blog-post.html
|
http://www.example.com/2022/09/first-lab.html
|
||||||
http://www.example.com/About.html
|
http://www.example.com/About.html
|
||||||
|
@ -1,137 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>Posts tagged 'first-post'</title>
|
|
||||||
<meta name="description" content="Posts tagged 'first-post'">
|
|
||||||
<meta name="author" content="The Unknown Author">
|
|
||||||
<meta name="keywords" content="first-post">
|
|
||||||
<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/first-post.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/first-post.atom.xml" title="Atom Feed">
|
|
||||||
<link rel="alternate" type="application/rss+xml"
|
|
||||||
href="/feeds/first-post.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">My Blog Brand</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/first-post.html">first-post</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a class="nav-link" href="/About.html">About</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds/first-post.atom.xml">Atom</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds/first-post.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>first-post</em></h1>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<header>
|
|
||||||
<h2><a href='/2022/09/first-blog-post.html'>First blog post</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>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<p><em>First blog post</em></p>
|
|
||||||
<footer>
|
|
||||||
<a href='/2022/09/first-blog-post.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>
|
|
||||||
</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