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!

相关推荐
中科三方7 小时前
详细教程:两个域名指向同一个网站,怎么设置域名解析?
github·dns
第一程序员9 小时前
Python与前端集成:构建全栈应用
python·github
子兮曰10 小时前
CLI正在吞掉GUI:不是替代,是统治,AI时代的入口争夺战
人工智能·github·命令行
蚂蚁集团分布式架构12 小时前
🦐 不办 Meetup,开挑战赛!SOFAStack PR Challenge | SOFAStack 8 周年
后端·github·claude
逛逛GitHub13 小时前
13 万星的 GitHub 神器让 GLM-5.1 直接起飞,3 天烧了 1 亿 Token。
github
攀登的牵牛花14 小时前
本周 GitHub 趋势观察:为什么前端热榜越来越像“AI 工具市场”?
前端·github
第一程序员14 小时前
Python游戏开发:从入门到实践
python·github
殷紫川15 小时前
IDEA 集成 GitHub Copilot 指南:解锁 10 倍编码效率的全链路实战
github·intellij idea·github copilot
八号老王18 小时前
Google Cloud Vertex AI 接入 OpenClaw 记录
github
子兮曰18 小时前
同样做中文平台自动化:为什么你越跑越贵,而 OpenCLI 越跑越稳
前端·github·命令行