-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
112 lines (84 loc) · 3.67 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
---
layout: index_default
title: 龙珠的博客:修炼自己与发现世界
---
<!-- 这是龙珠的博客模板 -->
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Blog content" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>龙珠:修炼自己与发现世界</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/arthur503/blog">View on GitHub</a>
<h1 id="project_title"><a href="http://arthur503.github.io/blog/"><font color="FFFFFF">龙珠</font></h1>
<div id="project_description">修炼自己与发现世界</div>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to Arthur's Blog!</h2>
<font size=4>
<p>欢迎来到我的博客!</p>
<p>我的博客专注三个方面:专业技能(Java,数据挖掘,微博分析等)、读书笔记、生活思考,主要用来整理个人的思考碎片,并记录思考的结果。如果你有意见,欢迎邮件(地址见底部)讨论。</p>
</font>
<!-- MAIN CONTENT -->
<!-- 由于在点点下载的html文件逐个添加category麻烦,所以暂时不用。
<div class="sidenav">
<h2>Technology</h2>
<ul class="artical-list">
{% for post in site.categories.technology %}
<li>{{ post.date | date_to_string }} <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h2>BookReport</h2>
<ul class="artical-list">
{% for post in site.categories.opinion %}
<li>{{ post.date | date_to_string }} <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h2>Opinion</h2>
<ul class="artical-list">
{% for post in site.categories.bookreport %}
<li>{{ post.date | date_to_string }} <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
需要修改部分 -->
<div>
<h2>All Articals</h2>
<ul class="artical-list">
{% for post in site.posts %}
<li>{{ post.date | date_to_string }} <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
<h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>About me</h3>
<font size=4>
<p>I'm from Beijing University of Posts and Telecommunications. </p>
<p>Postgraduate, skilled in Java, Android, studying in Python. </p>
<p>Research focus on Data Analysis, Data Mining, Weibo & Relationship Research and Machine Learning. </p>
<p>This page is generated by Github Pages and revised by Arthur. You can send me email if you have any question. My email address under below.</p>
</font>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Contact Me: <a href="mailto:[email protected]"> Arthur Email</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
<p class="copyright">Blog maintained by <a href="https://github.com/arthur503">arthur503</a></p>
</footer>
</div>
</body>
</html>