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 小时前
【Java 开发日记】我们来说一说 Redis 主从复制的原理及作用
java·redis·github
-拟墨画扇-15 小时前
Git | 分支管理操作
git·gitee·github·gitcode
一颗青果21 小时前
单例模式 | 死锁
linux·服务器·单例模式·1024程序员节
无限进步_1 天前
C++ Vector 全解析:从使用到深入理解
开发语言·c++·ide·windows·git·github·visual studio
顾安r1 天前
12.27 脚本网页 GITHUB推送教程
linux·css·html·gitlab·github
A13247053121 天前
curl命令入门:命令行测试接口
linux·运维·服务器·网络·编辑器·github·vim
AC赳赳老秦1 天前
企业级人工智能平台选型深度分析:天翼云 DeepSeek 与开源解决方案的部署考量与成本博弈
人工智能·elasticsearch·zookeeper·rabbitmq·github·时序数据库·deepseek
-拟墨画扇-1 天前
Git | Bug分支操作
git·gitee·github·bug·gitcode
CoderJia程序员甲1 天前
GitHub 热榜项目 - 日榜(2025-12-27)
ai·开源·大模型·github·ai教程
Rhys..1 天前
Jenkins配置GitHub token教程
运维·github·jenkins·ci