Top

Blog-Style

1. 高亮

1
<Context path="/" docBase="/www"  reloadable="true"/>
1
<Context path="/" docBase="/www"  reloadable="true"/>
1
<Context path="/" docBase="/www"  reloadable="true"/>

2. 图片

1
<img src="http://hyiqie.oss-cn-beijing.aliyuncs.com/cto/2019-2-15_1.png" alt="无法显示" title="15_1" height="300px" />

无法显示

3. 注释

1
<code></code>


1
<center><code2>↓测试.</code2></center>

↓测试.

1
<code3>↓测试.</code3>

↓测试.

4. 超链接

1
<a  title="点击打开" href="https://hyiqie.com/">相关网址1</a>

相关网址1

5. Hexo的使用

↓生成页面
hexo new post "Name"
↓本地运行.
hexo s 
↓生成静态文件后在运行.
hexo s -g
↓生成静态文件后提交到服务器.
hexo d -g
↓删除数据库文件和缓存.
hexo clean