From 5ba6db7c346e86763b3ef69bfdfdd855426a1327 Mon Sep 17 00:00:00 2001 From: Isaac Date: Wed, 7 Sep 2022 10:24:18 -0300 Subject: [PATCH] Adding files and edited a template --- journal/2022/09/first-lab.html | 134 ++++++++++++++++++++++++++++++++ journal/_src/post-template.html | 2 +- journal/feeds/cs2163.atom.xml | 19 +++++ journal/feeds/cs2163.rss.xml | 19 +++++ journal/feeds/frog.atom.xml | 19 +++++ journal/feeds/frog.rss.xml | 19 +++++ journal/feeds/git.atom.xml | 19 +++++ journal/feeds/git.rss.xml | 19 +++++ journal/feeds/lab.atom.xml | 19 +++++ journal/feeds/lab.rss.xml | 19 +++++ journal/tags/cs2163.html | 118 ++++++++++++++++++++++++++++ journal/tags/frog.html | 118 ++++++++++++++++++++++++++++ journal/tags/git.html | 118 ++++++++++++++++++++++++++++ journal/tags/lab.html | 118 ++++++++++++++++++++++++++++ 14 files changed, 759 insertions(+), 1 deletion(-) create mode 100644 journal/2022/09/first-lab.html create mode 100644 journal/feeds/cs2163.atom.xml create mode 100644 journal/feeds/cs2163.rss.xml create mode 100644 journal/feeds/frog.atom.xml create mode 100644 journal/feeds/frog.rss.xml create mode 100644 journal/feeds/git.atom.xml create mode 100644 journal/feeds/git.rss.xml create mode 100644 journal/feeds/lab.atom.xml create mode 100644 journal/feeds/lab.rss.xml create mode 100644 journal/tags/cs2163.html create mode 100644 journal/tags/frog.html create mode 100644 journal/tags/git.html create mode 100644 journal/tags/lab.html diff --git a/journal/2022/09/first-lab.html b/journal/2022/09/first-lab.html new file mode 100644 index 0000000..df9432d --- /dev/null +++ b/journal/2022/09/first-lab.html @@ -0,0 +1,134 @@ + + + + + + First Lab + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + + + + +
+
+

First Lab

+

+ - cs2163, lab, frog, git

+

By: Isaac Shoebottom

+
+ +

First Lab Post

+ +

In this lab we learned about how to use frog and git, and how to interact with the university git remote.

+ + +

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

+
+
+ +
+
+
+
+
+
+
+

Isaac Shoebottom 2022 ©

+
+
+ + + + + \ No newline at end of file diff --git a/journal/_src/post-template.html b/journal/_src/post-template.html index 59153b5..c85e251 100644 --- a/journal/_src/post-template.html +++ b/journal/_src/post-template.html @@ -1,7 +1,7 @@

@|title|

-

@|date| :: @|tags|

+

@|date| - @|tags|

By: @|authors|

