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.

Markdown 复制代码
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.

Markdown 复制代码
---
layout: default
---
# About me
...

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

相关推荐
阿巴~阿巴~13 小时前
Git 删除文件
git·gitee·github
绝无仅有13 小时前
Go 并发同步原语:sync.Mutex、sync.RWMutex 和 sync.Once
后端·面试·github
绝无仅有13 小时前
Go Vendor 和 Go Modules:管理和扩展依赖的最佳实践
后端·面试·github
项目題供诗14 小时前
Hadoop(四)
大数据·hadoop·github
10岁的博客20 小时前
GitHub宕机自救指南技术文章大纲
github
花椒和蕊20 小时前
记录git报错ssh: connect to host github.com port 22: Connection timed out,已解决
git·ssh·github
CoderJia程序员甲20 小时前
GitHub 热榜项目 - 日榜(2025-08-28)
ai·github·开源项目·github热榜
atwednesday21 小时前
git提交规范
github
顾辰逸you1 天前
git打包流程
前端·github
早睡早起头发多1 天前
Git 高级协作技巧:储藏与变基实战指南🛠️
github