-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.html
192 lines (150 loc) · 8.95 KB
/
README.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html>
<!-- Html Head Tag-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="He Lei">
<!-- Open Graph Data -->
<meta property="og:title" content="大愚Talk|与你把酒言诗"/>
<meta property="og:description" content="" />
<meta property="og:site_name" content="大愚Talk|与你把酒言诗"/>
<meta property="og:type" content="website" />
<meta property="og:image" content="http://dayutalk.cnundefined"/>
<link rel="alternate" href="/atom.xml" title="大愚Talk|与你把酒言诗" type="application/atom+xml">
<link rel="icon" href="/favicon.png">
<!-- Site Title -->
<title>大愚Talk|与你把酒言诗</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/style.light.css">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79844617-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Page Header -->
<header class="site-header header-background" style="background-image: url(/img/default-banner-dark.jpg)">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="page-title with-background-image">
<p class="title">无标题文章</p>
<p class="subtitle"></p>
</div>
<div class="site-menu with-background-image">
<ul>
<li>
<a href="/">
Home
</a>
</li>
<li>
<a href="https://github.com/helei112g">
GitHub
</a>
</li>
<li>
<a href="https://juejin.im/user/58c50c75570c35006d632e8e">
掘金
</a>
</li>
<li>
<a href="https://segmentfault.com/u/helei112g">
SegmentFault
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<article>
<div class="container typo">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-info text-muted">
<!-- Author -->
<span class="author info">By He Lei</span>
<!-- Date -->
<span class="date-time info">On
<span class="date">2018-06-25</span>
<span class="time">16:25:02</span>
</span>
</div>
<!-- Tags -->
<!-- Post Main Content -->
<div class="post-content">
<h1 id="非特殊情况不再更新"><a href="#非特殊情况不再更新" class="headerlink" title="非特殊情况不再更新"></a><em>非特殊情况不再更新</em></h1><h1 id="extensions-for-theme-Pln"><a href="#extensions-for-theme-Pln" class="headerlink" title="extensions for theme Pln"></a>extensions for theme Pln</h1><hr>
<p>本项目的目的在于分享<a href="http://gaoryrt.com/" target="_blank" rel="external">个人博客</a>中的「<a href="http://gaoryrt.com/CV/" target="_blank" rel="external">关于我</a>」和「<a href="http://gaoryrt.com/links.html" target="_blank" rel="external">友链</a>」页面。</p>
<p>由于并没有用到 <a href="https://github.com/gaoryrt/hexo-theme-pln" target="_blank" rel="external">hexo-theme-pln</a> 的模板生成,所以这两个页面并不属于 Pln 主题的一部分。</p>
<p>相反的,这里的每一个html文件都包含了它所需的所有内容,并没有对外部css/js的请求。</p>
<hr>
<h1 id="Install"><a href="#Install" class="headerlink" title="Install"></a>Install</h1><ol>
<li>将所需的html文件放到<code>hexo/source</code>文件夹下。</li>
<li>执行<code>hexo g</code>,得到对应的页面。</li>
<li>得到的页面链接应为<code>yoursitedomain/CV.html</code>或<code>yoursitedomain/links.html</code>。</li>
</ol>
<hr>
<h1 id="Customize"><a href="#Customize" class="headerlink" title="Customize"></a>Customize</h1><h2 id="CV-html"><a href="#CV-html" class="headerlink" title="CV.html"></a>CV.html</h2><p>以 129 - 140 行为例,该段代码在浏览器中展示如下:<br><img src="/img/1.png" alt="1.png"><br><code>class="line blueback"</code> 蓝底黑字 路径<br><code>class="Arr blueRightArr"</code> 黑底蓝色箭头<br><code>class="line blackback"</code> 黑底绿字 git分支<br><code>class="line blackback1"</code> 黑底蓝字 git状态<br><code>class="line blackback2"</code> 黑底黄字 git状态<br><code>class="Arr blackRightArr"</code> 透明底黑色箭头<br><code>class="line opeText"</code> 透明底绿字 命令<br><code>class="line plainText"</code> 透明底白字 命令行的白字<br><code>class="line plainOut"</code> 透明底白字 输出 </p>
<p>通过以上class自定义页面的效果</p>
<h2 id="page-html"><a href="#page-html" class="headerlink" title="page.html"></a>page.html</h2><p>以 49 - 51 行为例,每一个<code>class="link"</code>表示一个友链按钮<br><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line"><div class="link"></span><br><span class="line"> <a href="https://www.logcg.com" title="落格博客">落格博客</a></span><br><span class="line"></div></span><br></pre></td></tr></table></figure></p>
<hr>
<h1 id="Issues"><a href="#Issues" class="headerlink" title="Issues"></a>Issues</h1><p><a href="https://github.com/gaoryrt/extensions-for-theme-Pln/issues" target="_blank" rel="external">Issues</a> are always welcome.<br>欢迎您对本项目提供和意见和建议。<br>(请直接提issue,或在<a href="http://weibo.com/R1T1AN" target="_blank" rel="external">微博</a>上私信,一般回复时间不超过12小时)</p>
<hr>
<h1 id="license"><a href="#license" class="headerlink" title="license"></a>license</h1><p><a rel="external" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"></a><br>This work is licensed under a <a rel="external" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
</div>
</div>
</div>
<!-- 个人信息 -->
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p align="center" style="margin:0;padding:0;"><img src="https://dayutalk.cn/img/mp-qrcode.jpg"></p>
<p align="center" style="margin:0;padding:0;">个人公众号:<b>dayuTalk</b></p>
<p align="center" style="margin:0;padding:0;">联系邮箱:[email protected]</p>
<p align="center" style="margin:0;padding:0;">GitHub:<a href="https://github.com/helei112g">https://github.com/helei112g</a></p>
<p align="center" style="margin:0;padding:0;"><img width="500" src="https://dayutalk.cn/img/pay-qr.jpeg"></p>
<p align="center" style="margin:0;padding:0;"><b>我写我的,你赏你的</b></p>
</div>
</div>
</div>
</article>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p class="copyright text-muted">
Powered By <a target="_blank" href="https://hexo.io/">Hexo.</a>
</p>
<p class="copyright text-muted">
友情链接
<a target="_blank" href="http://tigerb.cn">Tigerb</a>
<a target="_blank" href="http://52fhy.com/">飞鸿影</a>
</p>
</div>
</div>
</div>
</footer>
<!-- After Footer Scripts -->
<script src="/js/highlight.pack.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
var codeBlocks = Array.prototype.slice.call(document.getElementsByTagName('pre'))
codeBlocks.forEach(function(block, index) {
hljs.highlightBlock(block);
});
});
</script>
</body>
</html>