NexT

Theme for Hexo

Tag Plugins

Tag Plugin is a way to make special style contents supported by Hexo. For example, we cannot show a image with custom size in standard Markdown. And then we can use tag plugins to solve it. Hexo has a lot of tags which can help user. And Hexo also have interfaces to themes which make themes able to create their own tags. Following tags are provided by NexT:

These tag plugins are only available in the theme NexT. If you switch to other Hexo themes, they may cause rendering errors.

Centered Quote

This tag will make a quote with two lines before and after it, and text quoted will be centered. When using centered quote, if we have multi-line text, and each line has a different length, the quote won't be symmetrical, so it's recommended to use when only have single line text. For example before article all after article to make a summary.

Usage

{% centerquote %}Something{% endcenterquote %}

or

{% cq %}Something{% endcq %}

Examples

{% cq %}Elegant in code, simple in core{% endcq %}

Elegant in code, simple in core

Video

Usage

{% video url %}

Examples

{% video https://example.com/sample.mp4 %}
{% video /path/to/your/video.mp4 %}
0%