28 lines
615 B
Markdown
28 lines
615 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "阿帅正传"
|
|
text: "一个安静的文档站"
|
|
tagline: Timeless小帅's Blog
|
|
actions:
|
|
- theme: brand
|
|
text: Linux使用日常
|
|
link: /linux/linux
|
|
# - theme: alt
|
|
# text: Linux使用日常
|
|
# link: /linux
|
|
|
|
features:
|
|
- title: Feature A
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature B
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature C
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
|
|
|
|
---
|
|
|