Home 主页

你可以通过 frontmatter 来定义 Home 页面的内容,详细类型可见 FrontMatter 配置。下面是一个简单的例子:

  1. ---
  2. pageType: home
  3. hero:
  4. name: Rspress
  5. text: 文档工程解决方案
  6. tagline: 现代化文档开发技术栈
  7. actions:
  8. - theme: brand
  9. text: 介绍
  10. link: /zh/guide/introduction
  11. - theme: alt
  12. text: 快速开始
  13. link: /zh/guide/getting-started
  14. features:
  15. - title: 'MDX: 使用灵活语法编写内容'
  16. details: MDX 是一种强大的内容编写方式,你可以在 Markdown 中使用 React 组件。
  17. icon: 📦
  18. - title: '功能丰富: 一站式解决方案'
  19. details: 对全文搜索、国际化等常见功能可以做到开箱即用。
  20. icon: 🎨
  21. - title: '扩展性强: 提供多种自定义能力'
  22. details: 通过其扩展机制,你可以轻松的扩展主题 UI 和构建能力。
  23. icon: 🚀
  24. ---