-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (56 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>I'm Kven
</title>
<link rel="alternate" href="http://imkven.github.io/feed.xml" type="application/rss+xml" title="Be humble, keep exploring">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header class="header">
<div class="content-wrap">
<div class="logo">
<h1><a href="http://imkven.github.io">I'm Kven</a></h1>
<p class="description">Be humble, keep exploring</p>
</div>
</div>
</header>
<div id="content">
<div class="content-wrap">
<article class="article intro">
<header>
<p class="date"><span>05. October 2015</span></p>
<h2><a href="/articles/20151005-review-for-3-node-frameworks/">三个Node框架使用过后的心得</a></h2>
</header>
<section class="content">从开始写第一行Node的代码到现在,已经过了一年了。这一年里,我使用了不同的Node框架来完成我的项目。我在这里就发表些用后感和遇到的问题…
<p class="more"><a href="/articles/20151005-review-for-3-node-frameworks/">more</a></p>
</section>
</article>
<article class="article intro">
<header>
<p class="date"><span>15. April 2015</span></p>
<h2><a href="/articles/20150415-Moved-to-github/">Moved to github</a></h2>
</header>
<section class="content"><p>很久以前,我已经有想法,把部落格搬来Github。今天做到了! 虽然还在测试,希望真的能够搬出来,Blogspot太多无谓东西了。</p>
</section>
</article>
</div>
</div>
<footer>
<div class="content-wrap">
<div class="nav"><a href="/archive.html">« Archives</a>
</div>
<section class="about">
</section>
<section class="copy">
<p>© 2016 imkven — powered by <a href="https://github.com/jnordberg/wintersmith">Wintersmith</a>
</p>
</section>
</div>
</footer>
</body>
</html>