how to write blogs

2025/11/01 学习 共 775 字,约 3 分钟
怎么写博客

myh11myh11.github.io

master-posts-study

add files-upload files

把文件名为2025-11-01-英文名.md的文件拖进来

commit changes

---
layout: post
title: ""#标题
date: 2025-11-01 21:00:00 +0800#时区
categories: 学习
tags: []#标签
author: myh 
---
<!--more-->
---
layout: post                      # 页面布局,博客文章固定为 post
title: "Python 爬虫入门指南"       # 文章标题
subtitle: "从零开始写你的第一个网络爬虫"  # 副标题,可选
date: 2025-11-01 21:00:00 +0800  # 发布时间,注意时区
last_modified_at: 2025-11-02 10:00:00 +0800 # 最后更新时间(可选)
author: myh                       # 作者名
categories: 学习                  # 分类(对应 /categories/ 页面)
tags: [python, 爬虫, 教程]        # 标签,方括号里多个标签用逗号分隔
description: "手把手教你如何使用 Python 编写基础爬虫程序" # 简短介绍
keywords: [Python, 网络爬虫, 数据采集]  # SEO 关键词(可选)
---
在actions看有没有上传成功

逸涵

ctrl+f5 更新页面

怎么在blogs里建立一个文件夹

1.打开你的仓库(myh11.github.io)。

2.进入 _posts 文件夹。

3.点击右上角的 “Add file” → “Create new file”。

4.在输入文件名的框里,直接写:

study/2025-11-02-python.md

这会自动在 _posts 里创建一个名为 study 的文件夹,并在里面创建 2025-11-02-python.md 文件

文档信息

Search

    Table of Contents