This commit is contained in:
WickedJack99
2022-09-26 00:28:02 +02:00
parent caba08bdf7
commit 9d93e63a5a
16 changed files with 128 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title> <title>2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/blog.css"> <link rel="stylesheet" href="/website/assets/css/blog.css">
</head> </head>
<body> <body>
@@ -142,6 +143,14 @@
<a href="/website/imprint.html" >Imprint</a> | <a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="/website/index.html" > Home</a>
<a href="/website/about.html" > About</a>
<a href="/website/blog.html" > Blog</a>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title></title> <title></title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/"> <link rel="stylesheet" href="/website/assets/css/">
</head> </head>
<body> <body>
@@ -46,6 +47,14 @@
<a href="/website/imprint.html" >Imprint</a> | <a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="/website/index.html" > Home</a>
<a href="/website/about.html" > About</a>
<a href="/website/blog.html" > Blog</a>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>About</title> <title>About</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/styles.css"> <link rel="stylesheet" href="/website/assets/css/styles.css">
</head> </head>
<body> <body>
@@ -34,6 +35,14 @@
<a href="/website/imprint.html" >Imprint</a> | <a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="/website/index.html" > Home</a>
<a href="/website/about.html" > About</a>
<a href="/website/blog.html" > Blog</a>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Accessibility</title> <title>Accessibility</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/law.css"> <link rel="stylesheet" href="/website/assets/css/law.css">
</head> </head>
<body> <body>
@@ -26,6 +27,14 @@
<a href="/website/imprint.html" >Imprint</a> | <a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="/website/index.html" > Home</a>
<a href="/website/about.html" > About</a>
<a href="/website/blog.html" > Blog</a>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Blog</title> <title>Blog</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/styles.css"> <link rel="stylesheet" href="/website/assets/css/styles.css">
</head> </head>
<body> <body>
@@ -34,6 +35,14 @@
<a href="/website/imprint.html" >Imprint</a> | <a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="/website/index.html" > Home</a>
<a href="/website/about.html" > About</a>
<a href="/website/blog.html" > Blog</a>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-21T18:12:24+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>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.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html">&lt;div class=&quot;outerDiv&quot;&gt; <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-26T00:27:28+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>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.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html">&lt;div class=&quot;outerDiv&quot;&gt;
&lt;div id=&quot;prerequisits&quot;&gt; &lt;div id=&quot;prerequisits&quot;&gt;
&lt;h3&gt;Prerequisits&lt;/h3&gt; &lt;h3&gt;Prerequisits&lt;/h3&gt;
Install &lt;a href=&quot;https://git-scm.com/downloads&quot; target=&quot;_blank&quot;&gt;Git&lt;/a&gt;&lt;br&gt; Install &lt;a href=&quot;https://git-scm.com/downloads&quot; target=&quot;_blank&quot;&gt;Git&lt;/a&gt;&lt;br&gt;

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Blog</title> <title>Blog</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/law.css"> <link rel="stylesheet" href="/website/assets/css/law.css">
</head> </head>
<body> <body>
@@ -34,6 +35,14 @@
<a href="/website/imprint.html" >Imprint</a> | <a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="/website/index.html" > Home</a>
<a href="/website/about.html" > About</a>
<a href="/website/blog.html" > Blog</a>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Homepage</title> <title>Homepage</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/index.css"> <link rel="stylesheet" href="/website/assets/css/index.css">
</head> </head>
<body> <body>
@@ -31,6 +32,14 @@
<a href="/website/imprint.html" >Imprint</a> | <a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="/website/index.html" > Home</a>
<a href="/website/about.html" > About</a>
<a href="/website/blog.html" > Blog</a>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Privacy</title> <title>Privacy</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/law.css"> <link rel="stylesheet" href="/website/assets/css/law.css">
</head> </head>
<body> <body>
@@ -36,6 +37,14 @@
<a href="/website/imprint.html" >Imprint</a> | <a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="/website/index.html" > Home</a>
<a href="/website/about.html" > About</a>
<a href="/website/blog.html" > Blog</a>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Terms & Conditions</title> <title>Terms & Conditions</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/law.css"> <link rel="stylesheet" href="/website/assets/css/law.css">
</head> </head>
<body> <body>
@@ -28,6 +29,14 @@
<a href="/website/imprint.html" >Imprint</a> | <a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="/website/index.html" > Home</a>
<a href="/website/about.html" > About</a>
<a href="/website/blog.html" > Blog</a>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -0,0 +1,12 @@
- name: GitHub
link: https://github.com/WickedJack99
icon: <i class='fa fa-github' style='color:#20b2aa'></i>
- name: LinkedIn
link: https://www.linkedin.com/in/aaron-moser-027b30213/
icon: <i class='fa fa-linkedin' style='color:#20b2aa'></i>
- name: YouTube
link: https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured
icon: <i class='fa fa-youtube' style='color:#20b2aa'></i>
- name: eMail
link: amoser@stud.hs-offenburg.de
icon: <i class='fa fa-envelope' style='color:#20b2aa'></i>

View File

@@ -0,0 +1,5 @@
<nav>
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.icon }} {{ item.name }}</a>
{% endfor %}
</nav>

View File

@@ -3,11 +3,12 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="{{ '/website/assets/css/' | append: page.css_file }}"> <link rel="stylesheet" href="{{ '/website/assets/css/' | append: page.css_file }}">
</head> </head>
<body> <body>
{% include navigation.html %} {% include navigation.html %}
{{ content }} {{ content }}
{% include footerNavbar.html %} {% include footerNavbar.html %} {% include socialMedia.html %}
</body> </body>
</html> </html>

View File

@@ -3,11 +3,12 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/law.css"> <link rel="stylesheet" href="/website/assets/css/law.css">
</head> </head>
<body> <body>
{% include navigation.html %} {% include navigation.html %}
{{ content }} {{ content }}
{% include footerNavbar.html %} {% include footerNavbar.html %} {% include socialMedia.html %}
</body> </body>
</html> </html>

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/blog.css"> <link rel="stylesheet" href="/website/assets/css/blog.css">
</head> </head>
<body> <body>
@@ -10,6 +11,6 @@
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p> <p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }} {{ content }}
{% include footerNavbar.html %} {% include footerNavbar.html %} {% include socialMedia.html %}
</body> </body>
</html> </html>

View File

@@ -0,0 +1,23 @@
---
layout: post
author: Aaron
title: 2022 Week 39 Algorithms and Datastructures
---
<div class="outerDiv">
<div id="Introduction">
<h3>Introduction</h3>
<p>
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
</p>
</div>
<div id="sources">
<h3>Sources</h3>
<ul>
<li><a href=""></a></li>
</ul>
</div>
</div>