hexo

给一篇文章加多个tags

tags:[‘a’,’b’]

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

markdown

图片

嵌入HTML代码,使用img标签:

1
<img src="./xxx.png" width = "300" height = "200" alt="图片名称" align=center />
1
2
3
<div  align="center">    
...
</div>

图片插入问题

https://segmentfault.com/q/1010000019625231

https://github.com/xcodebuild/hexo-asset-image/issues/47

文字

居中

1
<i> </i>