index.html 7.0 KB
Newer Older
T
TRHX 已提交
1
<!DOCTYPE html>
T
TRHX 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15
<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="TRHX">
  <!-- Open Graph Data -->
  <meta property="og:title" content="TRHX&#39;Blog"/>
  <meta property="og:description" content="一个大学生用于自学的个人博客" />
  <meta property="og:site_name" content="TRHX&#39;Blog"/>
  <meta property="og:type" content="website" />
  <meta property="og:image" content="http://yoursite.com"/>
T
TRHX 已提交
16
  
T
TRHX 已提交
17
    <link rel="alternate" href="/atom.xml" title="TRHX&#39;Blog" type="application/atom+xml">
T
TRHX 已提交
18
  
T
TRHX 已提交
19
  
T
TRHX 已提交
20
    <link rel="icon" href="/img/favicon.png">
T
TRHX 已提交
21
  
T
TRHX 已提交
22

T
TRHX 已提交
23 24
  <!-- Site Title -->
  <title>TRHX'Blog</title>
T
TRHX 已提交
25

T
TRHX 已提交
26 27 28
  <!-- Bootstrap CSS -->
  <link rel="stylesheet" href="/css/bootstrap.min.css">
  <!-- Custom CSS -->
T
TRHX 已提交
29
  
T
TRHX 已提交
30
  <link rel="stylesheet" href="/css/style.light.css">
T
TRHX 已提交
31

T
TRHX 已提交
32
  <!-- Google Analytics -->
T
TRHX 已提交
33 34
  

T
TRHX 已提交
35
</head>
T
TRHX 已提交
36

T
TRHX 已提交
37 38
  <body>
    <!-- Page Header -->
T
TRHX 已提交
39

T
TRHX 已提交
40

T
TRHX 已提交
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
<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">TRHX&#39;Blog</p>
          <p class="subtitle">天下事有难易乎?为之,则难者亦易矣;不为,则易者亦难矣!</p>
        </div>
        <div class="site-menu with-background-image">
          <ul>
            
              <li>
                <a href="/">
                  
                  Home
                  
                </a>
              </li>
T
TRHX 已提交
59
            
T
TRHX 已提交
60 61 62 63 64 65 66
              <li>
                <a href="/archives">
                  
                  Archives
                  
                </a>
              </li>
T
TRHX 已提交
67
            
T
TRHX 已提交
68 69 70 71 72 73 74
              <li>
                <a href="https://github.com/TRHX">
                  
                  Github
                  
                </a>
              </li>
T
TRHX 已提交
75
            
T
TRHX 已提交
76 77 78 79 80 81 82
              <li>
                <a href="mailto:tanrenhou@126.com">
                  
                  Email
                  
                </a>
              </li>
T
TRHX 已提交
83
            
T
TRHX 已提交
84 85 86 87 88 89 90
              <li>
                <a href="http://wpa.qq.com/msgrd?v=3&uin=2273902448&site=qq&menu=yes">
                  
                  QQ
                  
                </a>
              </li>
T
TRHX 已提交
91
            
T
TRHX 已提交
92 93 94 95 96 97 98 99
              <li>
                <a href="/about">
                  
                  About
                  
                </a>
              </li>
            
T
TRHX 已提交
100
          </ul>
T
TRHX 已提交
101
        </div>
T
TRHX 已提交
102
      </div>
T
TRHX 已提交
103
    </div>
T
TRHX 已提交
104
  </div>
T
TRHX 已提交
105
</header>
T
TRHX 已提交
106

T
TRHX 已提交
107 108 109 110
<!-- Home Page Post List -->
<div class="container">
  <div class="row">
    <div class="col-lg-10 col-md-10 col-md-offset-1">
T
TRHX 已提交
111
      
T
TRHX 已提交
112 113
        <div class="post-item-wrapper">
  <a href="/2018/08/15/如何使用Github Pages和Hexo搭建自己独立博客/" class="post-title">
T
TRHX 已提交
114
      如何使用Github Pages和Hexo搭建自己的独立博客
T
TRHX 已提交
115 116 117 118 119 120
  </a>
  <div class="post-excerpt">
    <!-- Post Date and Categories -->
    <div class="date-and-category">
      <div class="date">2018-08-15</div>
      <div class="categories">
T
TRHX 已提交
121
        
T
TRHX 已提交
122 123 124 125
          

<a href="/categories/实用教程/">实用教程</a>

T
TRHX 已提交
126
        
T
TRHX 已提交
127 128 129
      </div>
    </div>
    <!-- Post Excerpt -->
T
TRHX 已提交
130
    <div class="excerpt typo"><center><font color="#000000"><strong>使用Github Pages和Hexo搭建自己独立博客【小白教程】</strong></font></center></div>
T
TRHX 已提交
131 132
    <!-- Post Tags -->
    <div class="tags">
