25 lines
577 B
Markdown
25 lines
577 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "代码,启动"
|
|
tagline: "简单明了"
|
|
actions:
|
|
- theme: brand
|
|
text: Python 基础知识
|
|
link: /python/00/
|
|
- theme: alt
|
|
text: 计算机科学速成
|
|
link: /cs/00/
|
|
|
|
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
|
|
---
|
|
|