Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion website/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ module.exports = {
sidebar: "auto",
searchPlaceholder: "搜索:KMP",
nav: [
{ text: 'GitHub', link: 'https://github.com/geekxh/hello-algorithm', icon: 'reco-github' }
{text: 'GitHub', link: 'https://github.com/geekxh/hello-algorithm', icon: 'reco-github'}
],
head:[
['link',{rel:'shortcut icon',href:'/favicon.ico'}]
],
type: 'blog',
search: true,
Expand All @@ -18,6 +21,9 @@ module.exports = {
authorAvatar: '/code.png',
startYear: '2019',
valineConfig: {
placeholder: "留下你的问题,或者你想要的资源...",
avatar: "wavatar",
requiredFields: ['nick'],
appId: 'sINkW5sfpPxoqDyBqbpvTN79-gzGzoHsz',
appKey: '5tkDVulRNyjuAbCUekxU6zHW',
},
Expand Down
Binary file added website/.vuepress/public/favicon.ico
Binary file not shown.