Nice to meet you,Hexo

basic instruction

hexo init   –>初始化一个新博客
hexo n  –>新建一个博客文档
hexo s   –>加载本地博客服务器

hexo clean –>清理数据库
hexo g  –>生成、更新博客

hexo d  –>部署到远端,即github下的html网站

update flow

hexo clean –> hexo g –> hexo s –> hexo d

use hexo theme from github:

  1. git clone https://github.com/xxx.git theme/xxx
  2. _config.yml 中替换theme为新文件夹名称
  3. hexo clean –> hexo g –> hexo s –> hexo d
#

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×