发布测试
nothing useful, just practice how to post. 绫波丽镇楼 
注意事项
文件名格式和文件头格式有一点错误都会导致发布无法刷新, 格式如下, 注意使用时没有代码段框.
1
2
3
4
5
6
---
title: TITLE
date: YYYY-MM-DD HH:MM:SS +/-TTTT
categories: [TOP_CATEGORIE, SUB_CATEGORIE]
tags: [TAG] # TAG names should always be lowercase
---
实例如下
1
2
3
4
5
6
---
title: 发布测试
date: 2024-03-08 16:46:00 +0800
categories: [Blogs, test]
tags: [bee] # TAG names should always be lowercase
---
categories和tags会自动新建
插入图片
1

自定义首页
favicons生成网站 把.png和.ico所有文件复制到/assets/img/favicons/文件夹下,commit即可。
自定义头像
._config.yaml文件中的avatar参数指向头像文件路径。
自定义light/dark
._config.yaml文件中的theme_mode参数, 不设置时可以有按钮切换
This post is licensed under CC BY 4.0 by the author.