-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
102 lines (99 loc) · 4.38 KB
/
archives.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Archives - Steven's Blog</title>
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="http://milerved.github.io/theme/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="//atime-me.qiniudn.com/niu-x2/css/font-awesome/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="http://milerved.github.io/theme/css/niu2.css" type="text/css" />
<link rel="stylesheet" href="http://milerved.github.io/theme/css/pygments.css" type="text/css" />
<link rel="stylesheet" href="http://milerved.github.io/theme/css/custom.css" type="text/css" />
<script type="text/javascript" src="//atime-me.qiniudn.com/niu-x2/js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="http://milerved.github.io/theme/js/niu2.js"></script>
<script type="text/javascript">
$(document).ready(function(){
initGoogleCSEAnimation();
});
</script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="http://milerved.github.io/theme/js/html5shiv.js"></script>
<script src="http://milerved.github.io/theme/js/respond.min.js"></script>
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="//atime-me.qiniudn.com/niu-x2/css/font-awesome/css/font-awesome-ie7.min.css" type="text/css" />
<![endif]--></head>
<body>
<div id="body-header"><div class="navbar navbar-inverse navbar-fixed-top">
<div class="col-md-12">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/index.html"> <i class="icon-home"></i>
Steven's Blog
</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav"><li>
<a href="http://milerved.github.io/archives.html">
<i class="icon-archive"></i>
Archive
</a>
</li>
<li>
<a href="http://milerved.github.io/tag/index.html">
<i class="icon-tag"></i>
Tag
</a>
</li><!-- category dropdown list -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-folder-open"></i>
Category <b class="caret"></b>
</a>
<ul class="dropdown-menu"><li>
<a href="http://milerved.github.io/c1/index.html"><i class="icon-folder-close"></i>
C1 (1)
</a>
</li></ul>
</li>
<!-- self defined dropdown list --></ul>
<!-- right nav bar -->
<ul class="nav navbar-nav navbar-right">
<!-- google custom search --></ul>
</nav>
</div>
</div></div>
<div id="body-content"><div class="niu2-content">
<h1><i class="icon-archive"></i>Archives</h1>
<div id="niu2-archives"><a class="niu2-toggle-ctrl" data-toggle="collapse" data-target="#arc-2013-01">
2013-01 (1)
</a>
<ul id="arc-2013-01" class="collapse in"><li>
<span>04</span>
<a href="http://milerved.github.io/c1/hello.html" title="Category: C1">
Hello World!
</a>
</li></ul></div>
</div></div>
<div id="body-footer" class="col-md-8 col-md-offset-2"><div class="niu2-footer">
<hr/>
<p>
Powered by <a href="https://github.com/getpelican/pelican">Pelican</a>,
theme built with <a href="http://getbootstrap.com">Bootstrap3</a>
by <a href="http://atime.me">Ma Wenbao</a>, icons by
<a href="http://fortawesome.github.io/Font-Awesome">Font Awesome</a>.
</p>
<p>
Copyright
2013 <a href="http://milerved.github.io">Steven</a>
</p>
<p class="niu2-icons"></p>
</div></div><!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="//atime-me.qiniudn.com/niu-x2/js/bootstrap.min.js"></script></body>
</html>