-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
71 lines (68 loc) · 3.1 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>首页 - Kelvin的胡言乱语</title>
<meta charset="utf-8" />
<meta name="author" content="Kelvin Hu" />
<meta name="description" content="Kelvin Hu个人站点的首页" />
<meta name="keywords" content="Lisp, Scheme, Emacs, Linux, Archlinux, Java, C++, Org-page, Programming, Blog, Kelvin Hu, ini_always, 博客, 编程, 生活, 骑行" />
<link rel="stylesheet" href="/media/css/main.css" type="text/css">
<link rel="stylesheet" href="/media/css/prettify.css" type="text/css">
</head>
<body class="container">
<div>
<header class="masthead">
<h1 class="masthead-title"><a href="/">Kelvin的胡言乱语</a></h1>
<p>==============> 重剑无锋,大巧不工。</p>
<ul>
<li><a href="/blog/">Blog</a></li>
<li><a href="/wiki/">Wiki</a></li>
<li><a href="/tags/">Tags</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/~https://github.com/kelvinh">GitHub</a></li>
<li><a href="/rss.xml">RSS</a></li>
</ul>
<form method="get" id="searchform" action="//www.google.com/search">
<input type="text" class="field" name="q" id="s" placeholder="Search">
<input type="hidden" name="as_sitesearch" value="kelvinh.github.io">
</form>
</header>
</div>
<div>
<div class="post">
<h1>首页</h1>
<p>
人生愁苦几经年,不媚王权不慕仙。<br />
此生有幸遭人笑,半辈无求任我颠。<br />
寒酸十足犹可爱,迂腐三分尚自然。<br />
只想乘风邀太白,携来古赋会陶潜。<br />
</p>
</div>
</div>
<div>
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js"></script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="/media/js/main.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-41088132-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<div class="footer">
<p>Generated by <a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.x (<a href="http://orgmode.org">Org mode</a> 9.x)</p>
<p>
Copyright © 2012 - <span id="footerYear"></span> <a href="mailto:ini <dot> kelvin <at> gmail <dot> com">Kelvin Hu</a>
-
Powered by <a href="/~https://github.com/kelvinh/org-page" target="_blank">org-page</a>
<script type="text/javascript">document.getElementById("footerYear").innerHTML = (new Date()).getFullYear();</script>
</p>
</div>
</div>
</body>
</html>