-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
144 lines (104 loc) · 3.8 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
<!DOCTYPE html>
<html lang="en-us" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.60.1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Fanli" />
<meta property="og:url" content="https://faaany.github.io/" />
<link rel="canonical" href="https://faaany.github.io/" /><link rel="preload" href="/js/highlight.pack.js" as="script" /><link rel="apple-touch-icon" href="/logo.png" />
<link rel="icon" href="/logo.png" />
<link rel="shortcut" href="/logo.png" /><link rel="alternate" type="application/atom+xml" href="https://faaany.github.io/index.xml" title="Fanli's Blog">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "BlogPosting",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https:\/\/faaany.github.io\/"
},
"articleSection" : "",
"name" : "Fanli\x27s Blog",
"headline" : "Fanli\x27s Blog",
"description" : "Fanli\x27s Personal Blog",
"inLanguage" : "en-US",
"author" : "Fanli",
"creator" : "Fanli",
"publisher": "Fanli",
"accountablePerson" : "Fanli",
"copyrightHolder" : "Fanli",
"copyrightYear" : "0001",
"datePublished": "0001-01-01 00:00:00 \x2b0000 UTC",
"dateModified" : "0001-01-01 00:00:00 \x2b0000 UTC",
"url" : "https:\/\/faaany.github.io\/",
"keywords" : [ ]
}
</script>
<title>Fanli's Blog</title>
<meta property="og:title" content="Fanli's Blog" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Fanli's Personal Blog" />
<meta name="description" content="Fanli's Personal Blog" />
<meta property="og:locale" content="en-us" />
<link rel="stylesheet" href="/css/flexboxgrid-6.3.1.min.css" />
<link rel="stylesheet" href="/css/index.css">
<link href="/index.xml" rel="alternate" type="application/rss+xml"
title="Fanli's Blog">
<link href="https://fonts.googleapis.com/css?family=Lato|Permanent+Marker|Bree+Serif" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148696906-1"></script>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$','$$'], ['\\[', '\\]']],
processEscapes: true,
processEnvironments: true
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};
window.addEventListener('load', (event) => {
document.querySelectorAll("mjx-container").forEach(function(x){
x.parentElement.classList += 'has-jax'})
});
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>
<body>
<article class="posts">
<div class="row">
<div class="col-xs-12">
<header>
<div class="signatures site-title">
<a href="/">Fanli Lin</a>
</div>
</header>
<div class="row end-xs">
<div class="lang-switch col-xs-3 col-xs-offset-9">
<a href="/cn/">Chinese</a>
</div>
</div>
<div class="header-line"></div>
<div id="posts-list">
</div>
<div class="site-footer">
<div class="site-footer-item">
<a href="https://github.com/Faaany" target="_blank">About Me</a>
</div>
<div class="site-footer-item">
<a href="https://github.com/Faaany" target="_blank">Github</a>
</div>
</div>
</div>
</div>
</article>
<script src="/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
</html>