如何使用hexo发布博客文章

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
2
3
4
$ hexo server

// or
$ hexo s

More info: Server

Generate static files

1
2
3
4
$ hexo generate

// or
$ hexo g

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

最近的文章

关于VUE的一些使用技巧

前言Vue.js 是一套渐进式的 JavaScript MVVM框架,2014 年 2 月,其作者尤雨溪(Evan You)第一次将它作为实际的项目发布在 Github 上,在短短一周内就收获了几百个star,2016 年 9 月,Vue 2.0正式发布。截止目前为止( 2018 年 05 月 1 …

分享记录 继续阅读