This commit is contained in:
Cat Tom 2024-07-25 23:51:35 +08:00
parent 4e8ce297c6
commit 3331938710
9 changed files with 17 additions and 25 deletions

View File

@ -1 +1,3 @@
new blog
# Blog
[Cat Tom's Blog](https://blog.cattom.site/)

View File

@ -1,6 +0,0 @@
authors:
Cat Tom:
name: Cat Tom
description: "永远进步。"
avatar: "https://static.cattom.site/image/icon/150.png"
url: "https://blog.cattom.site"

View File

@ -1 +0,0 @@
# 随想随写

View File

@ -1,9 +0,0 @@
---
authors:
- Cat Tom
date: 2024-07-24T21:35:00
tags:
- "折腾"
---
# 2024年7月24日
今天重建blog mkdocs挺不错~

View File

@ -1 +0,0 @@
# 标签

3
docs/life/ITP.md Normal file
View File

@ -0,0 +1,3 @@
# 原发免疫性血小板减少症 (ITP)
[成人原发免疫性血小板减少症诊断与治疗中国指南2020年版](https://rs.yiigle.com/cmaid/1246118)

5
docs/life/index.md Normal file
View File

@ -0,0 +1,5 @@
# 生活
> 幸福不在物质,而在于热爱自然与生活。
>
> 王尔德

View File

@ -1,4 +1,5 @@
# 技术
> 路漫漫其修远兮,吾将上下而求索。
>
> 《离骚》

View File

@ -72,9 +72,9 @@ markdown_extensions:
nav:
- "主页": index.md
- "随想随写":
- blog/index.md
- "标签": blog/tags.md
- "生活":
- life/index.md
- "原发免疫性血小板减少症 (ITP)": life/ITP.md
- "技术":
- tech/index.md
- "Mi 6 (sagit)": tech/Mi6(sagit).md
@ -93,5 +93,3 @@ plugins:
- glightbox
- tags:
tags_file: blog/tags.md
- blog:
post_url_format: "{file}"