From 03af8f8413a16dd7a760f422274773ab3d816bda Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Thu, 29 Sep 2022 09:43:43 +0200 Subject: [PATCH] 0072 --- docs/2022/09/20/how-to-create-githubpage.html | 3 ++- docs/404.html | 3 ++- docs/about.html | 3 ++- docs/accessibility.html | 3 ++- docs/blog.html | 3 ++- docs/feed.xml | 2 +- docs/imprint.html | 3 ++- docs/index.html | 3 ++- docs/privacy.html | 3 ++- docs/terms.html | 3 ++- localdocs/_data/eMail.yml | 3 +++ localdocs/_data/socialMedia.yml | 5 +---- localdocs/_includes/navigation.html | 3 +++ 13 files changed, 26 insertions(+), 14 deletions(-) create mode 100644 localdocs/_data/eMail.yml diff --git a/docs/2022/09/20/how-to-create-githubpage.html b/docs/2022/09/20/how-to-create-githubpage.html index 4ac84a3..e3bb575 100644 --- a/docs/2022/09/20/how-to-create-githubpage.html +++ b/docs/2022/09/20/how-to-create-githubpage.html @@ -24,7 +24,8 @@ - + + diff --git a/docs/404.html b/docs/404.html index e26b2de..67f1142 100644 --- a/docs/404.html +++ b/docs/404.html @@ -24,7 +24,8 @@ - + + diff --git a/docs/about.html b/docs/about.html index 537bb3e..ccb22a9 100644 --- a/docs/about.html +++ b/docs/about.html @@ -24,7 +24,8 @@ - + + diff --git a/docs/accessibility.html b/docs/accessibility.html index 915f155..6491dc1 100644 --- a/docs/accessibility.html +++ b/docs/accessibility.html @@ -24,7 +24,8 @@ - + + diff --git a/docs/blog.html b/docs/blog.html index cb5e9ad..7e0e334 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -24,7 +24,8 @@ - + + diff --git a/docs/feed.xml b/docs/feed.xml index 8520408..978e440 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -1,4 +1,4 @@ -Jekyll2022-09-29T09:37:53+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-29T09:43:29+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 a52d69f..e4cfcaa 100644 --- a/docs/imprint.html +++ b/docs/imprint.html @@ -24,7 +24,8 @@ - + + diff --git a/docs/index.html b/docs/index.html index df72ee9..0f05d1d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,8 @@ - + + diff --git a/docs/privacy.html b/docs/privacy.html index f3aa9d9..059aeef 100644 --- a/docs/privacy.html +++ b/docs/privacy.html @@ -24,7 +24,8 @@ - + + diff --git a/docs/terms.html b/docs/terms.html index 31838ca..ddfd740 100644 --- a/docs/terms.html +++ b/docs/terms.html @@ -24,7 +24,8 @@ - + + diff --git a/localdocs/_data/eMail.yml b/localdocs/_data/eMail.yml new file mode 100644 index 0000000..a9af270 --- /dev/null +++ b/localdocs/_data/eMail.yml @@ -0,0 +1,3 @@ +- name: eMail + link: amoser@stud.hs-offenburg.de + icon: \ No newline at end of file diff --git a/localdocs/_data/socialMedia.yml b/localdocs/_data/socialMedia.yml index 914eefe..0b34239 100644 --- a/localdocs/_data/socialMedia.yml +++ b/localdocs/_data/socialMedia.yml @@ -6,7 +6,4 @@ 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 + icon: \ No newline at end of file diff --git a/localdocs/_includes/navigation.html b/localdocs/_includes/navigation.html index 118ea6f..8ac2fcd 100644 --- a/localdocs/_includes/navigation.html +++ b/localdocs/_includes/navigation.html @@ -5,6 +5,9 @@ {% for item in site.data.socialMedia %} {{ item.icon }} {% endfor %} + {% for item in site.data.eMail %} + {{ item.icon }} + {% endfor %} \ No newline at end of file