T
TRHX 已提交
133
      
T
TRHX 已提交
134 135 136 137 138
        

<a class="tag" href="/tags/Hexo/">Hexo</a> <a class="tag" href="/tags/Github-Pages/">Github Pages</a>


T
TRHX 已提交
139
      
T
TRHX 已提交
140 141 142
    </div>
  </div>
</div>
T
TRHX 已提交
143 144

      
T
TRHX 已提交
145 146 147 148 149 150 151 152 153
        <div class="post-item-wrapper">
  <a href="/2018/08/10/hello-world/" class="post-title">
      Hello World
  </a>
  <div class="post-excerpt">
    <!-- Post Date and Categories -->
    <div class="date-and-category">
      <div class="date">2018-08-10</div>
      <div class="categories">
T
TRHX 已提交
154
        
T
TRHX 已提交
155
          Uncategorized
T
TRHX 已提交
156
        
T
TRHX 已提交
157
      </div>
T
TRHX 已提交
158
    </div>
T
TRHX 已提交
159 160 161 162
    <!-- Post Excerpt -->
    <div class="excerpt typo">暂无文章摘要</div>
    <!-- Post Tags -->
    <div class="tags">
T
TRHX 已提交
163
      
T
TRHX 已提交
164
        <div class="untagged">Untagged</div>
T
TRHX 已提交
165 166
      
    </div>
T
TRHX 已提交
167
  </div>
T
TRHX 已提交
168
</div>
T
TRHX 已提交
169

T
TRHX 已提交
170
      
T
TRHX 已提交
171 172 173
    </div>
  </div>
</div>
T
TRHX 已提交
174

T
TRHX 已提交
175 176 177 178 179
<!-- Pagination -->
<div class="container">
  <div class="row">
    <div class="col-lg-10 col-md-10 col-md-offset-1">
      <ul class="pagination">
T
TRHX 已提交
180 181
          
          
T
TRHX 已提交
182
      </ul>
T
TRHX 已提交
183
    </div>
T
TRHX 已提交
184
  </div>
T
TRHX 已提交
185 186 187 188
</div>



T
TRHX 已提交
189 190 191 192 193 194 195 196 197 198 199
    <!-- 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>
T
TRHX 已提交
200
      </div>
T
TRHX 已提交
201
    </div>
T
TRHX 已提交
202
  </div>
T
TRHX 已提交
203 204
</footer>

T
TRHX 已提交
205 206 207 208 209 210 211
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>

<center>
<span id="busuanzi_container_site_uv"> 
  >>>>>>>>>>您是本站第<span id="busuanzi_value_site_uv"></span>位访问者<<<<<<<<<<
</span>
</center>
T
TRHX 已提交
212

T
TRHX 已提交
213 214 215 216 217 218 219 220 221 222 223 224 225
<center>
<span id="timeDate">载入天数...</span><span id="times">载入时分秒...</span> 
<script> 
    var now = new Date(); 
    function createtime() { 
      var grt= new Date("08/10/2018 17:38:00");//此处修改你的建站时间或者网站上线时间 
      now.setTime(now.getTime()+250); 
      days = (now - grt ) / 1000 / 60 / 60 / 24; dnum = Math.floor(days); 
      hours = (now - grt ) / 1000 / 60 / 60 - (24 * dnum); hnum = Math.floor(hours); 
      if(String(hnum).length ==1 ){hnum = "0" + hnum;} minutes = (now - grt ) / 1000 /60 - (24 * 60 * dnum) - (60 * hnum); 
      mnum = Math.floor(minutes); if(String(mnum).length ==1 ){mnum = "0" + mnum;} 
      seconds = (now - grt ) / 1000 - (24 * 60 * 60 * dnum) - (60 * 60 * hnum) - (60 * mnum); 
      snum = Math.round(seconds); if(String(snum).length ==1 ){snum = "0" + snum;} 
T
TRHX 已提交
226 227
      document.getElementById("timeDate").innerHTML = " 本站已安全运行 "+dnum+""; 
      document.getElementById("times").innerHTML = hnum + " 小时 " + mnum + "" + snum + ""; 
T
TRHX 已提交
228 229 230 231 232 233
      } 
  setInterval("createtime()",250); 
</script>
</center>


T
TRHX 已提交
234 235 236 237 238 239 240 241 242
    <!-- 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);
    });
  });
T
TRHX 已提交
243
</script>
T
TRHX 已提交
244

T
TRHX 已提交
245
  <script src="/live2dw/lib/L2Dwidget.min.js?0c58a1486de42ac6cc1c59c7d98ae887"></script><script>L2Dwidget.init({"log":false,"pluginJsPath":"lib/","pluginModelPath":"assets/","pluginRootPath":"live2dw/","tagMode":false});</script></body>
T
TRHX 已提交
246
</html>
T
TRHX 已提交
247