【Hexo】使用笔记

一、初识Hexo

1._config.yml

了解_config.yml配置文件的参数信息。网站的 配置 信息,可以在此配置大部分的参数。

2.生成文章

1
hexo new "post title with whitespace"

生成草稿

1
hexo new draft "draft test"

预览草稿(直接使用 hexo server 是无法看到草稿的)

1
hexo server --draft

3.生成静态文件

1
hexo g

4.部署

1
hexo d

二、配置

开启文章资源文件夹

1
post_asset_folder = true

三、分类

1
hexo new page categories

四、搜索

1
npm install hexo-generator-searchdb --save

然后将以下配置复制到你博客根目录下的 _config.yml 里:

1
2
3
4
5
# hexo-generator-searchdb
search:
path: search.xml
field: post
format: html
1
npm install hexo-generator-feed --save

然后将以下配置复制到你博客根目录下的 _config.yml 里:

1
2
3
4
5
6
7
8
9
feed:
type: atom
path: atom.xml
limit: 20
hub:
content:
content_limit: 140
content_limit_delim: " "
order_by: -date
  • 版权声明: 本博客所有文章除特别声明外,著作权归作者所有。转载请注明出处!

请我喝杯咖啡吧~

支付宝
微信