標籤外掛能夠引用文章內容或是嵌入外部的影片、程式碼

文句引用

1
2
3
{% blockquote [author[, source]] [link] [source_link_title] %}
引用內容
{% endblockquote %}

一般的quote

1
2
3
{% blockquote %}
可愛就是正義!
{% endblockquote %}

可愛就是正義!

quote 具作者與出處

1
2
3
{% blockquote ディオ・ブランド, ジョジョの奇妙な冒険Part1 ファントムブラッド %}
俺は人间をやめるぞ、JOJO
{% endblockquote %}

俺は人间をやめるぞ、JOJO

ディオ・ブランドジョジョの奇妙な冒険Part1 ファントムブラッド

嵌入 YouTube

1
{% youtube 影片ID %}

但影片尺寸無法調整。

改用 Swig 標籤 raw 嵌入 YouTube 的嵌入程式碼,
raw 標籤中的內容不會被轉譯。

1
2
3
{% raw %}
<iframe width="854" height="480" src="https://www.youtube.com/embed/uRtLmZwutII" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
{% endraw %}

嵌入程式碼

JSFiddle

1
{% jsfiddle shorttag [tabs] [skin] [width] [height] %}

CodePen

使用 raw 標籤,嵌入方法與 raw 嵌入 YouTube 相同

gist

1
{% gist gist_id [/filename] %}

References

  1. 標籤外掛(Tag Plugins) @Hexo
  2. hexo嵌入在线代码演示(codepen、jsFiddle等) @辣手摧花