From c520008a0c404efe63b4d35566992d4ee7160088 Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Wed, 21 Sep 2022 11:50:24 +0200 Subject: [PATCH] 0013 --- docs/2022/09/20/jekyll_&_github.html | 47 ---------------------- docs/accessibility.html | 31 ++++++++++++++ docs/blog.html | 4 -- docs/feed.xml | 15 +------ localdocs/_posts/2022-09-20.html | 60 ++++++++++++++++++++++++---- localdocs/blog.html | 2 +- 6 files changed, 85 insertions(+), 74 deletions(-) delete mode 100644 docs/2022/09/20/jekyll_&_github.html create mode 100644 docs/accessibility.html diff --git a/docs/2022/09/20/jekyll_&_github.html b/docs/2022/09/20/jekyll_&_github.html deleted file mode 100644 index d9213a8..0000000 --- a/docs/2022/09/20/jekyll_&_github.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - How to create a static website with Jekyll and deploy it on GitHubPages - - - - -

How to create a static website with Jekyll and deploy it on GitHubPages

-

20 Sep 2022 - Aaron

- -

Create a GitHub-account: https://github.com/

-

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!)

-

Clone the repository to a local directory:

-

SSH

-

$ git clone --recursive $SSH_URL

-

HTTPS

-

$ git -c http.sslVerify=false clone --recursive $HTTPS_URL

-

Create two directories: docs and localDev.

-

$ mkdir docs

-

$ mkdir localDev

-

Follow instructions on: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll

-

Deploy: https://jekyllrb.com/docs/step-by-step/10-deployment/

-

JEKYLL_ENV=production bundle exec jekyll build

- - - \ No newline at end of file diff --git a/docs/accessibility.html b/docs/accessibility.html new file mode 100644 index 0000000..4204cc7 --- /dev/null +++ b/docs/accessibility.html @@ -0,0 +1,31 @@ + + + + + Accessibility + + + + +

Accessibility

+ + + \ No newline at end of file diff --git a/docs/blog.html b/docs/blog.html index a77ace4..33ff169 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -19,10 +19,6 @@