Hello World
该文件是 hexo
中默认生成第一篇文章,在此我进行了升级,用该文章记录一些 hexo
使用的笔记。
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $hexo deploy |
More info: Deployment
关于搜索
https://butterfly.js.org/posts/ceeb73f/#%E6%90%9C%E7%B4%A2
我用的hexo
主题是 buterfly
该主题支持几种搜索,这里我选用了最简单的 local_search
具体的配置是:
配置主题的 search use 为: `local_search’ 代码如下:
1 | search: |
新建文章
1 | hexo new post -p front-end/nvm-node-manage "用 NVM 管理 npm 和 node 的版本" |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 小土坡!