vuepress the md file using an array syntax definition YAML Front Matter

Original link: http://www.cnblogs.com/tengyuxin/p/11117968.html
--- 
Home: to true 
heroImage: /logo.png 
heroText: a certain center 
tagline: This is a code, 
ActionText: Quick Start 
footer: MIT Licensed | Copyright © 2019 -present Silversea technology research and development center 
production: // Here is the definition array, I was more convenient to read this writing, there is no normal comments 
  [ 
    productObj: {productName: name 1, productImage: /logo.png}, 
    productObj: {productName: name 2, productImage: /logo.png}, 
    productObj : {productName: name. 3, productImage: /logo.png}, 
    productObj: {productName: name. 4, productImage: /logo.png}, 
  ]   
---

The above is readme.md format.
Reference Bowen: https://blog.csdn.net/lanchunhui/article/details/79647087

Reproduced in: https: //www.cnblogs.com/tengyuxin/p/11117968.html

Guess you like

Origin blog.csdn.net/weixin_30772261/article/details/95044155