diff --git a/docs/AI/Dive into Deep Learning.md b/docs/AI/Dive_into_Deep_Learning.md similarity index 100% rename from docs/AI/Dive into Deep Learning.md rename to docs/AI/Dive_into_Deep_Learning.md diff --git a/docs/CV/SLAM14.md b/docs/AI/SLAM14.md similarity index 100% rename from docs/CV/SLAM14.md rename to docs/AI/SLAM14.md diff --git a/docs/AI/index.md b/docs/AI/index.md index e5a781d2..019c136d 100644 --- a/docs/AI/index.md +++ b/docs/AI/index.md @@ -1,6 +1,7 @@ --- icon: /material/book nostatistics: true +comments: false --- # Artificial Intelligence @@ -21,4 +22,10 @@ nostatistics: true - "CS231n": - "Notes": CS231n/CS231n_notes - "Numpy": CS231n/Numpy +- "机器学习": + - "《统计学习方法》笔记": 统计学习方法 +- "深度学习": + - "Dive into Deep Learning": Dive_into_Deep_Learning +- "SLAM": + - "视觉 SLAM 十四讲": SLAM14 {{ END_TOC }} diff --git a/docs/Blogs/archives.md b/docs/Blogs/archives.md new file mode 100644 index 00000000..53f4cb02 --- /dev/null +++ b/docs/Blogs/archives.md @@ -0,0 +1,9 @@ +--- +icon: material/archive +nostatistics: true +comments: false +--- + +# Archives + +{{ blog_content }} diff --git a/docs/CV/index.md b/docs/Blogs/index.md similarity index 68% rename from docs/CV/index.md rename to docs/Blogs/index.md index aba5e367..4e0e1a22 100644 --- a/docs/CV/index.md +++ b/docs/Blogs/index.md @@ -1,15 +1,15 @@ --- -icon: /material/book +icon: fontawesome/solid/blog nostatistics: true +comments: false --- - -# Computer Vision +# Blogs ✍ !!! note "Abstract" + 个人博客 本部分内容(除特别声明外)采用 [**署名-非商业性使用-保持一致 4.0 国际 (CC BY-NC-SA 4.0)**](https://creativecommons.org/licenses/by-nc-sa/4.0/) 许可协议进行许可。 -{{ BEGIN_TOC }} -- "Notes": - - "视觉 SLAM 十四讲": SLAM14 -{{ END_TOC }} \ No newline at end of file +## Selected Blogs + +一些成体系的思考: diff --git a/docs/CS_Basic/index.md b/docs/CS_Basic/index.md index 479168d4..fb18c382 100644 --- a/docs/CS_Basic/index.md +++ b/docs/CS_Basic/index.md @@ -1,6 +1,7 @@ --- icon: /material/book nostatistics: true +comments: false --- # Computer Science Basic diff --git a/docs/Environment/index.md b/docs/Environment/index.md index 1bea5661..3d7f1005 100644 --- a/docs/Environment/index.md +++ b/docs/Environment/index.md @@ -1,6 +1,7 @@ --- icon: material/book nostatistics: true +comments: false --- # Environment diff --git a/docs/Robot/index.md b/docs/Robot/index.md index dac5f3b6..cc8051de 100644 --- a/docs/Robot/index.md +++ b/docs/Robot/index.md @@ -1,6 +1,7 @@ --- icon: /material/book nostatistics: true +comments: false --- # Robot diff --git a/docs/Summaries/2024/weekly/2024-W49-12.md b/docs/Summaries/2024/weekly/2024-W49-12.md index bc240452..8bcda318 100644 --- a/docs/Summaries/2024/weekly/2024-W49-12.md +++ b/docs/Summaries/2024/weekly/2024-W49-12.md @@ -11,7 +11,7 @@ cdate: 2024-12-02 mdate: 2024-12-08 --- -# 2024-W49-12 + ## PLAN diff --git a/docs/Summaries/2024/weekly/2024-W50-12.md b/docs/Summaries/2024/weekly/2024-W50-12.md index 6306cd2b..bc105f54 100644 --- a/docs/Summaries/2024/weekly/2024-W50-12.md +++ b/docs/Summaries/2024/weekly/2024-W50-12.md @@ -1,17 +1,10 @@ --- -title: 2024-W50-09 +title: 2024-W50-12 tags: - 周记 -categories: dairy -date: "2024-12-09T14:00:12+08:00" -modify: "2024-12-09T14:00:12+08:00" -dir: dairy -share: false -cdate: "2024-12-09" -mdate: "2024-12-09" --- -# 2024-W50-09 + ## Review diff --git a/docs/Summaries/index.md b/docs/Summaries/index.md index 7dca411f..7dfaa9e3 100644 --- a/docs/Summaries/index.md +++ b/docs/Summaries/index.md @@ -1,6 +1,7 @@ --- icon: material/calendar-week nostatistics: true +comments: false --- # Summaries diff --git a/docs/Tags/index.md b/docs/Tags/index.md new file mode 100644 index 00000000..2f277b78 --- /dev/null +++ b/docs/Tags/index.md @@ -0,0 +1,9 @@ +--- +icon: material/tag +nostatistics: true +comments: false +--- + +# Tags + +{{ tag_content }} diff --git a/docs/Tools/index.md b/docs/Tools/index.md index 7de75136..851e7edb 100644 --- a/docs/Tools/index.md +++ b/docs/Tools/index.md @@ -1,6 +1,7 @@ --- icon: material/toolbox nostatistics: true +comments: false --- # Toolbox diff --git a/docs/links/index.md b/docs/links/index.md index c32a4925..46647bbe 100644 --- a/docs/links/index.md +++ b/docs/links/index.md @@ -2,7 +2,8 @@ icon: /octicons/link-24 comment: True glightbox: False -nostatistics: True +nostatistics: true +comments: false --- # 友链 diff --git a/mkdocs.yml b/mkdocs.yml index c608d5dc..e30fbb40 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -255,11 +255,14 @@ not_in_nav: nav: - Home: index.md + - Blogs: + - index: Blogs/index.md + - Archives: Blogs/archives.md - Computer Basic: CS_Basic/index.md - - Computer Vision: CV/index.md - AI: AI/index.md - Robot: Robot/index.md - Environmet Setup: Environment/index.md - Tools: Tools/index.md - Summaries: Summaries/index.md + - Tags: Tags/index.md - Links: Links/index.md