hexo github pages 搭配起来,写博客,相当的不错
安装先不写了,以后补上,网上有好多教程
写下使用相关的,防止自己忘了什么的
先Node.js 环境,之前老是忘记这个,找不到命令,额,不了解Node.js
nvm install 0.10
bash
clean Remove generated files and the cache config List the current configuration deploy Deploy your website generate Generate static files help Get help on a command init Create a new Hexo folder list List the information of the site migrate Migrate your site from other system to Hexo new Create a new post publish Publish a draft render Render the files with Markdown or other engines server Start the server version Display version information
hexo new "post"
hexo g
hexo deploy