|
| 1 | +<!DOCTYPE HTML> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="apple-mobile-web-app-capable" content="yes"> |
| 7 | + <meta name="apple-mobile-web-app-status-bar-style" content="black"> |
| 8 | + <meta name="google-site-verification" content="" /> |
| 9 | + |
| 10 | + <title>Hello World</title> |
| 11 | + <meta name="author" content="hack.wang"> |
| 12 | + <meta name="description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in "> |
| 13 | + |
| 14 | + |
| 15 | + <meta property="og:title" content="Hello World"/> |
| 16 | + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
| 17 | + <meta property="og:site_name" content="hack.wang blog"/> |
| 18 | + <meta property="og:image" content="undefined"/> |
| 19 | + |
| 20 | + <link href="/apple-touch-icon-precomposed.png" sizes="180x180" rel="apple-touch-icon-precomposed"> |
| 21 | + <link rel="alternate" href="/atom.xml" title="hack.wang blog" type="application/atom+xml"> |
| 22 | + <link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css"> |
| 23 | + <link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
| 24 | + <link rel="stylesheet" href="/css/m.min.css"> |
| 25 | + <link rel="icon" type="image/x-icon" href="/favicon.ico"> |
| 26 | +</head> |
| 27 | + |
| 28 | +<body> |
| 29 | + <a id="top"></a> |
| 30 | + <div id='wx_pic' style='display:none;'><img src='/wx_share.png'/></div> |
| 31 | + <div id="main"> |
| 32 | + <div class="behind"> |
| 33 | + <div class="back"> |
| 34 | + <a href="/" class="black-color"><i class="fa fa-times" aria-hidden="true"></i></a> |
| 35 | + </div> |
| 36 | + <div class="description"> |
| 37 | + 前端工程师的知识收藏 |
| 38 | + </div> |
| 39 | + </div> |
| 40 | + <div class="container"> |
| 41 | + |
| 42 | + |
| 43 | + <article class="standard post"> |
| 44 | + <div class="title"> |
| 45 | + |
| 46 | + |
| 47 | + <h1 class="page-title center"> |
| 48 | + Hello World |
| 49 | + </h1> |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + </div> |
| 54 | + <div class="meta center"> |
| 55 | + |
| 56 | +<time datetime="2017-02-25T15:49:44.301Z"> |
| 57 | + <i class="fa fa-calendar"></i> |
| 58 | + 2017-02-25 |
| 59 | +</time> |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + </div> |
| 68 | + <hr> |
| 69 | + <div class="picture-container"> |
| 70 | + |
| 71 | + </div> |
| 72 | + <p>Welcome to <a href="https://hexo.io/" target="_blank" rel="external">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="external">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="external">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">GitHub</a>.</p> |
| 73 | +<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo new <span class="string">"My New Post"</span></div></pre></td></tr></table></figure> |
| 74 | +<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="external">Writing</a></p> |
| 75 | +<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo server</div></pre></td></tr></table></figure> |
| 76 | +<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p> |
| 77 | +<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo generate</div></pre></td></tr></table></figure> |
| 78 | +<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p> |
| 79 | +<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo deploy</div></pre></td></tr></table></figure> |
| 80 | +<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p> |
| 81 | + |
| 82 | + |
| 83 | + </article> |
| 84 | + </script> |
| 85 | + <script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"> |
| 86 | + </script> |
| 87 | + <div class="busuanzi center"> |
| 88 | + 页阅读量: <span id="busuanzi_value_page_pv"></span> ・ |
| 89 | + 站访问量: <span id="busuanzi_value_site_pv"></span> ・ |
| 90 | + 站访客数: <span id="busuanzi_value_site_uv"></span> |
| 91 | + </div> |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + </div> |
| 97 | + </div> |
| 98 | + <footer class="page-footer"><div class="clearfix"> |
| 99 | +</div> |
| 100 | +<div class="right-foot container"> |
| 101 | + <div class="firstrow"> |
| 102 | + <a href="#top" target="_self"> |
| 103 | + <i class="fa fa-arrow-right"></i> |
| 104 | + </a> |
| 105 | + © 前端开发 2014-2017 |
| 106 | + </div> |
| 107 | + <div class="secondrow"> |
| 108 | + <a href="https://github.com/gaoryrt/hexo-theme-pln"> |
| 109 | + hack.wang |
| 110 | + </a> |
| 111 | + </div> |
| 112 | +</div> |
| 113 | +<div class="clearfix"> |
| 114 | +</div> |
| 115 | +</footer> |
| 116 | + <script src="//cdn.bootcss.com/jquery/2.2.1/jquery.min.js"></script> |
| 117 | +<script src="/js/search.js"></script> |
| 118 | +<script type="text/javascript"> |
| 119 | + |
| 120 | +// disqus scripts |
| 121 | + |
| 122 | + |
| 123 | +// dropdown scripts |
| 124 | +$(".dropdown").click(function(event) { |
| 125 | + var current = $(this); |
| 126 | + event.stopPropagation(); |
| 127 | + $(current).children(".dropdown-content")[($(current).children(".dropdown-content").hasClass("open"))?'removeClass':'addClass']("open") |
| 128 | +}); |
| 129 | +$(document).click(function(){ |
| 130 | + $(".dropdown-content").removeClass("open"); |
| 131 | +}) |
| 132 | + |
| 133 | +var path = "/search.xml"; |
| 134 | +searchFunc(path, 'local-search-input', 'local-search-result'); |
| 135 | + |
| 136 | +</script> |
| 137 | + |
| 138 | +</body> |
| 139 | +</html> |
0 commit comments