1
1
module . exports = {
2
- title : "小浩算法" ,
3
- plugins : [ require ( '../../lib/autobar.js' ) , require ( '../../lib/Notification.js' ) ] ,
4
- description : '和小浩一起学算法' ,
5
- // root : "./hell-algorithm",
6
- theme : "reco" ,
7
- themeConfig : {
8
- logo : '/logo.jpeg' ,
9
- sidebar : "auto" ,
10
- searchPlaceholder : "搜索:KMP" ,
11
- nav : [
12
- { text : '动态规划' , link : '/1.2.动态规划系列' } ,
13
- { text : 'GitHub' , link : 'https://github.com/geekxh/hello-algorithm' , icon : 'reco-github' }
14
- ] ,
15
- head :[
16
- [ 'link' , { rel :'shortcut icon' , href :'/favicon.ico' } ]
17
- ] ,
18
- type : 'blog' ,
19
- search : true ,
20
- searchMaxSuggestions : 10 ,
21
- lastUpdated : '文章修订于' ,
22
- author : '程序员小浩' ,
23
- authorAvatar : '/code.png' ,
24
- startYear : '2019' ,
25
- valineConfig : {
26
- visitor :false ,
27
- enable : false ,
28
- placeholder : "留下你的问题,或者你想要的资源..." ,
29
- avatar : "wavatar" ,
30
- requiredFields : [ 'nick' ] ,
31
- appId : 'sINkW5sfpPxoqDyBqbpvTN79-gzGzoHsz' ,
32
- appKey : '5tkDVulRNyjuAbCUekxU6zHW' ,
33
- } ,
34
- noFoundPageByTencent : false
2
+ title : "小浩算法" ,
3
+ plugins : [ require ( '../../lib/autobar.js' ) , require ( '../../lib/Notification.js' ) ] ,
4
+ description : '和小浩一起学算法' ,
5
+ // root : "./hell-algorithm",
6
+ theme : "reco" ,
7
+ themeConfig : {
8
+ logo : '/logo.png' ,
9
+ sidebar : "auto" ,
10
+ searchPlaceholder : "搜索:KMP" ,
11
+ nav : [
12
+ { text : 'GitHub' , link : 'https://github.com/geekxh/hello-algorithm' , icon : 'reco-github' }
13
+ ] ,
14
+ head : [
15
+ [ 'link' , { rel : 'shortcut icon' , href : '/favicon.ico' } ]
16
+ ] ,
17
+ type : 'blog' ,
18
+ search : true ,
19
+ searchMaxSuggestions : 10 ,
20
+ lastUpdated : '文章修订于' ,
21
+ author : '程序员小浩' ,
22
+ authorAvatar : '/code.png' ,
23
+ startYear : '2019' ,
24
+ valineConfig : {
25
+ visitor : false ,
26
+ enable : true ,
27
+ placeholder : "留下你的问题,或者你想要的资源..." ,
28
+ avatar : "wavatar" ,
29
+ requiredFields : [ 'nick' ] ,
30
+ appId : 'sINkW5sfpPxoqDyBqbpvTN79-gzGzoHsz' ,
31
+ appKey : '5tkDVulRNyjuAbCUekxU6zHW' ,
35
32
} ,
36
- markdown : {
37
- lineNumbers : true ,
38
- }
33
+ noFoundPageByTencent : false
34
+ } ,
35
+ markdown : {
36
+ lineNumbers : true ,
37
+ }
39
38
}
0 commit comments