-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (76 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Wilderness Station</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.87.0" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-156JLP9KJ2"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-156JLP9KJ2', { 'anonymize_ip': false });
}
</script>
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Wilderness Station" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Wilderness Station" />
</head>
<body>
<nav class="navigation">
<a href="/posts">归档</a>
<a href="/tags">标签</a>
<a href="/about">关于</a>
<a href="https://kylinbin.github.io/index.xml">订阅</a>
</nav>
<main class="main">
<header class="profile">
<img class="avatar" alt="avatar" src="/images/avatar.png" />
<h1>Wilderness Station</h1>
<br>
<br>
</header>
<div id="list-page">
<section class="item">
<div>
<h1 class="title"><a href='/posts/yangshuo/'>去阳朔</a></h1>
<div class ="date">
<time datetime="2021-11-22 21:36:50 +0800 CST">2021/11/22</time>
</div>
</div>
<div class="summary">米粉很好吃,阳朔不太行……</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/2021-book-movie/'>2021 碎片</a></h1>
<div class ="date">
<time datetime="2021-10-04 14:00:48 +0800 CST">2021/10/04</time>
</div>
</div>
<div class="summary">开始写这个博客的原因,2021 年前十个月的简单记录,等等。</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/about/'>关于我</a></h1>
<div class ="date">
<time datetime="2021-10-04 13:17:17 +0800 CST">2021/10/04</time>
</div>
</div>
<div class="summary">未写待补</div>
</section>
</div>
</main>
<footer id="footer">
<div class="copyright">
© Copyright 2021 ♥ kylin
</div>
</footer>
</body>
</html>