This commit is contained in:
Cat Tom 2024-07-25 00:02:12 +08:00
parent 2e1c14a81e
commit 2f8c964dbf
2 changed files with 7 additions and 4 deletions

View File

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

View File

@ -71,11 +71,13 @@ markdown_extensions:
- pymdownx.tilde - pymdownx.tilde
nav: nav:
- 主页: index.md - "主页": index.md
- 随想随写: - "随想随写":
- blog/index.md - blog/index.md
- 标签: blog/tags.md - "标签": blog/tags.md
- 技术: tech/index.md - "技术":
- tech/index.md
- "创建和管理 Linux 服务器用于身份验证的 SSH 密钥": tech/Creating-and-Managing-SSH-Keys-for-Authentication-on-Linux-Servers.md
- "MkDocs 参考": examples/index.md - "MkDocs 参考": examples/index.md
plugins: plugins: