-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (54 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.70.0" />
<title>My New Hugo Site</title>
<meta name="description" content="">
<link rel="stylesheet" href="/css/ui.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono|Lato|Raleway">
</head>
<body>
<header class="container no-print">
<div class="u-header">
<nav class="bar">
<ul></ul>
</nav>
</div>
</header>
<main class="container">
<article>
<header>
<hgroup id="brand">
<h1>My New Hugo Site</h1>
<h5></h5>
</hgroup>
<hr class="sep" />
</header>
<section>
<h4>Latest Posts</h4>
<ul class="no-bullet">
<li>
<span><time datetime="2020-05-15 00:10:50 +0800 CST">May 15, 2020</time></span>
<a href="/post/hugo_base/">用hugo建立自己的博客</a>
</li>
<li>
<span><time datetime="2020-05-14 23:39:06 +0800 CST">May 14, 2020</time></span>
<a href="/post/blog/">Markdown快速入门</a>
</li>
</ul>
</section>
</article>
<hr class="sep" />
</main>
<footer class="container no-print">
<div class="u-footer">
<a href="https://kuzekuze.github.io/index.xml" target="_blank"><img class="icon-social" src="/img/feed.svg" alt="Feed"></a>
<p>
Theme used: <a href="https://github.com/yursan9/manis-hugo-theme">Manis</a><br>
</p>
</div>
</footer>
</body>
</html>