Geeker Life

你还好吗?我的朋友。

0%

Hexo Tips

Hexo能有更好的写作体验.

p 'Hello Hexo!!!!!!!!!'

install

$ npm install hexo-cli -g

deploy

# ./d.sh
hexo g
hexo p

多地写博客

push to github

# ./p.sh
git add --all
git commit -am 'new post'
git push

rss生成

npm i hexo-generator-feed --save

使用atom写博客

atom 插件

apm install atom-hexo

more info: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

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment