We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3491e91 + e150bd0 commit 6826024Copy full SHA for 6826024
website/.vuepress/config.js
@@ -5,9 +5,11 @@ module.exports = {
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:[
@@ -21,6 +23,8 @@ module.exports = {
21
23
authorAvatar: '/code.png',
22
24
startYear: '2019',
25
valineConfig: {
26
+ visitor:false,
27
+ enable: false,
28
placeholder: "留下你的问题,或者你想要的资源...",
29
avatar: "wavatar",
30
requiredFields: ['nick'],
website/1.0.数组系列/002/1.png
40.3 KB
0 commit comments