UNPKG

1.57 kBJSXView Raw
1---
2banner:
3 name: '更懂你的文档站构建工具'
4 desc: '基于 markdown 轻松生成完整静态站点'
5 btns:
6 - { name: '开 始', href: './documents/index.html', primary: true }
7 - { name: 'Github >', href: 'https://github.com/YMFE/ydoc' }
8 caption: '当前版本: v4.1.3'
9features:
10 - { name: '优雅', desc: '经过精雕细琢,我们带给大家一个精心设计的、拥有卓越的视觉与交互体验的文档构建工具' }
11 - { name: '灵动', desc: '我们拥有非常灵活的 插件机制 与 主题定制 功能,正在努力构建活跃的插件社区。也许初次使用未见其惊艳,但当你灵活使用插件后便会发现她的强大' }
12 - { name: '简洁', desc: '以 ‘无形’ 代替 ‘有形’,从开发体验到用户界面的呈现,不断去除冗余的设计,使用户专注于写作与阅读' }
13 - { name: '开源', desc: '作为开源项目,我们拥有高质量的代码、完善的自动化测试流程,对社区的需求能够作出积极快速响应' }
14
15footer:
16 copyRight:
17 name: 'YMFE Team'
18 href: 'https://ymfe.org/'
19 links:
20 团队网址:
21 - { name: 'YMFE', href: 'https://ymfe.org/' }
22 - { name: 'YMFE Blog', href: 'https://blog.ymfe.org/' }
23 Git仓库:
24 - { name: 'Github', href: 'https://github.com/YMFE/ydoc' }
25 - { name: 'Github Issue', href: 'https://github.com/YMFE/ydoc/issues' }
26
27---
28
29<Homepage banner={banner} features={features} />
30<Footer distPath={props.page.distPath} copyRight={props.footer.copyRight} links={props.footer.links} />
\No newline at end of file