From 7255ee6441999cef3865055285c5c36bbb7abc18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timeless=E5=B0=8F=E5=B8=85?= <1250076672@qq.com>
Date: Fri, 7 Nov 2025 00:03:21 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/.vitepress/config.js | 9 ++++++++-
docs/about.md | 18 ++++++++++++++++++
docs/index.md | 12 ++++++------
3 files changed, 32 insertions(+), 7 deletions(-)
create mode 100644 docs/about.md
diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js
index 39f5194..945b18b 100644
--- a/docs/.vitepress/config.js
+++ b/docs/.vitepress/config.js
@@ -6,8 +6,15 @@ export default {
themeConfig: {
footer: {
message: '冀ICP备2025104367号/京公网安备11011502038830号',
- copyright: 'Copyright © 2019-2025 阿帅正传'
+ copyright: 'Copyright ©2025 阿帅正传 版权所有 | 转载请注明出处'
},
+ nav: [
+ { text: 'Linux', link: '/linux/linux' },
+ { text: '关于', link: '/about' },
+ // { text: '瑞芯微系列', link: '/config' },
+ // { text: '六轴机械臂', link: '/config' },
+ { text: '文档源码', link: 'https://gitee.com/song_kang_shuai/xsinfo' }
+ ],
sidebar: {
// 当用户位于 `guide` 目录时,会显示此侧边栏
'/linux/': [
diff --git a/docs/about.md b/docs/about.md
new file mode 100644
index 0000000..4458dd1
--- /dev/null
+++ b/docs/about.md
@@ -0,0 +1,18 @@
+# 关于 - 阿帅正传
+
+## 关于本站
+
+本站使用了 [vitepress](https://vitepress.dev/) 构建,感谢开源。
+
+最初使用WordPress 结果被各种入侵植入木马,而且撰写感觉也不是很爽。
+后来发现了 vitepress 就尝试搭建了一个站点。
+纯静态的稳定性相对来说是挺安全的,我也第一次尝试使用来作为博客使用。
+
+本站点所有源代码开源 [Gitee仓库:xsinfo](https://gitee.com/song_kang_shuai/xsinfo)
+
+如果我的文档有能帮助到你的地方,我也会很开心。
+
+## 关于我
+网名:Timeless小帅,00年,北漂打工仔,从事的嵌入式开发工作。
+
+一个什么都想学会,可惜没有天赋,差点努力的普通人。
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
index 427e6ba..9b518b8 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -15,12 +15,12 @@ hero:
# link: /linux
features:
- - title: Feature A
- details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- - title: Feature B
- details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- - title: Feature C
- details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
+ - title: Linux笔记
+ details: 接下来一段时间会持续记录Linux相关笔记,主要是以ubuntu22.04操作系统为主
+ - title: 瑞芯微系列
+ details: 目前再学习瑞芯微系列的开发版,目前围绕RK3506与RK3566系列
+ - title: 六轴机械臂
+ details: 还会不定时更新六轴机械臂相关的笔记,也在学习中。基础操作、欧拉角、具身智能
---