标签插件

引用块

1
{% blockquote [author[, source]] [link] [source_link_title] %}
2
content
3
{% endblockquote %}

eg:

标签插件引用块测试

代码块

1
{% codeblock [title] [lang:language] [url] [link text] %}
2
code snippet
3
{% endcodeblock %}

eg:

1
2
@RestController
3
@EnableAutoConfiguration
4
public class Main{
5
	@RequestMapping("/")
6
	String home() {
7
		return "Hello World!";
8
​	}
9
public static void main(String[] args) {
10
​		SpringApplication.run(Example.class, args);
11
​	}
12
}
13

iframe

1
{% iframe url [width] [height] %}

eg:

include code

1
{% include_code [title] [lang:language] [from:line] [to:line] path/to/file %}

Youtube & Vimeo

1
{% youtube video_id %} 
2
{% vimeo video_id %}

文章摘要和截断

1
<!-- more -->

在文章中使用, 之前的文字将会被视为摘要。首页中将只出现这部分文字,同时这部分文字也会出现在正文之中。

资源文件夹

通过设置config.yml开启资源文件夹

1
post_asset_folder: true

对应标签插件

1
{% asset_path slug %}
2
{% asset_img slug [title] %}
3
{% asset_link slug [title] %}

eg:

asset_path

/2019/12/09/hexo/wangye.jpg

asset_img

丹歌惊鸿词 丹歌惊鸿音频 王也头像