index.html 6.2 KB
Newer Older
T
TRHX 已提交
1
<!DOCTYPE html>
T
TRHX 已提交
2
<html>
T
TRHX 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15
  <!-- 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="Hello World"/>
  <meta property="og:description" content="天下事有难易乎?为之,则难者亦易矣;不为,则易者亦难矣!" />
  <meta property="og:site_name" content="TRHX-Live And Learn!"/>
  <meta property="og:type" content="article" />
  <meta property="og:image" content="http://yoursite.com"/>
T
TRHX 已提交
16
  
T
TRHX 已提交
17
    <link rel="alternate" href="/atom.xml" title="TRHX-Live And Learn!" type="application/atom+xml">
T
TRHX 已提交
18
  
T
TRHX 已提交
19
  
T
TRHX 已提交
20
    <link rel="icon" href="/favicon.png">
T
TRHX 已提交
21
  
T
TRHX 已提交
22 23 24 25 26 27 28

  <!-- Site Title -->
  <title>TRHX-Live And Learn!</title>

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

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

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

T
TRHX 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50
  <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">Hello World</p>
          <p class="subtitle"></p>
        </div>
        <div class="site-menu with-background-image">
          <ul>
T
TRHX 已提交
51
            
T
TRHX 已提交
52 53 54 55 56 57 58
              <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/<your-github-username>">
                  
                  Github
                  
                </a>
              </li>
T
TRHX 已提交
75
            
T
TRHX 已提交
76 77 78 79 80 81 82 83 84 85 86
              <li>
                <a href="mailto:<your-email-address>">
                  
                  Email
                  
                </a>
              </li>
            
          </ul>
        </div>
      </div>
T
TRHX 已提交
87
    </div>
T
TRHX 已提交
88 89
  </div>
</header>
T
TRHX 已提交
90

T
TRHX 已提交
91 92 93 94 95 96 97 98
<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 TRHX</span>
T
TRHX 已提交
99
          
T
TRHX 已提交
100 101 102
          <!-- Date -->
          <span class="date-time info">On
            <span class="date">2018-08-10</span>
T
TRHX 已提交
103
            <span class="time">20:55:13</span>
T
TRHX 已提交
104 105 106 107 108 109 110 111
          </span>
          
        </div>
        <!-- Tags -->
        
        <!-- Post Main Content -->
        <div class="post-content">
          <p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="noopener">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html" target="_blank" rel="noopener">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="noopener">GitHub</a>.</p>
T
TRHX 已提交
112 113 114 115 116 117 118 119 120
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="noopener">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="noopener">Server</a></p>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="noopener">Generating</a></p>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="noopener">Deployment</a></p>

T
TRHX 已提交
121 122
        </div>
      </div>
T
TRHX 已提交
123 124
    </div>
  </div>
T
TRHX 已提交
125
</article>
T
TRHX 已提交
126

T
TRHX 已提交
127 128


T
TRHX 已提交
129 130 131 132 133 134 135 136 137 138 139 140
    <!-- 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>
T
TRHX 已提交
141
    </div>
T
TRHX 已提交
142
  </div>
T
TRHX 已提交
143
</footer>
T
TRHX 已提交
144 145


T
TRHX 已提交
146 147
    <!-- After Footer Scripts -->
<script src="/js/highlight.pack.js"></script>
T
TRHX 已提交
148
<script>
T
TRHX 已提交
149 150 151 152
  document.addEventListener("DOMContentLoaded", function(event) {
    var codeBlocks = Array.prototype.slice.call(document.getElementsByTagName('pre'))
    codeBlocks.forEach(function(block, index) {
      hljs.highlightBlock(block);
T
TRHX 已提交
153
    });
T
TRHX 已提交
154
  });
T
TRHX 已提交
155
</script>
T
TRHX 已提交
156

T
TRHX 已提交
157 158
  </body>
</html>
T
TRHX 已提交
159