From 9d93e63a5a3c135788ff64057fa4ea4b42d1a2c9 Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Mon, 26 Sep 2022 00:28:02 +0200 Subject: [PATCH] 0038 --- docs/2022/09/20/how-to-create-githubpage.html | 9 ++++++++ docs/404.html | 9 ++++++++ docs/about.html | 9 ++++++++ docs/accessibility.html | 9 ++++++++ docs/blog.html | 9 ++++++++ docs/feed.xml | 2 +- docs/imprint.html | 9 ++++++++ docs/index.html | 9 ++++++++ docs/privacy.html | 9 ++++++++ docs/terms.html | 9 ++++++++ localdocs/_data/socialMedia.yml | 12 ++++++++++ localdocs/_includes/socialMedia.html | 5 ++++ localdocs/_layouts/default.html | 3 ++- localdocs/_layouts/law.html | 3 ++- localdocs/_layouts/post.html | 3 ++- ...2-09-26-algorithms-and-datastructures.html | 23 +++++++++++++++++++ 16 files changed, 128 insertions(+), 4 deletions(-) create mode 100644 localdocs/_data/socialMedia.yml create mode 100644 localdocs/_includes/socialMedia.html create mode 100644 unfinishedPosts/2022-09-26-algorithms-and-datastructures.html diff --git a/docs/2022/09/20/how-to-create-githubpage.html b/docs/2022/09/20/how-to-create-githubpage.html index eb033a5..ef1e28a 100644 --- a/docs/2022/09/20/how-to-create-githubpage.html +++ b/docs/2022/09/20/how-to-create-githubpage.html @@ -3,6 +3,7 @@ 2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages + @@ -142,6 +143,14 @@ Imprint | + \ No newline at end of file diff --git a/docs/404.html b/docs/404.html index 7c72dfc..ff3b067 100644 --- a/docs/404.html +++ b/docs/404.html @@ -3,6 +3,7 @@ + @@ -46,6 +47,14 @@ Imprint | + \ No newline at end of file diff --git a/docs/about.html b/docs/about.html index 73f0615..faa34a6 100644 --- a/docs/about.html +++ b/docs/about.html @@ -3,6 +3,7 @@ About + @@ -34,6 +35,14 @@ Imprint | + \ No newline at end of file diff --git a/docs/accessibility.html b/docs/accessibility.html index b8460f1..213fd32 100644 --- a/docs/accessibility.html +++ b/docs/accessibility.html @@ -3,6 +3,7 @@ Accessibility + @@ -26,6 +27,14 @@ Imprint | + \ No newline at end of file diff --git a/docs/blog.html b/docs/blog.html index d771378..ebc75fa 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -3,6 +3,7 @@ Blog + @@ -34,6 +35,14 @@ Imprint | + \ No newline at end of file diff --git a/docs/feed.xml b/docs/feed.xml index ab174c1..c5b4cde 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -1,4 +1,4 @@ -Jekyll2022-09-21T18:12:24+02:00/feed.xmlMr.Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages2022-09-20T00:00:00+02:002022-09-20T00:00:00+02:00/2022/09/20/how-to-create-githubpage<div class="outerDiv"> +Jekyll2022-09-26T00:27:28+02:00/feed.xmlMr.Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages2022-09-20T00:00:00+02:002022-09-20T00:00:00+02:00/2022/09/20/how-to-create-githubpage<div class="outerDiv"> <div id="prerequisits"> <h3>Prerequisits</h3> Install <a href="https://git-scm.com/downloads" target="_blank">Git</a><br> diff --git a/docs/imprint.html b/docs/imprint.html index c981a0d..554172e 100644 --- a/docs/imprint.html +++ b/docs/imprint.html @@ -3,6 +3,7 @@ Blog + @@ -34,6 +35,14 @@ Imprint | + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 35ba01d..975640f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,6 +3,7 @@ Homepage + @@ -31,6 +32,14 @@ Imprint | + \ No newline at end of file diff --git a/docs/privacy.html b/docs/privacy.html index 5bb4935..2e9ddc4 100644 --- a/docs/privacy.html +++ b/docs/privacy.html @@ -3,6 +3,7 @@ Privacy + @@ -36,6 +37,14 @@ Imprint | + \ No newline at end of file diff --git a/docs/terms.html b/docs/terms.html index e80277f..6f6748b 100644 --- a/docs/terms.html +++ b/docs/terms.html @@ -3,6 +3,7 @@ Terms & Conditions + @@ -28,6 +29,14 @@ Imprint | + \ No newline at end of file diff --git a/localdocs/_data/socialMedia.yml b/localdocs/_data/socialMedia.yml new file mode 100644 index 0000000..dd7c7fe --- /dev/null +++ b/localdocs/_data/socialMedia.yml @@ -0,0 +1,12 @@ +- name: GitHub + link: https://github.com/WickedJack99 + icon: +- name: LinkedIn + link: https://www.linkedin.com/in/aaron-moser-027b30213/ + icon: +- name: YouTube + link: https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured + icon: +- name: eMail + link: amoser@stud.hs-offenburg.de + icon: \ No newline at end of file diff --git a/localdocs/_includes/socialMedia.html b/localdocs/_includes/socialMedia.html new file mode 100644 index 0000000..123700d --- /dev/null +++ b/localdocs/_includes/socialMedia.html @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/localdocs/_layouts/default.html b/localdocs/_layouts/default.html index 4887dea..650def5 100644 --- a/localdocs/_layouts/default.html +++ b/localdocs/_layouts/default.html @@ -3,11 +3,12 @@ {{ page.title }} + {% include navigation.html %} {{ content }} - {% include footerNavbar.html %} + {% include footerNavbar.html %} {% include socialMedia.html %} \ No newline at end of file diff --git a/localdocs/_layouts/law.html b/localdocs/_layouts/law.html index 1ff59d7..11c92be 100644 --- a/localdocs/_layouts/law.html +++ b/localdocs/_layouts/law.html @@ -3,11 +3,12 @@ {{ page.title }} + {% include navigation.html %} {{ content }} - {% include footerNavbar.html %} + {% include footerNavbar.html %} {% include socialMedia.html %} \ No newline at end of file diff --git a/localdocs/_layouts/post.html b/localdocs/_layouts/post.html index 20fb9e3..6f302c6 100644 --- a/localdocs/_layouts/post.html +++ b/localdocs/_layouts/post.html @@ -3,6 +3,7 @@ {{ page.title }} + @@ -10,6 +11,6 @@

{{ page.title }}

{{ page.date | date_to_string }} - {{ page.author }}

{{ content }} - {% include footerNavbar.html %} + {% include footerNavbar.html %} {% include socialMedia.html %} \ No newline at end of file diff --git a/unfinishedPosts/2022-09-26-algorithms-and-datastructures.html b/unfinishedPosts/2022-09-26-algorithms-and-datastructures.html new file mode 100644 index 0000000..a99b0aa --- /dev/null +++ b/unfinishedPosts/2022-09-26-algorithms-and-datastructures.html @@ -0,0 +1,23 @@ +--- +layout: post +author: Aaron +title: 2022 Week 39 Algorithms and Datastructures +--- + +
+
+

Introduction

+

+ Programming can be used to develop various programms and applications but still have many repetitive tasks in common. + These tasks have solutions which were researched very exact and confirmed by generations of computer scientists. + An example for such a task is how to sort +

+ +
+
+

Sources

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