UNPKG

1.48 kBYAMLView Raw
1# Hexo Configuration
2## Docs: https://hexo.io/docs/configuration.html
3## Source: https://github.com/hexojs/hexo/
4
5# Site
6title: Hexo
7subtitle:
8description:
9author: John Doe
10language:
11timezone:
12
13# URL
14## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
15url: http://yoursite.com
16root: /
17permalink: :year/:month/:day/:title/
18permalink_defaults:
19
20# Directory
21source_dir: source
22public_dir: public
23tag_dir: tags
24archive_dir: archives
25category_dir: categories
26code_dir: downloads/code
27i18n_dir: :lang
28skip_render:
29
30# Writing
31new_post_name: :title.md # File name of new posts
32default_layout: post
33titlecase: false # Transform title into titlecase
34external_link: true # Open external links in new tab
35filename_case: 0
36render_drafts: false
37post_asset_folder: false
38relative_link: false
39future: true
40highlight:
41 enable: true
42 line_number: true
43 auto_detect: false
44 tab_replace:
45
46# Category & Tag
47default_category: uncategorized
48category_map:
49tag_map:
50
51# Date / Time format
52## Hexo uses Moment.js to parse and display date
53## You can customize the date format as defined in
54## http://momentjs.com/docs/#/displaying/format/
55date_format: YYYY-MM-DD
56time_format: HH:mm:ss
57
58# Pagination
59## Set per_page to 0 to disable pagination
60per_page: 10
61pagination_dir: page
62
63# Extensions
64## Plugins: https://hexo.io/plugins/
65## Themes: https://hexo.io/themes/
66theme: landscape
67
68# Deployment
69## Docs: https://hexo.io/docs/deployment.html
70deploy:
71 type: