0%

How to Build a Blog by Yourself - Part 1: GitHub

Getting Started: Registering on GitHub

Embarking on the journey to build your own blog? A great first step is to create an account on GitHub. Get started by registering at GitHub.

Note: Depending on your region, you might need additional tools to bypass internet restrictions for accessing GitHub.

Setting Up Your GitHub Profile

With your GitHub account ready, here’s how to get your profile set up:

  1. Find Your Profile: Navigate to https://github.com/[YourGitHubName]. For instance, my profile is at https://github.com/shoal-rat.
  2. Access Repositories: On your profile page, locate and click on ‘Repositories’, usually found on the left-hand side.
  3. Create a New Repository: Click the green ‘New’ button to begin crafting your blog’s repository.

Creating Your Blog Repository

As you create your blog repository, consider the following:

  • Name Your Repository: Use the format [YourName].github.io, like shoal-rat.github.io.
  • Include a README: Optionally, add a README file to describe your blog or provide essential information.

After these steps, your repository will be all set. However, keep your GitHub page open; we’re not done yet! Next, we’ll delve into setting up SSH keys for secure access and further steps to customize and deploy your blog using GitHub Pages.


Stay tuned for the upcoming guide on these advanced steps!