-
Notifications
You must be signed in to change notification settings - Fork 839
/
index.html
85 lines (75 loc) · 2.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>@xiaolai's works</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="/css/vue.css">
<style>
img {text-align: center;}
</style>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: 'https://github.com/xiaolai/xiaolai.github.io',
ga: 'UA-150375466-1',
noEmoji: true,
loadNavbar: true,
loadSidebar: false,
subMaxLevel: 3,
coverpage: true,
// onlyCover: true,
coverpage: [
'/',
'/the-self-cultivation-of-leeks/cn/',
'/the-self-cultivation-of-leeks/en/',
'/i-have-a-say/',
'/befriending-time/',
'/ji/',
'/everyone-can-use-english/',
'/bitcoin-whitepaper-cn-en-translation/Bitcoin-Whitepaper-EN-CN.html',
'/INB-principles/cn/',
'/INB-principles/en/',
'/twe185/'
],
search: 'auto',
// complete configuration parameters
search: {
maxAge: 86400000, // Expiration time, the default one day
paths: [
'/',
'/the-self-cultivation-of-leeks/cn/',
'/the-self-cultivation-of-leeks/en/',
'/i-have-a-say/',
'/befriending-time/',
'/ji/',
'/everyone-can-use-english/',
'/bitcoin-whitepaper-cn-en-translation/Bitcoin-Whitepaper-EN-CN.html',
'/INB-principles/cn/',
'/INB-principles/en/',
'/twe185'
], // or 'auto'
// Localization
placeholder: {
'/': 'Search',
},
noData: 'No Results!',
// Headline depth, 1 - 6
depth: 2,
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
// To avoid search index collision
// between multiple websites under the same domain
namespace: 'website-1',
}
}
</script>
<script src="/scripts/docsify.min.js"></script>
<script src="/scripts/search.min.js"></script>
<script src="/scripts/ga.min.js"></script>
</body>
</html>