docs will contain the content of the website later on.
diff --git a/docs/404.html b/docs/404.html
index dbaf631..9ab6c4c 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -11,12 +11,14 @@
- Home
+ Home
- About
+ About
- Blog
+ Blog
+
+
diff --git a/docs/about.html b/docs/about.html
index 8b943cf..2ea16a1 100644
--- a/docs/about.html
+++ b/docs/about.html
@@ -11,12 +11,14 @@
- Home
+ Home
- About
+ About
- Blog
+ Blog
+
+
diff --git a/docs/accessibility.html b/docs/accessibility.html
index 83955cc..269a3ea 100644
--- a/docs/accessibility.html
+++ b/docs/accessibility.html
@@ -11,12 +11,14 @@
- Home
+ Home
- About
+ About
- Blog
+ Blog
+
+
diff --git a/docs/blog.html b/docs/blog.html
index 09df7d1..7b0adf8 100644
--- a/docs/blog.html
+++ b/docs/blog.html
@@ -11,12 +11,14 @@
- Home
+ Home
- About
+ About
- Blog
+ Blog
+
+
diff --git a/docs/feed.xml b/docs/feed.xml
index 0b18be1..07d9557 100644
--- a/docs/feed.xml
+++ b/docs/feed.xml
@@ -1,4 +1,4 @@
-Jekyll2022-09-26T02:01:46+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-26T11:24:34+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>
@@ -30,7 +30,7 @@
<h3>Directories</h3>
Create two directories: docs and localDev.
<div class="console">
- <code>$ mkdir docs</code>
+ <code>$ mkdir docs</code><br>
<code>$ mkdir localDev</code>
</div>
docs will contain the content of the website later on.<br>
diff --git a/docs/imprint.html b/docs/imprint.html
index 8a772ec..dc67603 100644
--- a/docs/imprint.html
+++ b/docs/imprint.html
@@ -11,12 +11,14 @@
- Home
+ Home
- About
+ About
- Blog
+ Blog
+
+
diff --git a/docs/index.html b/docs/index.html
index 9583233..e616f1f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -11,12 +11,14 @@
- Home
+ Home
- About
+ About
- Blog
+ Blog
+
+
diff --git a/docs/privacy.html b/docs/privacy.html
index fafbe0a..563cff9 100644
--- a/docs/privacy.html
+++ b/docs/privacy.html
@@ -11,12 +11,14 @@
- Home
+ Home
- About
+ About
- Blog
+ Blog
+
+
diff --git a/docs/terms.html b/docs/terms.html
index 6c823d1..2c75894 100644
--- a/docs/terms.html
+++ b/docs/terms.html
@@ -11,12 +11,14 @@
- Home
+ Home
- About
+ About
- Blog
+ Blog
+
+
diff --git a/localdocs/_includes/navigation.html b/localdocs/_includes/navigation.html
index 63b8a57..22ad2e4 100644
--- a/localdocs/_includes/navigation.html
+++ b/localdocs/_includes/navigation.html
@@ -1,7 +1,9 @@
{% for item in site.data.navigation %}
- {{ item.name }}
+ {{ item.name }}
{% endfor %}
+
+
{% for item in site.data.socialMedia %}
{{ item.icon }}
{% endfor %}
diff --git a/localdocs/_posts/2022-09-20-how-to-create-githubpage.html b/localdocs/_posts/2022-09-20-how-to-create-githubpage.html
index cc856dd..ce60acc 100644
--- a/localdocs/_posts/2022-09-20-how-to-create-githubpage.html
+++ b/localdocs/_posts/2022-09-20-how-to-create-githubpage.html
@@ -36,7 +36,7 @@ title: 2022 Week 38 How to create a static website with Jekyll and deploy it on
Directories
Create two directories: docs and localDev.
- $ mkdir docs
+ $ mkdir docs $ mkdir localDev
docs will contain the content of the website later on.