From 32c16d3d29978a2adeb28717486c458297bc0c2c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Jun 2022 13:32:45 +0000 Subject: [PATCH 1/9] Create config and homepages files --- _config.yml | 0 index.md | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..e69de29 diff --git a/index.md b/index.md new file mode 100644 index 0000000..6bdb01a --- /dev/null +++ b/index.md @@ -0,0 +1,4 @@ +--- +title: Welcome to my blog +--- + From 9701ab386d0d4bb5bc3ce6dd74722dfe0244cfac Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Jun 2022 13:32:49 +0000 Subject: [PATCH 2/9] Update to 1 in STEP and README.md --- .github/script/STEP | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/script/STEP b/.github/script/STEP index 573541a..d00491f 100644 --- a/.github/script/STEP +++ b/.github/script/STEP @@ -1 +1 @@ -0 +1 diff --git a/README.md b/README.md index 92195e6..369da5f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ _Create a site or blog from your GitHub repositories with GitHub Pages._ Do not use quotes on the
tag attributes. --> - + +endstep0--> -
+

Step 1: Enable GitHub Pages

_Welcome to GitHub Pages and Jekyll :tada:!_ From fd2e85c4d77ad0d42552c64f555d0129832ae17b Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Jun 2022 13:35:58 +0000 Subject: [PATCH 3/9] Update to 2 in STEP and README.md --- .github/script/STEP | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/script/STEP b/.github/script/STEP index d00491f..0cfbf08 100644 --- a/.github/script/STEP +++ b/.github/script/STEP @@ -1 +1 @@ -1 +2 diff --git a/README.md b/README.md index 369da5f..e7bf1a2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ endstep0--> Encourage users to open new tabs for steps! --> -
+

Step 1: Enable GitHub Pages

_Welcome to GitHub Pages and Jekyll :tada:!_ @@ -72,7 +72,7 @@ The first step is to enable GitHub Pages on this [repository](https://docs.githu Historic note: previous version checked for empty pull request, changed to the correct theme `minima`. --> -
+

Step 2: Configure your site

_You turned on GitHub Pages! :tada:_ From 139a83441d2fc3b93263a3ea314f125dd17c78b3 Mon Sep 17 00:00:00 2001 From: Krish Agrawal <38100966+kragrrr@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:09:59 +0530 Subject: [PATCH 4/9] updated _config.yml --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index e69de29..01b9bf4 100644 --- a/_config.yml +++ b/_config.yml @@ -0,0 +1,4 @@ +theme: minima +title: kragrrr +author: Krish Agrawal +description: Welcome to my Github Page! From 7ce70c568f08891dd533fc03b07a684924cd254f Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Jun 2022 13:40:11 +0000 Subject: [PATCH 5/9] Update to 3 in STEP and README.md --- .github/script/STEP | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/script/STEP b/.github/script/STEP index 0cfbf08..00750ed 100644 --- a/.github/script/STEP +++ b/.github/script/STEP @@ -1 +1 @@ -2 +3 diff --git a/README.md b/README.md index e7bf1a2..a1c78af 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The first step is to enable GitHub Pages on this [repository](https://docs.githu Historic note: previous version checked for empty pull request, changed to the correct theme `minima`. --> -
+

Step 2: Configure your site

_You turned on GitHub Pages! :tada:_ @@ -104,7 +104,7 @@ We need to use a blog-ready theme. For this activity, we will use a theme named Historic note: previous version checked the homepage content was not empty. --> -
+

Step 3: Customize your homepage

_Nice work setting the theme! :sparkles:_ From 983cd454133d8d1eed1ffd29549dda01208bd967 Mon Sep 17 00:00:00 2001 From: Krish Agrawal <38100966+kragrrr@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:13:56 +0530 Subject: [PATCH 6/9] updated index.md --- index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.md b/index.md index 6bdb01a..0c0b841 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,3 @@ --- -title: Welcome to my blog +title: Welcome to my ithub page! --- - From f62ca26efb8ed3965885e96d64dd43900ef2d9c1 Mon Sep 17 00:00:00 2001 From: Krish Agrawal <38100966+kragrrr@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:14:06 +0530 Subject: [PATCH 7/9] Update index.md --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 0c0b841..b61a87c 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,3 @@ --- -title: Welcome to my ithub page! +title: Welcome to my Github page! --- From 7d7210825c0c0c98431b486be14733f76c6cd781 Mon Sep 17 00:00:00 2001 From: Krish Agrawal <38100966+kragrrr@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:16:56 +0530 Subject: [PATCH 8/9] Create 2022-06-10-Github-Pages.md --- _posts/2022-06-10-Github-Pages.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _posts/2022-06-10-Github-Pages.md diff --git a/_posts/2022-06-10-Github-Pages.md b/_posts/2022-06-10-Github-Pages.md new file mode 100644 index 0000000..dd8c5d7 --- /dev/null +++ b/_posts/2022-06-10-Github-Pages.md @@ -0,0 +1,6 @@ +--- +title: "Github-Pages" +date: 2022-06-10 +--- + +Hey there! From 247eecaedfb188add2dd6fdd70323ffa3f31e0ac Mon Sep 17 00:00:00 2001 From: Krish Agrawal <38100966+kragrrr@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:22:23 +0530 Subject: [PATCH 9/9] updated index.md --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index b61a87c..3db8cf4 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,5 @@ --- title: Welcome to my Github page! --- + +