plugin: add hexo-esbuild, hexo-htmlnano (#2172)
[hexo-site.git] / _config.yml
blob191e87495bb8bd527e16fb215bed0e2a499fea0f
1 title: Hexo
2 subtitle: "A fast, simple & powerful blog framework powered by Node.js."
3 description: "Hexo is a fast, simple & powerful blog framework powered by Node.js."
4 author: Hexo
5 language: en
6 timezone: UTC
8 url: https://hexo.io
9 root: /
10 permalink: news/:year/:month/:day/:title/
11 archive_dir: news
12 code_dir: downloads/code
13 new_post_name: :year-:month-:day-:title.md # File name of new posts
14 post_asset_folder: true
15 per_page: 0
16 pretty_urls:
17   trailing_index: false
18   trailing_html: false
20 theme: navy
22 highlight:
23   enable: true
24   line_number: false
26 disqus_shortname: hexojs
27 google_analytics: UA-48498357-3
28 fb_admins: 100000247608790
29 algolia:
30   en:
31     api_key: c3d5d4c995b5e0c2ffb5623900279a66
32     index_name: hexo
33   zh-tw:
34     api_key: c83d2ec3440f40aec6d0e695ecec7ef3
35     index_name: hexo_zh-tw
36   zh-cn:
37     api_key: cdea7d4e47d84f6145b77e7f68689f35
38     index_name: hexo_zh-cn
39 twitter: hexojs
40 github: hexojs/hexo