Hello, World!

for testing something new only

hello-world.jpg

#video

<video src="https://什么什么什么.mp4" controls></video>

视频来源,被我用在了 404 页面。

#image

有说明文字(caption)的图片~

hexo-next-optimization-title.jpg◎ Coldplay

https://github.com/iissnan/hexo-theme-next/pull/279

Front-matter:

photos:
- photo_url_1
- photo_url_2
- photo_url_3
- photo_url_4
- photo_url_5
- photo_url_6

效果:

gallery.jpg

#group-pictures

Front-matter:

type: picture

Usage:

{% gp 4-3 %}
![photo_alt_1](photo_url_1)
![photo_alt_2](photo_url_2)
![photo_alt_3](photo_url_3)
![photo_alt_4](photo_url_4)
{% endgp %}

效果:

group-pictures.jpg

https://github.com/iissnan/hexo-theme-next/blob/master/scripts/tags/group-pictures.js

Front-matter:

link: url

效果:

link.jpg

#quote?

阅读主题的源代码发现的:~/blog/themes/next/layout/_macro/post.swig,有没有不确定,用法不确定……

Front-matter:

type: quote

效果:

quote.jpg

代码:解决其它浏览器无法播放视频的问题