hexo
hexo blog init
添加搜索组件
1 | $ npm install hexo-cli -g |
创建页面
1 | $ hexo g -w |
hexo配置
1 | search: |
主题配置
1 |
|
图片资源
1 | hexo new page |
1 | {% asset_img hexo.svg hexo %} |
deploy
1 | Example: |
1 | $ npm install hexo-cli -g |
1 | $ hexo g -w |
1 | search: |
1 |
|
1 | hexo new page |
1 | {% asset_img hexo.svg hexo %} |
1 | Example: |