We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 789a0e5 + cc91547 commit d3d1b66Copy full SHA for d3d1b66
website/.vuepress/config.js
@@ -8,7 +8,10 @@ module.exports = {
8
sidebar: "auto",
9
searchPlaceholder: "搜索:KMP",
10
nav: [
11
- { text: 'GitHub', link: 'https://github.com/geekxh/hello-algorithm', icon: 'reco-github' }
+ {text: 'GitHub', link: 'https://github.com/geekxh/hello-algorithm', icon: 'reco-github'}
12
+ ],
13
+ head:[
14
+ ['link',{rel:'shortcut icon',href:'/favicon.ico'}]
15
],
16
type: 'blog',
17
search: true,
@@ -18,6 +21,9 @@ module.exports = {
18
21
authorAvatar: '/code.png',
19
22
startYear: '2019',
20
23
valineConfig: {
24
+ placeholder: "留下你的问题,或者你想要的资源...",
25
+ avatar: "wavatar",
26
+ requiredFields: ['nick'],
27
appId: 'sINkW5sfpPxoqDyBqbpvTN79-gzGzoHsz',
28
appKey: '5tkDVulRNyjuAbCUekxU6zHW',
29
},
website/.vuepress/public/favicon.ico
66.1 KB
0 commit comments