调整到老博客的程度

This commit is contained in:
2026-07-17 10:20:54 +08:00
commit fadeeb8913
189 changed files with 45297 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
# 主页自我介绍卡片配置
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
bio: ''
avatar: /resources/头像.jpg
links:
- name: GitHub
url: https://github.com/
icon: github
---
+13
View File
@@ -0,0 +1,13 @@
---
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
date: '{{ .Date }}'
lastmod: '{{ .Date }}'
draft: true
description: ''
authors:
- Kushidou
tags: []
categories: []
toc: true
comments: true
---