This commit is contained in:
2025-11-07 00:03:21 +08:00
parent 3d235f0e53
commit 7255ee6441
3 changed files with 32 additions and 7 deletions
+8 -1
View File
@@ -6,8 +6,15 @@ export default {
themeConfig: { themeConfig: {
footer: { footer: {
message: '<a href="https://beian.miit.gov.cn" target="_blank">冀ICP备2025104367号</a>/<a href="https://beian.mps.gov.cn/#/query/webSearch" target="_blank">京公网安备11011502038830号</a>', message: '<a href="https://beian.miit.gov.cn" target="_blank">冀ICP备2025104367号</a>/<a href="https://beian.mps.gov.cn/#/query/webSearch" target="_blank">京公网安备11011502038830号</a>',
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: { sidebar: {
// 当用户位于 `guide` 目录时,会显示此侧边栏 // 当用户位于 `guide` 目录时,会显示此侧边栏
'/linux/': [ '/linux/': [
+18
View File
@@ -0,0 +1,18 @@
# 关于 - 阿帅正传
## 关于本站
本站使用了 [vitepress](https://vitepress.dev/) 构建,感谢开源。
最初使用WordPress 结果被各种入侵植入木马,而且撰写感觉也不是很爽。
后来发现了 vitepress 就尝试搭建了一个站点。
纯静态的稳定性相对来说是挺安全的,我也第一次尝试使用来作为博客使用。
本站点所有源代码开源 [Gitee仓库:xsinfo](https://gitee.com/song_kang_shuai/xsinfo)
如果我的文档有能帮助到你的地方,我也会很开心。
## 关于我
网名:Timeless小帅,00年,北漂打工仔,从事的嵌入式开发工作。
一个什么都想学会,可惜没有天赋,差点努力的普通人。
+6 -6
View File
@@ -15,12 +15,12 @@ hero:
# link: /linux # link: /linux
features: features:
- title: Feature A - title: Linux笔记
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit details: 接下来一段时间会持续记录Linux相关笔记,主要是以ubuntu22.04操作系统为主
- title: Feature B - title: 瑞芯微系列
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit details: 目前再学习瑞芯微系列的开发版,目前围绕RK3506与RK3566系列
- title: Feature C - title: 六轴机械臂
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit details: 还会不定时更新六轴机械臂相关的笔记,也在学习中。基础操作、欧拉角、具身智能
--- ---