Cleaned up the templates and added some content to my first blog post

This commit is contained in:
Isaac
2022-09-07 10:13:15 -03:00
parent 837ed93129
commit b2114abb90
15 changed files with 57 additions and 453 deletions

View File

@ -1,7 +1,7 @@
<article>
<header>
<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>
</header>
@|content-only|

View File

@ -33,7 +33,7 @@
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<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"
data-target="#navbar_collapse" aria-controls="navbar_collapse"
@ -101,10 +101,8 @@
(string-append uri-prefix
"/index.html"))
@list{
<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>
})
@;{ Index pages for posts have @tag that's not #f }
@(when tag
@list{<h1>Posts tagged <em>@|tag|</em></h1>})
@ -114,12 +112,7 @@
</div>
<footer>
<hr />
<p>@twitter-follow-button["racketlang" "Follow RacketLang"]</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 -->

View File

@ -6,9 +6,6 @@
</header>
@|content|
<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
#:for-bs 4]
</footer>

View File

@ -1,8 +1,17 @@
Title: First blog post
Title: First Lab
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 -->
# 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