mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
35 lines
931 B
Markdown
35 lines
931 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Documents"
|
|
text: ""
|
|
tagline: 计算机协会文档
|
|
image:
|
|
src: /assets/CA-logo.png
|
|
alt: VitePress
|
|
actions:
|
|
- theme: brand
|
|
text: 会议记录
|
|
link: /meetings/index
|
|
# - 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
|
|
---
|
|
<!--
|
|
<style>
|
|
--vp-home-hero-name-color: blue;
|
|
--vp-home-hero-image-filter: blur(68px);
|
|
--vp-home-hero-image-background-image: linear-gradient( -45deg, #bd34fe 50%, #47caff 50% );
|
|
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe, #41d1ff);
|
|
}
|
|
</style> -->
|