Created
April 20, 2023 20:56
-
-
Save nikhilknoldus/355b55dbadf4a368a16afe07747c01df to your computer and use it in GitHub Desktop.
Instructions to create a github profile page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The instructions on creating a GitHub page with an intro: | |
1. Create a GitHub account if you don't already have one. | |
2. Log in to your account and click on the plus icon in the top right corner of the page. From the dropdown menu, select "New repository." | |
3. Give your repository a name. | |
4. In the "Description" field, write a short introduction about yourself. | |
5. Select the "Public" option if you want your repository to be visible to everyone. If you prefer to keep it private, you can select that option instead. | |
6. Scroll down to the bottom of the page and click on the "Create repository" button. | |
7. Click on the "Settings" button in the top right corner of the page. | |
8. On the settings page, scroll down to the "GitHub Pages" section. Click on the "Choose a theme" button to select a theme for your page. | |
9. Once you have selected a theme, you can customize it further by adding your own content. Click on the "Code" tab at the top of the page to access the repository files. | |
10. In the repository files, create a new file called "index.md." This file will contain your intro. | |
11. Once you have written your intro, commit the changes to your repository. | |
12. Your GitHub page is now live! You can access it by clicking on the "GitHub Pages" section in the settings page. From there, you can share your page with others by giving them the URL. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment