4
4
5
5
# Site
6
6
title : CheatSheets.zip
7
- subtitle : ' Quick Reference Cheat Sheet'
8
- description : ' Share quick reference and cheat sheet for developers'
7
+ subtitle : " Quick Reference Cheat Sheet"
8
+ description : " Share quick reference and cheat sheet for developers"
9
9
keywords : reference,cheatsheet,code table,snippets,linux
10
10
author : CheatSheets.zip
11
11
language : en
12
- timezone : ' '
12
+ timezone : " "
13
13
14
14
# URL
15
15
# # If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
@@ -39,7 +39,7 @@ titlecase: false # Transform title into titlecase
39
39
external_link :
40
40
enable : true # Open external links in new tab
41
41
field : site # Apply to the whole site
42
- exclude : ' '
42
+ exclude : " "
43
43
filename_case : 1
44
44
render_drafts : false
45
45
post_asset_folder : false
@@ -53,7 +53,7 @@ highlight:
53
53
# per_page: Posts displayed per page. (0 = disable pagination)
54
54
# order_by: Posts order. (Order by date descending by default)
55
55
index_generator :
56
- path : ' '
56
+ path : " "
57
57
per_page : 0
58
58
order_by : -date
59
59
@@ -73,7 +73,7 @@ meta_generator: false
73
73
date_format : YYYY-MM-DD
74
74
time_format : HH:mm:ss
75
75
# # Use post's date for updated date unless set in front-matter
76
- updated_option : ' date'
76
+ updated_option : " date"
77
77
78
78
# Pagination
79
79
# # Set per_page to 0 to disable pagination
@@ -96,19 +96,18 @@ nofollow:
96
96
enable : true
97
97
field : site
98
98
exclude :
99
- - ' exclude1.com'
99
+ - " exclude1.com"
100
100
101
101
excerpt :
102
102
depth : 2
103
103
excerpt_excludes : []
104
104
more_excludes : []
105
105
hideWholePostExcerpts : true
106
106
107
-
108
107
# Deployment
109
108
# # Docs: https://hexo.io/docs/deployment.html
110
109
deploy :
111
- # - type: cjh_google_url_submitter
110
+ # - type: cjh_google_url_submitter
112
111
- type : cjh_bing_url_submitter
113
112
- type : cjh_baidu_url_submitter
114
113
@@ -123,7 +122,6 @@ sitemap:
123
122
tags : false
124
123
categories : false
125
124
126
-
127
125
# Markdown-it configuration
128
126
# # Docs: https://github.com/celsomiranda/hexo-renderer-markdown-it/wiki
129
127
markdown :
@@ -133,12 +131,12 @@ markdown:
133
131
breaks : false
134
132
linkify : false
135
133
typographer : false
136
- quotes : ' “”‘’'
134
+ quotes : " “”‘’"
137
135
anchors :
138
136
level : 2
139
- collisionSuffix : ' '
137
+ collisionSuffix : " "
140
138
permalink : true
141
139
permalinkClass : h-anchor
142
- permalinkSymbol : ' # '
140
+ permalinkSymbol : " # "
143
141
case : 1
144
- separator : ' - '
142
+ separator : " - "
0 commit comments