Skip to content

Commit 35ee22b

Browse files
committed
content: update
1 parent f9ff931 commit 35ee22b

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

docs/.vitepress/config.mts

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ export default defineConfig({
99
// https://vitepress.dev/reference/default-theme-config
1010
nav: [
1111
{ text: "Home", link: "/" },
12-
{ text: "Examples", link: "/markdown-examples" },
12+
{ text: "Blog", link: "/20240606" },
1313
],
1414

1515
sidebar: [
1616
{
17-
text: "Examples",
17+
text: "Blog",
1818
items: [
19+
{ text: "20240606", link: "/20240606" },
1920
{ text: "Markdown Examples", link: "/markdown-examples" },
2021
{ text: "Runtime API Examples", link: "/api-examples" },
2122
],

docs/index.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
layout: home
44

55
hero:
6-
name: "陆仕桑"
7-
text: "A VitePress Site"
8-
tagline: My great project tagline
6+
name: 陆仕桑
7+
text: 陆仕桑的个人网站
8+
tagline: 独立而开放
99
actions:
1010
- theme: brand
1111
text: Markdown Examples
@@ -17,13 +17,6 @@ hero:
1717
src: /images/avatar.png
1818
alt: 陆仕桑
1919

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
2720
---
2821

2922
<style>

0 commit comments

Comments
 (0)