初始提交:MkDocs 知识库框架

This commit is contained in:
2026-06-04 10:06:28 +08:00
commit 0d10b42166
8 changed files with 216 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
site/
__pycache__/
*.pyc
*.pyo
.venv/
venv/
+23
View File
@@ -0,0 +1,23 @@
# 🖨️ 3D 打印
---
## 🛠 设备 & 软件
- 打印机:Bambu Lab A1
- 切片软件:Bambu Studio
---
## 📦 模型 & 项目
> 还没有内容。看到感兴趣的模型、打印了什么东西,可以告诉 Claude 帮你记录。
>
> 比如:「帮我在 3D打印里加一条,打印了 Genji 盔甲模型,链接是...,参数是...」
---
## 🔗 相关文件
- 下载目录中有 `.3mf` 项目文件
- Bambu Studio AppImage`~/下载/BambuStudio_ubuntu-24.04-v02.07.00.55-*.AppImage`
+31
View File
@@ -0,0 +1,31 @@
# 🏠 我的知识库
欢迎!这里是我(kurihada)的个人知识内容存储。
---
## 📂 内容分类
| 分类 | 说明 |
|------|------|
| ✈️ [旅行](旅行/index.md) | 旅行计划、游记、航拍素材笔记 |
| 📷 [摄影](摄影/index.md) | 拍摄参数、器材、后期思路 |
| 💻 [技术](技术/index.md) | 开发笔记、服务器运维、工具配置 |
| 🖨️ [3D打印](3D打印/index.md) | 模型、参数、耗材记录 |
| 📝 [日记](日记/index.md) | 日常记录 |
---
## 🔗 快捷入口
- **照片管理**[Immich](http://localhost:2283)(AI 标签、人脸识别、RAW 预览)
- **大疆素材**`~/action5pro/`
- **RAW 原片**`~/aa/`
---
## 🛠 本站说明
- 基于 [MkDocs Material](https://squidfunk.github.io/mkdocs-material/) 构建
- 所有内容为纯 Markdown 文件,存储在 `~/kb/docs/`
- Claude 协助维护和更新内容
+34
View File
@@ -0,0 +1,34 @@
# 💻 技术
---
## 🖥️ 当前环境
| 项目 | 详情 |
|------|------|
| 系统 | Ubuntu 24.04, 16 核, 12GB RAM |
| 存储 | 1TB NVMe SSD(后续加机械硬盘) |
| Web 服务 | Nginx Proxy Manager (Docker) |
| 内网穿透 | frpc |
| 照片管理 | Immich |
| 知识库 | MkDocs Material |
---
## 📋 服务列表
| 服务 | 说明 |
|------|------|
| Immich | 照片/视频管理 + AI 标签 |
| Immich API | Immich 后端 API |
| Nginx Proxy Manager | 反向代理管理面板 |
| Gitea | 自托管 Git 服务 |
| Minio | S3 兼容对象存储 |
| Java app.jar | Spring Boot 应用 |
| Java auth-backend | 认证后端 |
---
## 📝 技术笔记
> 还没有内容,待 Claude 帮你整理。
+25
View File
@@ -0,0 +1,25 @@
# 📷 摄影
---
## 📸 器材
- 相机:SonyARW 格式 RAW
- 无人机/运动相机:DJI Action 5 Pro
---
## 🗄️ 照片存储
| 内容 | 位置 | 大小 |
|------|------|------|
| RAW 原片 (ARW) | `~/aa/` | 117 张 / 2.8 GB |
| Immich 管理 | [Immich](http://localhost:2283) | — |
---
## 📝 拍摄笔记
> 还没有内容,待 Claude 帮你整理。
>
> 可以告诉 Claude:「帮我写一篇 xx 拍摄的笔记,参数是...」
+23
View File
@@ -0,0 +1,23 @@
# ✈️ 旅行
---
## 📝 游记 & 计划
> 还没有内容,待 Claude 帮你整理。
---
## 🎬 大疆素材速览
大疆 Action 5 Pro 拍摄素材,存储在 `~/action5pro/`
最近的拍摄:
| 日期 | 文件数 | 备注 |
|------|:------:|------|
| 2026-02-14 | 多段 | 情人节 / 春节 |
| 2026-02-07 | 多段 | - |
| 2026-02-04 | 多段 | - |
| 2026-01-29 | 多段 | - |
| 2026-01-28 | 多段 | - |
+7
View File
@@ -0,0 +1,7 @@
# 📝 日记
---
> 日记按日期组织,文件名格式:`YYYY-MM-DD.md`
>
> 告诉 Claude 你想记录什么,我来帮你写成结构化的日记。
+67
View File
@@ -0,0 +1,67 @@
site_name: 我的知识库
site_description: 个人知识内容存储 — 摄影、旅行、技术、3D打印
site_author: kurihada
theme:
name: material
language: zh
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: 切换深色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: 切换浅色模式
features:
- navigation.instant # 即时加载(SPA 体验)
- navigation.tracking # 地址栏跟随
- navigation.tabs # 顶部标签导航
- navigation.indexes # 分类文件夹可作为可点击页面
- navigation.top # 回到顶部按钮
- search.suggest # 搜索建议
- search.highlight # 搜索高亮
- content.code.copy # 代码块复制按钮
markdown_extensions:
- admonition # 提示框 !!! note
- pymdownx.details # 可折叠块
- pymdownx.superfences # 嵌套代码块
- pymdownx.highlight # 代码高亮
- pymdownx.inlinehilite # 行内高亮
- pymdownx.tasklist: # 任务列表
custom_checkbox: true
- toc:
permalink: true # 标题锚点链接
- tables # 表格增强
- footnotes # 脚注
- attr_list # 属性支持
plugins:
- search:
lang: zh # 中文搜索优化
extra:
social:
- icon: material/camera
link: http://localhost:2283 # Immich 入口
nav:
- 首页: index.md
- 旅行:
- 旅行/index.md
- 摄影:
- 摄影/index.md
- 技术:
- 技术/index.md
- 3D打印:
- 3D打印/index.md
- 日记:
- 日记/index.md