@|content| diff --git a/journal/feeds/cs2163.atom.xml b/journal/feeds/cs2163.atom.xml new file mode 100644 index 0000000..39f6699 --- /dev/null +++ b/journal/feeds/cs2163.atom.xml @@ -0,0 +1,19 @@ + + + CS2163 Blog: Posts tagged 'cs2163' + + + urn:http-www-example-com:-tags-cs2163-html + 2022-09-07T11:55:04Z + + First Lab + + urn:http-www-example-com:-2022-09-first-lab-html + 2022-09-07T11:55:04Z + 2022-09-07T11:55:04Z + + Isaac Shoebottom + +<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> \ No newline at end of file diff --git a/journal/feeds/cs2163.rss.xml b/journal/feeds/cs2163.rss.xml new file mode 100644 index 0000000..6a66e3a --- /dev/null +++ b/journal/feeds/cs2163.rss.xml @@ -0,0 +1,19 @@ + + + + CS2163 Blog: Posts tagged 'cs2163' + CS2163 Blog: Posts tagged 'cs2163' + http://www.example.com/tags/cs2163.html + Wed, 07 Sep 2022 11:55:04 UT + Wed, 07 Sep 2022 11:55:04 UT + 1800 + + First Lab + http://www.example.com/2022/09/first-lab.html?utm_source=cs2163&utm_medium=RSS + urn:http-www-example-com:-2022-09-first-lab-html + Wed, 07 Sep 2022 11:55:04 UT + Isaac Shoebottom + +<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> \ No newline at end of file diff --git a/journal/feeds/frog.atom.xml b/journal/feeds/frog.atom.xml new file mode 100644 index 0000000..a9ed5f8 --- /dev/null +++ b/journal/feeds/frog.atom.xml @@ -0,0 +1,19 @@ + + + CS2163 Blog: Posts tagged 'frog' + + + urn:http-www-example-com:-tags-frog-html + 2022-09-07T11:55:04Z + + First Lab + + urn:http-www-example-com:-2022-09-first-lab-html + 2022-09-07T11:55:04Z + 2022-09-07T11:55:04Z + + Isaac Shoebottom + +<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> \ No newline at end of file diff --git a/journal/feeds/frog.rss.xml b/journal/feeds/frog.rss.xml new file mode 100644 index 0000000..8959543 --- /dev/null +++ b/journal/feeds/frog.rss.xml @@ -0,0 +1,19 @@ + + + + CS2163 Blog: Posts tagged 'frog' + CS2163 Blog: Posts tagged 'frog' + http://www.example.com/tags/frog.html + Wed, 07 Sep 2022 11:55:04 UT + Wed, 07 Sep 2022 11:55:04 UT + 1800 + + First Lab + http://www.example.com/2022/09/first-lab.html?utm_source=frog&utm_medium=RSS + urn:http-www-example-com:-2022-09-first-lab-html + Wed, 07 Sep 2022 11:55:04 UT + Isaac Shoebottom + +<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> \ No newline at end of file diff --git a/journal/feeds/git.atom.xml b/journal/feeds/git.atom.xml new file mode 100644 index 0000000..31355ae --- /dev/null +++ b/journal/feeds/git.atom.xml @@ -0,0 +1,19 @@ + + + CS2163 Blog: Posts tagged 'git' + + + urn:http-www-example-com:-tags-git-html + 2022-09-07T11:55:04Z + + First Lab + + urn:http-www-example-com:-2022-09-first-lab-html + 2022-09-07T11:55:04Z + 2022-09-07T11:55:04Z + + Isaac Shoebottom + +<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> \ No newline at end of file diff --git a/journal/feeds/git.rss.xml b/journal/feeds/git.rss.xml new file mode 100644 index 0000000..903326e --- /dev/null +++ b/journal/feeds/git.rss.xml @@ -0,0 +1,19 @@ + + + + CS2163 Blog: Posts tagged 'git' + CS2163 Blog: Posts tagged 'git' + http://www.example.com/tags/git.html + Wed, 07 Sep 2022 11:55:04 UT + Wed, 07 Sep 2022 11:55:04 UT + 1800 + + First Lab + http://www.example.com/2022/09/first-lab.html?utm_source=git&utm_medium=RSS + urn:http-www-example-com:-2022-09-first-lab-html + Wed, 07 Sep 2022 11:55:04 UT + Isaac Shoebottom + +<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> \ No newline at end of file diff --git a/journal/feeds/lab.atom.xml b/journal/feeds/lab.atom.xml new file mode 100644 index 0000000..6742e9a --- /dev/null +++ b/journal/feeds/lab.atom.xml @@ -0,0 +1,19 @@ + + + CS2163 Blog: Posts tagged 'lab' + + + urn:http-www-example-com:-tags-lab-html + 2022-09-07T11:55:04Z + + First Lab + + urn:http-www-example-com:-2022-09-first-lab-html + 2022-09-07T11:55:04Z + 2022-09-07T11:55:04Z + + Isaac Shoebottom + +<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> \ No newline at end of file diff --git a/journal/feeds/lab.rss.xml b/journal/feeds/lab.rss.xml new file mode 100644 index 0000000..7e55854 --- /dev/null +++ b/journal/feeds/lab.rss.xml @@ -0,0 +1,19 @@ + + + + CS2163 Blog: Posts tagged 'lab' + CS2163 Blog: Posts tagged 'lab' + http://www.example.com/tags/lab.html + Wed, 07 Sep 2022 11:55:04 UT + Wed, 07 Sep 2022 11:55:04 UT + 1800 + + First Lab + http://www.example.com/2022/09/first-lab.html?utm_source=lab&utm_medium=RSS + urn:http-www-example-com:-2022-09-first-lab-html + Wed, 07 Sep 2022 11:55:04 UT + Isaac Shoebottom + +<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> \ No newline at end of file diff --git a/journal/tags/cs2163.html b/journal/tags/cs2163.html new file mode 100644 index 0000000..1c11eb1 --- /dev/null +++ b/journal/tags/cs2163.html @@ -0,0 +1,118 @@ + + + + + + Posts tagged 'cs2163' + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + + +

Posts tagged cs2163

+ +
+
+

First Lab

+

+ - cs2163, lab, frog, git

+

By: Isaac Shoebottom

+
+ +

First Lab Post

+ +

In this lab we learned about how to use frog and git, and how to interact with the university git remote.

+ +
+
+
+
+
+

Isaac Shoebottom 2022 ©

+
+
+ + + + + \ No newline at end of file diff --git a/journal/tags/frog.html b/journal/tags/frog.html new file mode 100644 index 0000000..b3df75a --- /dev/null +++ b/journal/tags/frog.html @@ -0,0 +1,118 @@ + + + + + + Posts tagged 'frog' + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + + +

Posts tagged frog

+ +
+
+

First Lab

+

+ - cs2163, lab, frog, git

+

By: Isaac Shoebottom

+
+ +

First Lab Post

+ +

In this lab we learned about how to use frog and git, and how to interact with the university git remote.

+ +
+
+
+
+
+

Isaac Shoebottom 2022 ©

+
+
+ + + + + \ No newline at end of file diff --git a/journal/tags/git.html b/journal/tags/git.html new file mode 100644 index 0000000..c678428 --- /dev/null +++ b/journal/tags/git.html @@ -0,0 +1,118 @@ + + + + + + Posts tagged 'git' + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + + +

Posts tagged git

+ +
+
+

First Lab

+

+ - cs2163, lab, frog, git

+

By: Isaac Shoebottom

+
+ +

First Lab Post

+ +

In this lab we learned about how to use frog and git, and how to interact with the university git remote.

+ +
+
+
+
+
+

Isaac Shoebottom 2022 ©

+
+
+ + + + + \ No newline at end of file diff --git a/journal/tags/lab.html b/journal/tags/lab.html new file mode 100644 index 0000000..eb24980 --- /dev/null +++ b/journal/tags/lab.html @@ -0,0 +1,118 @@ + + + + + + Posts tagged 'lab' + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + + +

Posts tagged lab

+ +
+
+

First Lab

+

+ - cs2163, lab, frog, git

+

By: Isaac Shoebottom

+
+ +

First Lab Post

+ +

In this lab we learned about how to use frog and git, and how to interact with the university git remote.

+ +
+
+
+
+
+

Isaac Shoebottom 2022 ©

+
+
+ + + + + \ No newline at end of file