@@ -4,13 +4,13 @@ module.exports = {
4
4
theme : require . resolve ( '../../' ) ,
5
5
themeConfig : {
6
6
/**
7
- * Ref: https://vuepress-theme-blog.ulivz.com/#dateFormat
7
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/#dateformat
8
8
*/
9
9
10
10
// dateFormat: 'YYYY-MM-DD',
11
11
12
12
/**
13
- * Ref: https://vuepress-theme-blog.ulivz.com/#nav
13
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #nav
14
14
*/
15
15
16
16
// nav: [
@@ -29,7 +29,7 @@ module.exports = {
29
29
// ],
30
30
31
31
/**
32
- * Ref: https://vuepress-theme-blog.ulivz.com/#footer
32
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #footer
33
33
*/
34
34
footer : {
35
35
contact : [
@@ -90,7 +90,7 @@ module.exports = {
90
90
] ,
91
91
} ,
92
92
/**
93
- * Ref: https://vuepress-theme-blog.ulivz.com/#directories
93
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #directories
94
94
*/
95
95
96
96
// directories:[
@@ -109,7 +109,7 @@ module.exports = {
109
109
// ],
110
110
111
111
/**
112
- * Ref: https://vuepress-theme-blog.ulivz.com/#frontmatters
112
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #frontmatters
113
113
*/
114
114
115
115
// frontmatters: [
@@ -126,87 +126,66 @@ module.exports = {
126
126
// ],
127
127
128
128
/**
129
- * Ref: https://vuepress-theme-blog.ulivz.com/#globalPagination
129
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/#globalpagination
130
130
*/
131
131
132
132
// globalPagination: {
133
133
// lengthPerPage: 10,
134
134
// },
135
135
136
136
/**
137
- * Ref: https://vuepress-theme-blog.ulivz.com/#sitemap
137
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #sitemap
138
138
*/
139
139
sitemap : {
140
140
hostname : 'https://example.vuepress-theme-blog.ulivz.com/'
141
141
} ,
142
142
/**
143
- * Ref: https://vuepress-theme-blog.ulivz.com/#comment
143
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #comment
144
144
*/
145
145
comment : {
146
146
service : 'disqus' ,
147
147
shortname : 'vuepress-plugin-blog' ,
148
148
} ,
149
149
/**
150
- * Ref: https://vuepress-theme-blog.ulivz.com/#newsletter
150
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #newsletter
151
151
*/
152
152
newsletter : {
153
153
endpoint : 'https://billyyyyy3320.us4.list-manage.com/subscribe/post?u=4905113ee00d8210c2004e038&id=bd18d40138'
154
154
} ,
155
155
/**
156
- * Ref: https://vuepress-theme-blog.ulivz.com/#feed
156
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #feed
157
157
*/
158
- feed :{
159
- canonical_base :'https://example.vuepress-theme-blog.ulivz.com/' ,
158
+ feed : {
159
+ canonical_base : 'https://example.vuepress-theme-blog.ulivz.com/' ,
160
160
} ,
161
161
162
162
/**
163
- * Ref: https://vuepress-theme-blog.ulivz.com/#modifyblogpluginoptions
164
- */
165
-
166
- // modifyBlogPluginOptions (blogPluginOptions) {
167
- // const sitemap = {
168
- // hostname: 'https://yourdomain'
169
- // }
170
-
171
- // const comment = {
172
- // service: 'disqus',
173
- // shortname: 'vuepress-plugin-blog',
174
- // }
175
-
176
- // const newsletter = {
177
- // endpoint:'https://billyyyyy3320.us4.list-manage.com/subscribe/post?u=4905113ee00d8210c2004e038&id=bd18d40138'
178
- // }
179
-
180
- // return { ...blogPluginOptions, sitemap, comment, newsletter }
181
- // },
182
-
183
- /**
184
- * Ref: https://vuepress-theme-blog.ulivz.com/#summary
163
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/#summary
185
164
*/
186
165
187
166
// summary:false,
188
167
189
168
/**
190
- * Ref: https://vuepress-theme-blog.ulivz.com/#summarylength
169
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #summarylength
191
170
*/
192
171
193
172
// summaryLength:100,
194
173
195
174
/**
196
- * Ref: https://vuepress-theme-blog.ulivz.com/#pwa
175
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #pwa
197
176
*/
198
177
199
178
// pwa:true,
200
179
201
180
/**
202
- * Ref: https://vuepress-theme-blog.ulivz.com/#paginationcomponent
181
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #paginationcomponent
203
182
*/
204
183
205
184
// paginationComponent: 'SimplePagination'
206
185
207
186
/**
208
- * Ref: https://vuepress-theme-blog.ulivz.com/#smoothscroll
187
+ * Ref: https://vuepress-theme-blog.ulivz.com/config/ #smoothscroll
209
188
*/
210
- smoothScroll :true
189
+ smoothScroll : true
211
190
} ,
212
191
}
0 commit comments