2023-10-26 19:12:13 +00:00
|
|
|
---
|
|
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
|
|
layout: home
|
|
|
|
|
|
|
|
hero:
|
|
|
|
name: "FMHY"
|
|
|
|
text: "site"
|
|
|
|
tagline: My great project tagline
|
2023-10-26 21:04:41 +00:00
|
|
|
image:
|
|
|
|
src: /test.png
|
|
|
|
alt: FMHY
|
2023-10-26 19:12:13 +00:00
|
|
|
actions:
|
|
|
|
- theme: brand
|
|
|
|
text: Markdown Examples
|
|
|
|
link: /markdown-examples
|
|
|
|
- theme: alt
|
|
|
|
text: API Examples
|
|
|
|
link: /api-examples
|
|
|
|
|
|
|
|
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
|
|
|
|
---
|
|
|
|
|