forked from helei112g/dayutalk.cn
-
Notifications
You must be signed in to change notification settings - Fork 0
我记录的这一切,只是为了更好的明天
mxbmxl/helei112g.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!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="大愚的博客|与你把酒言诗"/> <meta property="og:description" content="" /> <meta property="og:site_name" content="大愚的博客|与你把酒言诗"/> <meta property="og:type" content="website" /> <meta property="og:image" content="https://helei112g.github.ioundefined"/> <link rel="alternate" href="/atom.xml" title="大愚的博客|与你把酒言诗" type="application/atom+xml"> <link rel="icon" href="/favicon.png"> <!-- Site Title --> <title>大愚的博客|与你把酒言诗</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">Untitled Post</p> <p class="subtitle"></p> </div> <div class="site-menu with-background-image"> <ul> <li> <a href="/"> Home </a> </li> <li> <a href="/archives"> Archives </a> </li> <li> <a href="https://github.com/helei112g"> Github </a> </li> <li> <a href="mailto:[email protected]"> Email </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">2016-07-23</span> <span class="time">17:41:44</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> </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"> Theme By <a target="_blank" href="https://github.com/levblanc">Levblanc.</a> Inspired By <a target="_blank" href="https://github.com/klugjo/hexo-theme-clean-blog">Clean Blog.</a> <p class="copyright text-muted"> Powered By <a target="_blank" href="https://hexo.io/">Hexo.</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>
About
我记录的这一切,只是为了更好的明天
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 97.3%
- CSS 2.7%