在Hexo博客中添加HTML5文档

添加HTML5文档方法

Ⅰ. 将需要的文档转为PDF文档。

Ⅱ. 通过idrsolutionsOnline PDF to HTML5 Converter在线功能转换得到HTML5文档。
idrsolutions在线文档转HTML5

Ⅲ. 将HTML5文档放到Hexo/source/assets/html5下。

Ⅳ. 编辑hexo下的_config.yml,跳过渲染source/assets/html5下的全部文件。

skip_render:
    - assets/html5/*
    - assets/html5/**/*

Ⅴ. 添加HTML5文档,widthheight可以自己调节最佳参数。

<iframe width="86%" height="460" scrolling="auto" frameborder="0" src="HTML5网页地址"></iframe>

示例文档

<iframe width="100%" height="460" scrolling="auto" frameborder="0" src="https://streamelody.github.io//assets/html5/pic_prepare/index.html">

参考文章