美文网首页
HEXO 安装

HEXO 安装

作者: 何哀何欢 | 来源:发表于2020-04-15 16:19 被阅读0次

install basic

install node.js
npm install -g hexo-cli
install pandoc

如果是从git pull下来的老项目:

npm install

如果是新建项目:

hexo init
npm install hexo-deployer-git --save
npm uninstall hexo-renderer-marked --save
npm install hexo-renderer-pandoc --save
npm install hexo-filter-mermaid-diagrams --save 
npm install hexo-filter-flowchart --save 

NexT

git clone https://github.com/theme-next/hexo-theme-next themes/next

_config.yml

theme: next

unique path

npm install hexo-unique-post-path --save

_config.yml

unique_post_path:
 type: new2_post_title
hexo new2 "blog title"

相关文章

网友评论

      本文标题:HEXO 安装

      本文链接:https://www.haomeiwen.com/subject/hsncvhtx.html