-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (113 loc) · 4.97 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta name="generator" content="Hugo 0.75.1" />
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noodp"/>
<meta name="description" content="The last theme you'll ever need. Maybe.">
<link rel="canonical" href="https://rainplus.github.io/" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>
个人技术积累
</title>
<meta name="title" content="个人技术积累">
<link rel="stylesheet" href="/css/main.min.css">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="个人技术积累">
<link rel="feed" href="/index.xml" type="application/rss+xml" title="个人技术积累">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https:\/\/rainplus.github.io\/",
"name": "个人技术积累",
"author": {
"@type": "Person",
"name": ""
},
"description": "The last theme you\u0027ll ever need. Maybe.",
}
</script>
</head>
<body class="">
<div class="wrapper">
<nav class="navbar">
<div class="container">
<div class="navbar-header header-logo">
<a href="https://rainplus.github.io">个人技术积累</a>
</div>
<div class="navbar-right">
<span class="menu">
<a class="menu-item" href="/posts/" title="Posts">Posts</a>
<span class="divide"></span>
<a href="javascript:void(0);" class="theme-switch"><i class="iconfont icon-dark-mode"></i></a>
</span>
</div>
</div>
</nav>
<nav class="navbar-mobile" id="nav-mobile" style="display: none">
<div class="container">
<div class="navbar">
<div class="navbar-header header-logo">
<a href="https://rainplus.github.io">个人技术积累</a>
</div>
<div class="navbar-right">
<div><a href="javascript:void(0);" class="theme-switch"><i class="iconfont icon-dark-mode"></i></a></div>
<div class="menu-toggle">
<span></span><span></span><span></span>
</div>
</div>
</div>
<div class="menu" id="mobile-menu">
<nav class="mb-md">
<a class="menu-item" href="/posts/" title="Posts">
<h3>Posts</h3>
<div class="menu-active"></div>
</a>
</nav>
</div>
</div>
</nav>
<main class="main">
<div class="container">
<div class="intro">
<div class="social-links">
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="copyright">
©
<span class="with-love">
<i class="iconfont icon-love"></i>
</span>
<span>Powered by <a href="https://gohugo.io/" target="_blank" rel="external nofollow">Hugo</a> & <a href="https://github.com/Mogeko/Mogege" target="_blank" rel="external nofollow">Mogege</a></span>
</div>
</footer>
<script defer src="/js/vendor_main.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/jmnote/[email protected]/dist/plantuml-encoder.min.js" integrity="sha256-Qsk2KRBCN5qVZX7B+8+2IvQl1Aqc723qV1tBCQaVoqo=" crossorigin="anonymous"></script>
<script>
(function(){
let plantumlPrefix = "language-plantuml";
Array.prototype.forEach.call(document.querySelectorAll("[class^=" + plantumlPrefix + "]"), function(code){
let image = document.createElement("IMG");
image.loading = 'lazy';
image.src = 'http://www.plantuml.com/plantuml/svg/~1' + plantumlEncoder.encode(code.innerText);
code.parentNode.insertBefore(image, code);
code.style.display = 'none';
});
})();
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/browser/pangu.min.js" integrity="sha256-j+yj56cdEY2CwkVtGyz18fNybFGpMGJ8JxG3GSyO2+I=" crossorigin="anonymous"></script>
<script> pangu.spacingPage();</script>
</div>
</body>
</html>