-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (96 loc) · 4.05 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="generator" content="Hugo 0.111.3">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Steve Liu">
<meta name="description" content="An Indie Quant's Blog">
<link rel="icon" href="https://stevexfliu.github.io/favicon.ico">
<meta name="keywords" content=" hugo latex theme ">
<script>
window.MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$', '$$'], ['\\[', '\\]']],
processEscapes: true,
processEnvironments: true,
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code', 'option'],
}
};
</script>
<script async defer src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<meta property="og:title" content="On the Road" />
<meta property="og:description" content="An Indie Quant's Blog" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://stevexfliu.github.io/" />
<link rel="canonical" href="https://stevexfliu.github.io/">
<link rel="alternate" type="application/rss+xml" href="https://stevexfliu.github.io/index.xml" title="On the Road" />
<meta itemprop="name" content="On the Road">
<meta itemprop="description" content="An Indie Quant's Blog">
<link media="screen" rel="stylesheet" href='https://stevexfliu.github.io/css/common.css'>
<link media="screen" rel="stylesheet" href='https://stevexfliu.github.io/css/content.css'>
<title>On the Road</title>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="On the Road"/>
<meta name="twitter:description" content="An Indie Quant's Blog"/>
<link rel="stylesheet" href='https://stevexfliu.github.io/css/index.css'>
</head>
<body>
<div id="wrapper">
<header id="header">
<h1>
<a href="https://stevexfliu.github.io">On the Road</a>
</h1>
<nav>
<span class="nav-bar-item">
<a class="link" href="/">Home</a>
</span>
<span class="nav-bar-item">
<a class="link" href="/post/">Archives</a>
</span>
<span class="nav-bar-item">
<a class="link" href="/about/">About</a>
</span>
<span class="nav-bar-item">
<a class="link" href="/index.xml">RSS</a>
</span>
</nav>
</header>
<main id="main" class="index">
<div class="post">
<h2>
<a href="https://stevexfliu.github.io/post/test/">A Testing Post</a>
<time>2023-04-08</time>
</h2>
<div>
<b>Keywords: </b>
<a class="link" href='https://stevexfliu.github.io/tags/test'>#test</a>
<a class="link" href='https://stevexfliu.github.io/tags/template'>#template</a>
</div>
<div class="content">
1. Introduction We will test text, code, and $\LaTeX$ typesettings in this post.
2. Text Typesetting Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sit amet elit nec urna dignissim lobortis. Nulla sed orci et magna aliquam aliquam nec vel ex. Nulla malesuada mollis ex, at semper dui fringilla sit amet. Integer vestibulum, libero vel blandit varius, sem velit fringilla erat, et varius sem libero eu ligula. Donec sit amet lorem libero.
</div>
</div>
</main>
<footer id="footer">
<div>
<span>© 2023</span> <span>Steve Liu</span> | <span> Follow me on <a class=link href=https://github.com/SteveXFLiu>GitHub</a> or
<a class=link href=https://twitter.com/SteveLeo>Twitter</a>
</span>
</div>
<div>
<span>Powered by </span>
<a class="link" href="https://gohugo.io/">Hugo</a>
<span> 🍦 Theme </span>
<a class="link" href="https://github.com/queensferryme/hugo-theme-texify">TeXify</a>
</div>
</footer>
</div>
<link media="screen" rel="stylesheet" href="https://stevexfliu.github.io/css/custom.css" />
</body>
</html>