From f48a20915d411cb1ed5a0ba4109f5cfe22012155 Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Tue, 20 Sep 2022 22:49:32 +0200 Subject: [PATCH] 0009 --- docs/2022/09/20/jekyll_&_github.html | 28 ++++++------------------- docs/blog.html | 15 ++++++++++++-- docs/feed.xml | 31 +++++++--------------------- 3 files changed, 27 insertions(+), 47 deletions(-) diff --git a/docs/2022/09/20/jekyll_&_github.html b/docs/2022/09/20/jekyll_&_github.html index 70f4cd7..d9213a8 100644 --- a/docs/2022/09/20/jekyll_&_github.html +++ b/docs/2022/09/20/jekyll_&_github.html @@ -19,35 +19,19 @@

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

- +

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

-
- +

$ git clone --recursive $SSH_URL

HTTPS

-
-

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

-
- +

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

Create two directories: docs and localDev.

-
-

$ mkdir docs

- -

$ mkdir 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

-