-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
196 lines (126 loc) · 5.93 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
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="zh-tw">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.91.2" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css">
<link rel="shortcut icon" href="/img/GOPHER_MIC_DROP_WITH_BACKGROUND.png" type="image/png">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="Koopa Blog" height="64px">
<title >Koopa Blog </title>
</head>
<body>
<header>
<div class="container clearfix">
<a class="path" href="https://koopa0.github.io/"><img src="/img/DOCTOR_STRANGE_GOPHER.png" height="32px"></a>
<span class="caret"></span>
<div class="right">
<a class="path" href="/pages/about/">About</a>
|
<a class="path" href="/pages/contact/">Contact</a>
|
<a class="path" href="/pages/">Pages</a>
</div>
</div>
</header>
<div class="container">
<main role="main" class="homepage">
<h1 class="site-title">
<span class="base05">[</span><span class="base08">K</span><span class="base09">o</span><span class="base0a">o</span><span class="base0b">p</span><span class="base0c">a</span><span class="base0d">B</span><span class="base0d">l</span><span class="base0d">o</span><span class="base0d">g</span><span class="base05">]</span>
<span class="base05"></span>
</h1>
<div class="hero-logo">
<img src="/img/base16-eighties.svg">
</div>
<div style="text-align: center;">
<code></code>
</div>
<h1 class="headline">最近的文章</h1>
<div class="article-list">
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
<h2 class="headline" itemprop="headline"><a href="/posts/elements/">Go-LeetCode-Integer to Roman</a></h2>
<div class="meta">
<span class="key">published on</span>
<span class="val"><time itemprop="datePublished" datetime="2022-01-12">January 12, 2022</time></span>
</div>
<section class="summary">
Roman To Integer
Roman numerals are represented by seven different symbols: I , V , X , L , C , D and M .
Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, two is written as II in Roman numeral, just two one’s added together. <a href="/posts/elements/">Read More...</a>
</section>
</article>
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
<h2 class="headline" itemprop="headline"><a href="/posts/welcome-to-hugo/">Welcome to Hugox!</a></h2>
<div class="meta">
<span class="key">published on</span>
<span class="val"><time itemprop="datePublished" datetime="2016-06-13">June 13, 2016</time></span>
</div>
<section class="summary">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris erat augue, eleifend nec est quis, iaculis suscipit lacus. In convallis ut mi ac volutpat. Integer feugiat lacinia purus, at condimentum enim tempus vitae. Fusce tempus tortor nibh, ut mollis sapien pulvinar at. Nam nec tortor ante. Phasellus lorem elit, placerat sit amet ligula ac, fermentum vulputate nibh. Quisque sed dapibus risus. Quisque sagittis iaculis maximus. Mauris lorem ligula, commodo in ullamcorper et, mollis ut dui. <a href="/posts/welcome-to-hugo/">Read More...</a>
</section>
</article>
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
<h2 class="headline" itemprop="headline"><a href="/posts/usage/">Usage Guide</a></h2>
<div class="meta">
<span class="key">published on</span>
<span class="val"><time itemprop="datePublished" datetime="2016-06-12">June 12, 2016</time></span>
</div>
<section class="summary">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris erat augue, eleifend nec est quis, iaculis suscipit lacus. In convallis ut mi ac volutpat. Integer feugiat lacinia purus, at condimentum enim tempus vitae. Fusce tempus tortor nibh, ut mollis sapien pulvinar at. Nam nec tortor ante. Phasellus lorem elit, placerat sit amet ligula ac, fermentum vulputate nibh. Quisque sed dapibus risus. Quisque sagittis iaculis maximus. Mauris lorem ligula, commodo in ullamcorper et, mollis ut dui. <a href="/posts/usage/">Read More...</a>
</section>
</article>
</div>
<nav class="paginator">
<span class="nav-left faded">< Prev</span>
<span>1 / 2</span>
<a class="nav-right" href="/page/2/">Next ></a>
</nav>
<h1 class="headline">Categories</h1>
<section class="categories">
<h2 class="category">
<a href="https://koopa0.github.io/categories/golang">Golang</a>
<small>(1)</small>
</h2>
<h2 class="category">
<a href="https://koopa0.github.io/categories/one">One</a>
<small>(4)</small>
</h2>
<h2 class="category">
<a href="https://koopa0.github.io/categories/two">Two</a>
<small>(4)</small>
</h2>
</section>
<h1 class="headline">Tags</h1>
<section class="tags">
<span class="tag">
<a href="https://koopa0.github.io/tags/golang">golang</a>
<small>(1)</small>
</span>
<span class="tag">
<a href="https://koopa0.github.io/tags/leetcode">leetcode</a>
<small>(1)</small>
</span>
<span class="tag">
<a href="https://koopa0.github.io/tags/tag_a">tag_a</a>
<small>(1)</small>
</span>
<span class="tag">
<a href="https://koopa0.github.io/tags/tag_b">tag_b</a>
<small>(1)</small>
</span>
<span class="tag">
<a href="https://koopa0.github.io/tags/tag_c">tag_c</a>
<small>(1)</small>
</span>
</section>
</main>
</div>
<footer>
<div class="container">
<span class="copyright">© 2022 Koopa Blog - <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></span>
</div>
</footer>
</body>
</html>