Follow instructions on: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll
diff --git a/docs/README.md b/docs/README.md
index 8b2bd60..6a5bd1e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,10 +1,15 @@
-https://jekyllrb.com/
+This is my first approach to a website which is deployed to GitHub Pages.
-https://jekyllrb.com/docs/liquid/tags/
-https://jekyllrb.com/docs/variables/
+I use Jekyll for some nice building tricks.
-"jekyll serve" to open local server for debugging
+> https://jekyllrb.com/
-Visit Page:
+Things for me to check out:
+
+> https://jekyllrb.com/docs/liquid/tags/
+>
+> https://jekyllrb.com/docs/variables/
+
+Visit Page: (Will make a guide how I did the setup of the webpage)
https://wickedjack99.github.io/website/
\ No newline at end of file
diff --git a/docs/about/index.html b/docs/about/index.html
deleted file mode 100644
index d9ddbba..0000000
--- a/docs/about/index.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- About
-
-
-
-
-
-
-
-
About
-
-
-
-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com
-
-
You can find the source code for Minima at GitHub:
-jekyll /
-minima
-
-
You can find the source code for Jekyll at GitHub:
-jekyll /
-jekyll
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/blog.html b/docs/blog.html
index a069de2..5bf6268 100644
--- a/docs/blog.html
+++ b/docs/blog.html
@@ -21,7 +21,7 @@
diff --git a/docs/feed.xml b/docs/feed.xml
index b63c931..9be7412 100644
--- a/docs/feed.xml
+++ b/docs/feed.xml
@@ -1,7 +1,29 @@
-Jekyll2022-09-20T19:08:03+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.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/jekyll_&_github<p>Create a GitHub Account.</p>
+Jekyll2022-09-20T19:44:36+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.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/jekyll_&_github<p>Create a GitHub-account: https://github.com/</p>
+
+<p>Create a repository on GitHub: https://github.com/
+(It has to be public if you use GitHub Free, note that your code will be visible to everyone!)</p>
+
+<p>Clone the repository to a local directory:</p>
+
+<p>SSH</p>
+<blockquote>
+ <p>$ git clone –recursive $SSH_URL</p>
+</blockquote>
+
+<p>HTTPS</p>
+<blockquote>
+ <p>$ git -c http.sslVerify=false clone –recursive $HTTPS_URL</p>
+</blockquote>
+
+<p>Create two directories: docs and localDev.</p>
+<blockquote>
+ <p>$ mkdir docs</p>
+
+ <p>$ mkdir localDev</p>
+</blockquote>
<p>Follow instructions on: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll</p>
<p>Deploy: https://jekyllrb.com/docs/step-by-step/10-deployment/</p>
-<p>JEKYLL_ENV=production bundle exec jekyll build</p>jillCreate a GitHub Account.
\ No newline at end of file
+<p>JEKYLL_ENV=production bundle exec jekyll build</p>AaronCreate a GitHub-account: https://github.com/
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 176e009..e957f72 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2,7 +2,7 @@
-
+ Homepage
@@ -15,17 +15,7 @@
Blog
-