-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
127 lines (117 loc) · 4.69 KB
/
about.html
File metadata and controls
127 lines (117 loc) · 4.69 KB
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>关于我 - TargetLiu</title>
<meta name="keywords" content="target,targetliu,TargetLiu,php,laravel,lumen,golang"/>
<meta name="description" content="some words about targetliu"/>
<link rel="stylesheet" href="/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/prism.css"/>
<link rel="stylesheet" href="/css/style.css"/>
</head>
<body class="page" data-perma="about">
<header id="header">
<div class="container">
<div class="header clearfix">
<h3 id="site-title">
<a href="/">TargetLiu <sup>吃土的码农</sup></a>
</h3>
<nav id="site-nav">
<ul class="nav nav-inverse nav-pills">
<li role="presentation" class="">
<a href="/" >首页
</a>
</li>
<li role="presentation" class="">
<a href="/archive.html" >归档
</a>
</li>
<li role="presentation" class="active">
<a href="/about.html" >关于
</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<section id="main">
<div class="container">
<div id="article-single">
<article class="article">
<div class="row">
<div class="col-md-10 col-md-offset-1 panel panel-default">
<header class="header">
<div class="meta">
<span class="date">
<span class="month">10</span>
<span class="day">13</span>
</span>
</div>
<h3 class="title">
<a href="/about.html">关于我</a>
</h3>
</header>
<aside class="aside clearfix">
<a class="stat label label-default pull-right" href="http://targetliu.com" target="_blank">TargetLiu</a>
</aside>
<section class="brief"><blockquote>
<p>这家伙现在很懒,什么也没留下,也许不久后会留下些介绍文字</p>
</blockquote>
<p><a href="https://github.com/TargetLiu">GitHub</a></p>
</section>
</div>
</div>
</article>
</div>
<section id="comment">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="ds-thread" data-thread-key="about" data-title="关于我 - TargetLiu" data-url="http://127.0.0.1:9899/about.html"></div>
<script type="text/javascript">
var duoshuoQuery = {short_name:"targetliu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
</div>
</div>
</section>
</div>
</section>
<footer id="footer">
<div class="container text-center">
<p>© 2015 TargetLiu.
<a href="http://creativecommons.org/licenses/by/3.0/">Some rights reserved </a> |
<a href="/feed.xml">Feed</a> |
<a href="/sitemap.xml">Sitemap</a>
</p>
<p>Powered by <a href="https://github.com/go-xiaohei/pugo">PuGo 0.10.10 (beta)</a>. Theme by Default.
</p>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?7c23b90cc9b96f4c9bc060ad11086ec1";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</div>
</footer>
<script src="/js/jquery-2.1.4.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/prism.min.js"></script>
<script>
$(document).ready(function () {
$("pre code").addClass("line-numbers")
});
</script>
</body>
</html>