10 09/2014

hexo tags

最后更新: Wed Sep 10 2014 12:37:50 GMT+0800

Block 引用块

{% blockquote guoshuang http://guoshuang.com/life/开始/  重生在 github %}
本站用 hexo 写静态,然后 host 在 github。
{%endblockquote %}

效果:

本站用 hexo 写静态,然后 host 在 github。

代码块 code

{% codeblock 标题 lang:html http://guoshuang.com 链接文字 %}
<iframe  name="iframeId" id="iframeId" style="width:95%;border:solid 1px #ccc;" src="http://localhost/~david/jquery-iframe2.htm"></iframe>
<button id="showIframeContent">iframe内容</button>
{% endcodeblock %}

效果:

标题 链接文字
1
2
<iframe name="iframeId" id="iframeId" style="width:95%;border:solid 1px #ccc;" src="http://localhost/~david/jquery-iframe2.htm"></iframe>
<button id="showIframeContent">iframe内容</button>

浮动文字块 pullquote

{% pullquote %}
浮动文字块
{% endpullquote %}

效果:

aaa a a a a a aa aaaaaa a a aaa

浮动文字块

aaa a a a a a aa aaaaaa a a aaa
aaa a a a a a aa aaaaaa a a aaa
aaa a a a a a aa aaaaaa a a aaa
aaa a a a a a aa aaaaaa a a aaa

jsfiddle 代码块

{% jsfiddle jsfiddle的shortname [tabs] [skin] [width] [height] %}

效果:

github 代码块

{% gist 996818 %}

效果:

  

其它类似,图片 youtube vimeo

图片
{% img [class names] /path/to/image [width] [height] [title text [alt text]] %}

youtube
{% youtube video_id %}

vimeo
{% vimeo video_id %}

escape 内容
{% raw %}
{% endraw %}

via hexo tags