Skip to content

Commit 75af1a2

Browse files
authored
Merge branch 'main' into newsletter-page
2 parents fb8c3aa + 18fc80e commit 75af1a2

File tree

92 files changed

+13891
-1952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+13891
-1952
lines changed

.env.example

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# GitHub API Configuration (Optional)
2+
# To avoid rate limits, you can add a GitHub Personal Access Token
3+
# Create one at: https://github.com/settings/tokens
4+
# No special permissions needed for public repositories
5+
GITHUB_TOKEN=your_github_token_here
6+
7+
# Firebase Configuration (if needed)
8+
# FIREBASE_API_KEY=your_firebase_api_key
9+
# FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain
10+
# FIREBASE_PROJECT_ID=your_firebase_project_id
11+
12+
# Analytics Configuration
13+
# GOOGLE_ANALYTICS_ID=your_google_analytics_id
14+
# VERCEL_ANALYTICS_ID=your_vercel_analytics_id

.github/GitHub Banner.gif

536 KB
Loading

docs/GitHub/GitHub-basics/create-github-repo.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
99

1010
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
1111
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12-
< />
1312

1413
### Prerequisites
1514

@@ -45,10 +44,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
4544
- **`<body>`**: Contains the visible content of the document.
4645
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
4746

48-
49-
50-
< />
51-
5247
## Changing Readme and Adding more files.
5348

5449
Im going to add my resume and add my name as heading to the ``readme.md`` file

docs/GitHub/GitHub-basics/first-opensource-code.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ keywords: [html, web development, elements, tags, html elements, html tags, html
1010

1111
HTML Attributes and Values are used to provide additional information about HTML elements
1212

13-
< />
14-
1513
## HTML Attributes
1614

1715
HTML attributes are used to provide additional information about HTML elements.

docs/GitHub/GitHub-basics/github-repo-command-line.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ description: In this tutorial, you will learn about the structure of an HTML doc
99

1010
HTML (Hypertext Markup Language) is the standard markup language for creating web pages. It provides the structure and layout of the content on the web. In this tutorial, you will learn about the syntax and structure of HTML.
1111

12-
< />
13-
1412
## Prerequisites
1513

1614
You should have a Github account 2. Should have a basic understanding of how Git works/ and Git running in your OS.
@@ -57,10 +55,6 @@ git push -u origin main
5755
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
5856

5957

60-
61-
< />
62-
63-
6458
### Browser Rendering
6559

6660
<BrowserWindow url="https://github.com/sanjay-kv/demo-repo" bodyStyle={{padding: 0}}>
@@ -118,4 +112,4 @@ git config --global user.name "Github username"
118112

119113
## Conclusion
120114

121-
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
115+
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.

docs/GitHub/GitHub-basics/how-to-clone-repo.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ keywords: [html, web development, attributes, values, html attributes, html valu
1010

1111
HTML Attributes and Values are used to provide additional information about HTML elements
1212

13-
< />
14-
1513
## HTML Attributes
1614

1715
HTML attributes are used to provide additional information about HTML elements.

docs/GitHub/GitHub-basics/how-to-fork.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ description: In this tutorial, you will learn about the structure of an HTML doc
1010

1111
HTML Attributes and Values are used to provide additional information about HTML elements
1212

13-
< />
14-
1513
## HTML Attributes
1614

1715
HTML attributes are used to provide additional information about HTML elements.

docs/GitHub/Maintainer-guide/enable-discussion.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
99

1010
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
1111
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12-
< />
1312

1413
### Prerequisites
1514

@@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
4645
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
4746

4847

49-
50-
< />
51-
5248
## Changing Readme and Adding more files.
5349

5450
Im going to add my resume and add my name as heading to the ``readme.md`` file

docs/GitHub/Maintainer-guide/github-labels.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
99

1010
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
1111
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12-
< />
1312

1413
### Prerequisites
1514

@@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
4645
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
4746

4847

49-
50-
< />
51-
5248
## Changing Readme and Adding more files.
5349

5450
Im going to add my resume and add my name as heading to the ``readme.md`` file

docs/GitHub/Maintainer-guide/github-project.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
99

1010
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
1111
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12-
< />
1312

1413
### Prerequisites
1514

@@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
4645
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
4746

4847

49-
50-
< />
51-
5248
## Changing Readme and Adding more files.
5349

5450
Im going to add my resume and add my name as heading to the ``readme.md`` file

0 commit comments

Comments
 (0)