Thanks to the following contributors: - @snowykami - @frg2089 - Nya_Twisuki
This commit is contained in:
27
src/sidebar.ts
Normal file
27
src/sidebar.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { sidebar } from "vuepress-theme-hope";
|
||||
|
||||
export default sidebar({
|
||||
"/": [
|
||||
// "",
|
||||
{
|
||||
text: "综述",
|
||||
icon: "folder-open",
|
||||
prefix: "archives/",
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
text: "笔记",
|
||||
icon: "book",
|
||||
prefix: "notes/",
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
text: "随想",
|
||||
icon: "paper-plane",
|
||||
prefix: "diaries/",
|
||||
children: "structure",
|
||||
},
|
||||
// "intro",
|
||||
// "friends/"
|
||||
],
|
||||
});
|
Reference in New Issue
Block a user