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!

相关推荐
CoderJia程序员甲1 天前
GitHub 热榜项目 - 日榜(2025-10-11)
ai·开源·github·ai编程·github热榜
CoderJia程序员甲1 天前
GitHub 热榜项目 - 日榜(2025-10-14)
ai·开源·大模型·github·ai教程
逛逛GitHub1 天前
又发现 4 个有趣的 GitHub 开源 MCP。
github
whysqwhw1 天前
KuiklyUI Core 关键技术点与架构设计分析
github
whysqwhw1 天前
KuiklyUI Core模块代码架构设计全面分析
github
运营猫小海豚1 天前
低代码+强推理:开源工具链如何让企业项目管理效率翻倍
github
MicrosoftReactor1 天前
技术速递|使用 GitHub Copilot Agent 模式现代化 Java 项目的分步指南
java·github·copilot
mzlogin2 天前
清除 GitHub 上的幽灵通知
github
程序员爱钓鱼2 天前
Python编程实战 · 基础入门篇 | Python能做什么
后端·python·github
xxxcq2 天前
Go微服务网关开发(3):负载均衡功能的实现
后端·github