之前hexo用的一直都是markdown,从今天开始切换到org-mode,以下是安装的一些步骤
安装
配置
1 | hexo init blog-source |
主题
git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia |
修改hexo根目录下的 _config.yml : theme: yilia
org-mode
npm install https://github.com/CodeFalling/hexo-renderer-org#emacs --save |
在 _config.yml 添加以下内容
org: emacs: 'D:\soft\emacs-25.1-x86_64-w64-mingw32\bin\emacs.exe' common: | #+OPTIONS: toc:nil num:nil |
在 _config.yml 的 new_post_name 修改为org文件名