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!

相关推荐
逛逛GitHub4 小时前
这个 GitHub 有意思啊,Claude Code + Obsidian = 知识库王炸。
github
ZaferLiu13 小时前
当Agent需要动手干活:Tool还是MCP?
github
鹏毓网络科技2 天前
Cursor Rules 文件配置实战:3 个隐藏参数让我每月少写 40% 样板代码
前端·github
嘻嘻仙人3 天前
Ubuntu中 git上传自己的项目和二次上传一般流程
git·github
白鲸开源3 天前
Apache SeaTunnel Zeta Engine 的 Basic Auth 是怎么工作的?
java·vue.js·github
白鲸开源3 天前
一文读懂DolphinScheduler插件机制:如何轻松扩展任务类型与数据源
java·架构·github
徐小夕4 天前
万字拆解 JitWord:企业级实时协同文档底层架构 + 大模型 AI 融合完整实践
前端·vue.js·github
码流怪侠4 天前
【GitHub】Ponytail:给 AI 编码代理植入“懒人资深开发者“灵魂的开源插件深度拆解
程序员·github·ai编程
齐翊4 天前
怎么确认 AI 看懂了你的提示词?
人工智能·github·ai编程
李小庆4 天前
Sowork AI Agent 编程助手教程 :第一章 Python环境搭建与Sowork项目克隆学习目标
github