This is the readme file for HiKey platform
Readme.4QEMU
This is the readme file for QEMU platform
Readme.4D02
This is the readme file for D02 platform
Armor_Tools_Basic_Info.4All
Armor_Tools_Supported.4All
Caliper_Manual.4All
Quick_Deployment.4D02
Readme.4D03
This is the readme file for D03 platform
Hexo 部署
Hexo 提供了快速方便的一键部署功能,让您只需一条命令就能将网站部署到服务器上。1$ hexo deploy
在开始之前,您必须先在 _config.yml 中修改参数,一个正确的部署配置中至少要有 type 参数,例如:12deploy: type: git
您可同时使用多个 deployer,Hexo 会依照顺序执行每个 deployer。12345deploy:- type: git repo:- type: heroku repo:
Hexo 资源文件夹
资源(Asset)代表 source 文件夹中除了文章以外的所有文件,例如图片、CSS、JS 文件等。比方说,如果你的Hexo项目中只有少量图片,那最简单的方法就是将它们放在 source/images 文件夹中。然后通过类似于  的方法访问它们。