tech_blog_demo


Welcome

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

$ hexo new "file_md_name"

More info: Writing

Run server

$ hexo server 

More info: Server

Generate static files

$ hexo generate # or hexo g

More info: Generating

Deploy to remote sites

$ hexo deploy # or hexo d

More info: Deployment

images

![](tech-blog-demo/demo.jpg) # markdown local, not html
![](/images/demo.jpg) # showing in html

video

<iframe
    height=360 width=640
    src="https://www.youtube.com/watch?v=cVaOnjqNkCE"  
    frameborder=0 allowfullscreen>
</iframe>

music

<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=512 height=86 
    src="//music.163.com/outchain/player?type=2&id=167827&auto=1&height=66">
</iframe>

dplayer plugin

npm install hexo-tag-dplayer

文章作者: Lee Jet
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Lee Jet !
评论
  目录