Misc: rename groups
- maybe migrate to another theme later.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
---
|
||||
title: 综述
|
||||
index: false
|
||||
article: false
|
||||
timeline: false
|
||||
comment: false
|
||||
icon: folder-open
|
||||
---
|
||||
|
||||
“综述”这边的博文通常比较正式一些,编排上会参考大学论文、实验报告,当然也经常会有迭代(综述嘛,追求严谨)。
|
||||
|
||||
<Catalog />
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 随想
|
||||
title: 记忆的质料
|
||||
index: false
|
||||
article: false
|
||||
timeline: false
|
||||
|
||||
@@ -14,7 +14,7 @@ star: true
|
||||
# 浅谈红警 2 触发组件的运行逻辑
|
||||
|
||||
::: warning 观前注意
|
||||
由于涉及一些编程知识点,本综述可能存在亿些阅读困难。
|
||||
由于涉及一些编程知识点,本文可能存在亿些阅读困难。
|
||||
虽然经过与 Zero Fanker 等人的讨论后决定做些~~修缮~~重写,但难免仍有需要改进之处。
|
||||
:::
|
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 笔记
|
||||
title: 如我所书
|
||||
index: false
|
||||
article: false
|
||||
timeline: false
|
||||
@@ -7,6 +7,4 @@ comment: false
|
||||
icon: book
|
||||
---
|
||||
|
||||
笔记这边类似 B 站、知乎的“专栏”,有能成篇的发现就会考虑写写。
|
||||
|
||||
<Catalog />
|
||||
|
||||
@@ -2,7 +2,6 @@ import { navbar } from "vuepress-theme-hope";
|
||||
|
||||
export default navbar([
|
||||
"/",
|
||||
"/archives/",
|
||||
"/notes/",
|
||||
"/diaries/",
|
||||
{
|
||||
|
||||
@@ -4,19 +4,13 @@ export default sidebar({
|
||||
"/": [
|
||||
// "",
|
||||
{
|
||||
text: "综述",
|
||||
icon: "folder-open",
|
||||
prefix: "archives/",
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
text: "笔记",
|
||||
text: "如我所书",
|
||||
icon: "book",
|
||||
prefix: "notes/",
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
text: "随想",
|
||||
text: "记忆的质料",
|
||||
icon: "paper-plane",
|
||||
prefix: "diaries/",
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user