|
7 | 7 | <metaname="description"content="coding-interview"> |
8 | 8 | <metaname="viewport"content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
9 | 9 | <linkrel="stylesheet"href="//unpkg.com/docsify/lib/themes/vue.css"> |
| 10 | +<linkrel="stylesheet"href="//unpkg.com/docsify-dark-mode@0.6.1/dist/style.css"/> |
10 | 11 | <linkrel="icon"type="image/png"sizes="32x32"href="images/favicon-32x32.png?v=5.1.4"> |
11 | 12 | <linkrel="icon"type="image/png"sizes="16x16"href="images/favicon-16x16.png?v=5.1.4"> |
12 | 13 | </head> |
|
15 | 16 | <script> |
16 | 17 | window.$docsify={ |
17 | 18 | name:'coding-interview', |
18 | | -repo:'doocs/coding-interview', |
| 19 | +//repo: 'doocs/coding-interview', |
19 | 20 | maxLevel:3, |
20 | 21 | auto2top:true, |
21 | 22 | coverpage:true, |
|
26 | 27 | '/docs/coding-interview', |
27 | 28 | '/docs/the-beauty-of-programming' |
28 | 29 | ], |
| 30 | +darkMode:{ |
| 31 | +light:{ |
| 32 | +toggleBtnBg:'#42b983' |
| 33 | +} |
| 34 | +}, |
29 | 35 | plugins:[ |
30 | 36 | function(hook){ |
31 | 37 | varfooter=[ |
32 | 38 | '<hr/>', |
33 | 39 | '<footer>', |
34 | | -'<span>Copyright © 2018-2019 <a href="https://github.com/doocs">Doocs</a>. All rights reserved.</span>', |
| 40 | +'<span>Copyright © 2018-2020 <a href="https://github.com/doocs">Doocs</a>. All rights reserved.', |
35 | 41 | '</footer>' |
36 | 42 | ].join('') |
37 | 43 |
|
|
53 | 59 | <scriptsrc="//unpkg.com/docsify/lib/plugins/search.js"></script> |
54 | 60 | <scriptsrc="//unpkg.com/docsify/lib/plugins/emoji.js"></script> |
55 | 61 | <scriptsrc="//unpkg.com/docsify/lib/plugins/zoom-image.js"></script> |
| 62 | +<scriptsrc="//unpkg.com/docsify-dark-mode@0.6.1/dist/index.js"></script> |
56 | 63 | </body> |
57 | 64 | </html> |