Commit 35ee22b 1 parent f9ff931 commit 35ee22b Copy full SHA for 35ee22b
File tree 2 files changed +6
-12
lines changed
2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ export default defineConfig({
9
9
// https://vitepress.dev/reference/default-theme-config
10
10
nav : [
11
11
{ text : "Home" , link : "/" } ,
12
- { text : "Examples " , link : "/markdown-examples " } ,
12
+ { text : "Blog " , link : "/20240606 " } ,
13
13
] ,
14
14
15
15
sidebar : [
16
16
{
17
- text : "Examples " ,
17
+ text : "Blog " ,
18
18
items : [
19
+ { text : "20240606" , link : "/20240606" } ,
19
20
{ text : "Markdown Examples" , link : "/markdown-examples" } ,
20
21
{ text : "Runtime API Examples" , link : "/api-examples" } ,
21
22
] ,
Original file line number Diff line number Diff line change 3
3
layout : home
4
4
5
5
hero :
6
- name : " 陆仕桑"
7
- text : " A VitePress Site "
8
- tagline : My great project tagline
6
+ name : 陆仕桑
7
+ text : 陆仕桑的个人网站
8
+ tagline : 独立而开放
9
9
actions :
10
10
- theme : brand
11
11
text : Markdown Examples
17
17
src : /images/avatar.png
18
18
alt : 陆仕桑
19
19
20
- features :
21
- - title : Feature A
22
- details : Lorem ipsum dolor sit amet, consectetur adipiscing elit
23
- - title : Feature B
24
- details : Lorem ipsum dolor sit amet, consectetur adipiscing elit
25
- - title : Feature C
26
- details : Lorem ipsum dolor sit amet, consectetur adipiscing elit
27
20
---
28
21
29
22
<style >
You can’t perform that action at this time.
0 commit comments