码迷,mamicode.com
首页 > 其他好文 > 详细

hexo

时间:2018-07-29 18:54:14      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:ini   --   hex   epo   init   atom   nbsp   gen   deploy   

$ npm install hexo-cli -g

$ hexo init

$ npm install

$ hexo server

 

$ npm install hexo-deployer-git --save

$ npm install hexo-generator-feed --save

$ npm install hexo-generator-sitemap --save

$ npm install hexo-generator-baidu-sitemap --save

 

deploy:

  type: git

  repository: git@git.coding.net:username/library.git

  branch: coding-pages

feed:

  type: atom

  path: atom.xml

  limit: 20

sitemap:

  path: sitemap.xml

baidusitemap:

  path: baidusitemap.xml

 

$ hexo generate

$ hexo deploy

hexo

标签:ini   --   hex   epo   init   atom   nbsp   gen   deploy   

原文地址:https://www.cnblogs.com/notice/p/9386023.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!