29 lines
597 B
Markdown
29 lines
597 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "mei's knowledge base"
|
|
text: "Do you want to see?"
|
|
tagline: My best project
|
|
image:
|
|
src: /tianyi.png
|
|
alt: 背景图
|
|
actions:
|
|
- theme: brand
|
|
text: Start
|
|
link: /01_about
|
|
- theme: alt
|
|
text: Blog
|
|
link: https://mei.lv
|
|
|
|
features:
|
|
- title: 学习 Web 全栈
|
|
details: 很有趣的,相信你也会迷上它:)
|
|
- title: As a geek
|
|
details: 折腾东西会带来无穷无尽的乐趣!
|
|
- title: 奇奇怪怪的小知识
|
|
details: 你大概率不知道
|
|
---
|
|
|