documents/index.md

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/tools
- theme: alt
text: 存档
link: /archived/index
---
<style>
.VPHero{
.VPImage{
padding: 16px;
}
}
</style>