mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
26 lines
641 B
Markdown
26 lines
641 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Open Story Teller"
|
|
text: "Make your own device that tells stories"
|
|
tagline: My great project tagline
|
|
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
|
|
---
|
|
|