blob: b01551ed707e045dd193d18e504b418a5f9da5b3 [file] [log] [blame]
Tang Cheng60ba8032016-06-20 15:31:17 +08001# Hexo Configuration
2## Docs: https://hexo.io/docs/configuration.html
3## Source: https://github.com/hexojs/hexo/
4
5# Site
6title: 一卡通文档库
7subtitle:
8description:
9author: Supwisdom
10language: zh-cn
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://ykt.supwisdom.com
16root: /
17permalink: :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
51toc:
52 maxDepth: 3
53
54excerpt_link: Read More
55fancybox: true
56
57theme_config:
58 # Header
59 navbar_brand: <img src="/imgs/logo.jpg" width="24" height="24">
60 menu:
61 Home: index.html
62 Archives: archives/
63
64 widgets:
65 - toc
66 - category
67 - archive
68 - recent_posts
69 - tag
70
71marked:
72 gfm: true
73 pedantic: false
74 sanitize: false
75 tables: true
76 breaks: true
77 smartLists: true
78 smartypants: true
79
80# Date / Time format
81## Hexo uses Moment.js to parse and display date
82## You can customize the date format as defined in
83## http://momentjs.com/docs/#/displaying/format/
84date_format: YYYY-MM-DD
85time_format: HH:mm:ss
86
87# Pagination
88## Set per_page to 0 to disable pagination
89per_page: 10
90pagination_dir: page
91
92# Extensions
93## Plugins: https://hexo.io/plugins/
94## Themes: https://hexo.io/themes/
95theme: bootstrap-blog
96
97# Deployment
98## Docs: https://hexo.io/docs/deployment.html
99deploy:
100 type: