-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (47 loc) · 2.54 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Ifreespace.github.com : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Ifreespace.github.com</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/ifreespace">View on GitHub</a>
<h1 id="project_title">Ifreespace.github.com</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>博客源码:<a href="http://www.kafeitu.me">http://www.kafeitu.me</a></p>
<p>使用Github + Jekyll + Markdown。</p>
<h1>
<a id="博客主题" class="anchor" href="#%E5%8D%9A%E5%AE%A2%E4%B8%BB%E9%A2%98" aria-hidden="true"><span class="octicon octicon-link"></span></a>博客主题:</h1>
<p>最初版本来源于:<a href="https://github.com/mbleigh/mbleigh.github.com/">https://github.com/mbleigh/mbleigh.github.com/</a></p>
<p>后经蒋鑫修改:<a href="https://github.com/gotgit/gotgit.github.com/">https://github.com/gotgit/gotgit.github.com/</a></p>
<h1>
<a id="插件配置" class="anchor" href="#%E6%8F%92%E4%BB%B6%E9%85%8D%E7%BD%AE" aria-hidden="true"><span class="octicon octicon-link"></span></a>插件配置:</h1>
<p>Jekyll生成的静态网页所以不能使用类似于Wordpress的插件提供功能,所以使用Javascript方式实现。</p>
<ul>
<li><p><strong>评论</strong>:<a href="http://duoshuo.com">多说</a> 符合国内使用特性,支持主流社区帐号;后续版本会支持Google、Twitter等。</p></li>
<li><p><strong>分享</strong>:<a href="http://www.jiathis.com/">Jiathis</a> 国内比较成熟的分享工具。</p></li>
</ul>
<h1>
<a id="基于本主题搭建博客" class="anchor" href="#%E5%9F%BA%E4%BA%8E%E6%9C%AC%E4%B8%BB%E9%A2%98%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2" aria-hidden="true"><span class="octicon octicon-link"></span></a>基于本主题搭建博客:</h1>
<p>Fork本项目,然后删除_posts目录的文件,修改项目中的配置信息为自己的并push到github即可。</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>