-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (82 loc) · 3.04 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
86
87
88
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>山水情缘博客</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="//unpkg.com/docsify/lib/themes/vue.css"
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>山水情缘</h1>
<p>玩一首小诗,听一曲音乐,空闲时敲敲代码,忙的时候,偷闲思考</p>
<p class="view"><a href="https://github.com/wmenjoy">View the Project on GitHub <small>wmenjoy</small></a></p>
<ul>
<li class="single"><a href="https://github.com/wmenjoy/wmenjoy.github.io">View On <strong>GitHub</strong></a></li>
</ul>
</header>
</div>
<div id="app"></div>
<footer>
<p>Project maintained by <a href="https://github.com/wmenjoy">wmenjoy</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<style type="text/css">
.sidebar p.active{
border-right: 2px solid;
color: var(--theme-color,#42b983);
font-weight: 600;
}
</style>
<script>
window.$docsify = {
name: '编程知识库',
repo: 'https://github.com/wmenjoy/awesome-knowleges',
loadSidebar: true,
subMaxLevel: 3,
autoHeader: true,
search: {
paths: 'auto',
placeholder: '🔍 搜索 ',
noData: '哎呀,没有找到呀! ',
// Headline depth, 1 - 6
depth: 3
},
copyCode: {
buttonText : '复制',
errorText : 'Error',
successText: 'OK!'
},
pagination: {
previousText: '上一章',
nextText: '下一章',
},
coverpage: true
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<!--代码块复制插件-->
<script src="//unpkg.com/docsify-copy-code"></script>
<!-- 图片缩放插件 -->
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/zoom-image.min.js"></script>
<!--搜索插件-->
<script src="https://cdn.bootcss.com/docsify/4.5.9/plugins/search.min.js"></script>
<!--语法高亮插件-->
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<!--分页插件-->
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<!--统计访问量插件-->
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</body>
</html>