mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
30 lines
562 B
Markdown
30 lines
562 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "NBTCA Documents"
|
|
text: "计算机协会文档"
|
|
tagline: To be at the intersection of technology and liberal arts.
|
|
image:
|
|
src: https://oss.nbtca.space/CA-logo.svg
|
|
alt: VitePress
|
|
actions:
|
|
- theme: brand
|
|
text: 流程
|
|
link: /process/index
|
|
- theme: alt
|
|
text: 维修
|
|
link: /repair/guide
|
|
- theme: alt
|
|
text: 存档
|
|
link: /archived/index
|
|
---
|
|
|
|
<style>
|
|
.VPHero{
|
|
.VPImage{
|
|
padding: 16px;
|
|
}
|
|
}
|
|
</style>
|