index.html 7.9 KB
Newer Older
L
love109 已提交
1
<!DOCTYPE html>
L
love109 已提交
2
<html>
L
love109 已提交
3 4 5
<head><meta name="generator" content="Hexo 3.8.0">
  <meta charset="utf-8">
  
L
love109 已提交
6

L
love109 已提交
7
  
L
love109 已提交
8 9 10 11 12 13 14 15 16 17 18 19
  <title>404</title>
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  <meta name="description" content="landscape">
<meta property="og:type" content="website">
<meta property="og:title" content="404">
<meta property="og:url" content="https://love109.cn/index.html">
<meta property="og:site_name" content="404">
<meta property="og:description" content="landscape">
<meta property="og:locale" content="zh-cn">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404">
<meta name="twitter:description" content="landscape">
L
love109 已提交
20
  
L
love109 已提交
21 22 23 24 25 26 27 28 29
    <link rel="alternate" href="/atom.xml" title="404" type="application/atom+xml">
  
  
    <link rel="icon" href="/favicon.png">
  
  
    <link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
  
  <link rel="stylesheet" href="/css/style.css">
L
love109 已提交
30 31
</head>
</html>
L
love109 已提交
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
<body>
  <div id="container">
    <div id="wrap">
      <header id="header">
  <div id="banner"></div>
  <div id="header-outer" class="outer">
    <div id="header-title" class="inner">
      <h1 id="logo-wrap">
        <a href="/" id="logo">404</a>
      </h1>
      
        <h2 id="subtitle-wrap">
          <a href="/" id="subtitle">landscape</a>
        </h2>
      
L
love109 已提交
47
    </div>
L
love109 已提交
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
    <div id="header-inner" class="inner">
      <nav id="main-nav">
        <a id="main-nav-toggle" class="nav-icon"></a>
        
          <a class="main-nav-link" href="/">Home</a>
        
          <a class="main-nav-link" href="/archives">Archives</a>
        
      </nav>
      <nav id="sub-nav">
        
          <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
        
        <a id="nav-search-btn" class="nav-icon" title="Search"></a>
      </nav>
      <div id="search-form-wrap">
        <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit">&#xF002;</button><input type="hidden" name="sitesearch" value="https://love109.cn"></form>
L
love109 已提交
65
      </div>
L
love109 已提交
66 67
    </div>
  </div>
L
love109 已提交
68 69 70
</header>
      <div class="outer">
        <section id="main">
L
love109 已提交
71
  
L
love109 已提交
72 73 74 75 76 77 78 79
    <article id="post-hello-world" class="article article-type-post" itemscope="" itemprop="blogPost">
  <div class="article-meta">
    <a href="/2019/01/25/hello-world/" class="article-date">
  <time datetime="2019-01-25T15:23:14.287Z" itemprop="datePublished">2019-01-25</time>
</a>
    
  <div class="article-category">
    <a class="article-category-link" href="/categories/landscape/">landscape</a>
L
love109 已提交
80
  </div>
L
love109 已提交
81

L
love109 已提交
82
  </div>
L
love109 已提交
83 84 85 86 87
  <div class="article-inner">
    
    
      <header class="article-header">
        
L
love109 已提交
88
  
L
love109 已提交
89 90 91
    <h1 itemprop="name">
      <a class="article-title" href="/2019/01/25/hello-world/">Hello World</a>
    </h1>
L
love109 已提交
92
  
L
love109 已提交
93 94

      </header>
L
love109 已提交
95
    
L
love109 已提交
96 97 98 99 100 101 102 103 104 105 106
    <div class="article-entry" itemprop="articleBody">
      
        <p>photos: <a href="https://wx2.sinaimg.cn/large/006bYVyvgy1fqmv0mlsktj31400u0avk.jpg" target="_blank" rel="noopener">https://wx2.sinaimg.cn/large/006bYVyvgy1fqmv0mlsktj31400u0avk.jpg</a><br>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>
<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>
L
love109 已提交
107

L
love109 已提交
108
      
L
love109 已提交
109
    </div>
L
love109 已提交
110 111 112 113 114 115 116
    <footer class="article-footer">
      <a data-url="https://love109.cn/2019/01/25/hello-world/" data-id="cjrc7gn5y0001n0a60h0vkyyd" class="article-share-link">Share</a>
      
      
  <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/landscape/">landscape</a></li></ul>

    </footer>
L
love109 已提交
117
  </div>
L
love109 已提交
118
  
L
love109 已提交
119
</article>
L
love109 已提交
120 121


L
love109 已提交
122 123
  

L
love109 已提交
124 125

</section>
L
love109 已提交
126
        
L
love109 已提交
127
          <aside id="sidebar">
L
love109 已提交
128 129
  
    
L
love109 已提交
130 131 132 133
  <div class="widget-wrap">
    <h3 class="widget-title">Categories</h3>
    <div class="widget">
      <ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/landscape/">landscape</a></li></ul>
L
love109 已提交
134 135
    </div>
  </div>
L
love109 已提交
136 137


L
love109 已提交
138
  
L
love109 已提交
139
    
L
love109 已提交
140 141 142 143
  <div class="widget-wrap">
    <h3 class="widget-title">Tags</h3>
    <div class="widget">
      <ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/landscape/">landscape</a></li></ul>
L
love109 已提交
144
    </div>
L
love109 已提交
145 146 147
  </div>


L
love109 已提交
148
  
L
love109 已提交
149 150 151 152 153
    
  <div class="widget-wrap">
    <h3 class="widget-title">Tag Cloud</h3>
    <div class="widget tagcloud">
      <a href="/tags/landscape/" style="font-size: 10px;">landscape</a>
L
love109 已提交
154 155
    </div>
  </div>
L
love109 已提交
156 157 158 159 160 161 162

  
    
  <div class="widget-wrap">
    <h3 class="widget-title">Archives</h3>
    <div class="widget">
      <ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/01/">一月 2019</a></li></ul>
L
love109 已提交
163
    </div>
L
love109 已提交
164
  </div>
L
love109 已提交
165 166


L
love109 已提交
167
  
L
love109 已提交
168
    
L
love109 已提交
169 170 171 172
  <div class="widget-wrap">
    <h3 class="widget-title">Recent Posts</h3>
    <div class="widget">
      <ul>
L
love109 已提交
173
        
L
love109 已提交
174 175 176
          <li>
            <a href="/2019/01/25/hello-world/">Hello World</a>
          </li>
L
love109 已提交
177
        
L
love109 已提交
178 179 180 181 182 183
      </ul>
    </div>
  </div>

  
</aside>
L
love109 已提交
184
        
L
love109 已提交
185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
      </div>
      <footer id="footer">
  
  <div class="outer">
    <div id="footer-info" class="inner">
      &copy; 2019 landscape<br>
      Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
    </div>
  </div>
</footer>
    </div>
    <nav id="mobile-nav">
  
    <a href="/" class="mobile-nav-link">Home</a>
  
    <a href="/archives" class="mobile-nav-link">Archives</a>
  
</nav>
L
love109 已提交
203
    
L
love109 已提交
204

L
love109 已提交
205 206 207 208 209
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>


  <link rel="stylesheet" href="/fancybox/jquery.fancybox.css">
  <script src="/fancybox/jquery.fancybox.pack.js"></script>
L
love109 已提交
210 211


L
love109 已提交
212
<script src="/js/script.js"></script>
L
love109 已提交
213

L
love109 已提交
214 215 216 217 218


  </div>
</body>
</html>