Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/script/STEP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0
3
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _Create a site or blog from your GitHub repositories with GitHub Pages._
Do not use quotes on the <details> tag attributes.
-->

<!--step0-->
<!--step0

With GitHub Pages, you can host project blogs, documentation, resumes, portfolios, or any other static content you'd like. Your GitHub repository can easily become its own website. In this course, we'll show you how to set up your own site or blog using GitHub Pages.

Expand All @@ -38,7 +38,7 @@ With GitHub Pages, you can host project blogs, documentation, resumes, portfolio
![Create a new repository](https://user-images.githubusercontent.com/1221423/169618722-406dc508-add4-4074-83f0-c7a7ad87f6f3.png)
3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.

<!--endstep0-->
endstep0-->

<!--
<<< Author notes: Step 1 >>>
Expand Down Expand Up @@ -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.
-->

<details id=3>
<details id=3 open>
<summary><h2>Step 3: Customize your homepage</h2></summary>

_Nice work setting the theme! :sparkles:_
Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
theme: minima
title: kragrrr
author: Krish Agrawal
description: Welcome to my Github Page!
6 changes: 6 additions & 0 deletions _posts/2022-06-10-Github-Pages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Github-Pages"
date: 2022-06-10
---

Hey there!
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Welcome to my Github page!
---