Creating Your Personal Homepage with GitHub Pages!

This is the First Blog Post on My Personal Blog Website!

To create your own homepage using GitHub Pages, follow these simple steps:

Step 1: Watch Tutorial(optional): Begin by watching this helpful tutorial on YouTube: Link to Video.

Step 2: Create GitHub Account: Go to GitHub and sign up for an account if you don’t already have one.
在这里插入图片描述

Step 3: Create a New Repository: Click the “+” icon to create a new repository.
在这里插入图片描述

Step 4: Name your repository in the format <username>.github.io.
在这里插入图片描述

Step 5: Select a Template: Choose a template you like from GitHub Pages Themes.

在这里插入图片描述

Step 6: Clone the Theme Repository: Clone your selected theme repository into your newly created <username>.github.io repository.
在这里插入图片描述

Step 7: Edit the Configuration File: Open the _config.yml file and customize it according to your preferences.

title: Jing Gong (龚敬)
logo: /assets/img/logo.jpg
description: An undergraduate at the School of Software Engineering, Sun Yat-sen University.
show_downloads: false
google_analytics:
theme: jekyll-theme-minimal

Step 8: Edit the Index File: Open the index.md file, keep the first three lines as they are, and add your self-introduction in Markdown format.

扫描二维码关注公众号,回复: 17250973 查看本文章
---
layout: default
---
# About me
...

Step 9: Publish Your Homepage: Once you’re done editing, your homepage is ready to be published!

猜你喜欢

转载自blog.csdn.net/weixin_64123373/article/details/134020590