youwallet / wallet

🚀 基于Flutter开发的跨终端数字货币交易所✨
https://youwallet.github.io/
116 stars 55 forks source link

基于vuepress和github Action自动构建youwallet官网 #101

Closed zhaobinglong closed 4 years ago

zhaobinglong commented 4 years ago

vuepress:https://vuepress.vuejs.org/zh/

查看所有可用emoji:https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.json

使用yaml配置每个md的主题样式,下面的代码块必须放在md文件的开头

---
home: true
heroImage: /hero.png
heroText: Hero 标题
tagline: Hero 副标题
actionText: 快速上手 →
actionLink: /zh/guide/
features:
- title: 简洁至上
  details: 以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。
- title: Vue驱动
  details: 享受 Vue + webpack 的开发体验,在 Markdown 中使用 Vue 组件,同时可以使用 Vue 来开发自定义主题。
- title: 高性能
  details: VuePress 为每个页面预渲染生成静态的 HTML,同时在页面被加载的时候,将作为 SPA 运行。
footer: MIT Licensed | Copyright © 2018-present Evan You
---