Skip to content

Commit 9887803

Browse files
committed
Site updated: 2017-01-08 15:41:55
1 parent 635ac0a commit 9887803

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+13867
-0
lines changed

2017/01/06/hello-world/index.html

Lines changed: 245 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,245 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
7+
8+
9+
<title>
10+
Hello World | Hyhcoder
11+
</title>
12+
13+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
14+
15+
<meta name="author" content="Chris">
16+
17+
18+
19+
<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 troubleshooting or you can ask me on GitHub.
20+
Quick">
21+
<meta property="og:type" content="article">
22+
<meta property="og:title" content="Hello World | Hyhcoder">
23+
<meta property="og:url" content="http://hyhcoer.github.io/2017/01/06/hello-world/index.html">
24+
<meta property="og:site_name" content="Hyhcoder">
25+
<meta property="og: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 troubleshooting or you can ask me on GitHub.
26+
Quick">
27+
<meta property="og:updated_time" content="2017-01-06T13:00:34.068Z">
28+
<meta name="twitter:card" content="summary">
29+
<meta name="twitter:title" content="Hello World | Hyhcoder">
30+
<meta name="twitter: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 troubleshooting or you can ask me on GitHub.
31+
Quick">
32+
33+
34+
35+
<link rel="icon" type="image/x-icon" href="/favicon.png">
36+
37+
<link rel="stylesheet" href="/css/uno.css">
38+
<link rel="stylesheet" href="/css/highlight.css">
39+
<link rel="stylesheet" href="/css/archive.css">
40+
<link rel="stylesheet" href="/css/china-social-icon.css">
41+
42+
</head>
43+
<body>
44+
45+
<span class="mobile btn-mobile-menu">
46+
<i class="icon icon-list btn-mobile-menu__icon"></i>
47+
<i class="icon icon-x-circle btn-mobile-close__icon hidden"></i>
48+
</span>
49+
50+
51+
52+
<header class="panel-cover panel-cover--collapsed">
53+
54+
55+
<div class="panel-main">
56+
57+
58+
<div class="panel-main__inner panel-inverted">
59+
<div class="panel-main__content">
60+
61+
62+
63+
<h1 class="panel-cover__title panel-title"><a href="/" title="link to homepage">Hyhcoder</a></h1>
64+
<hr class="panel-cover__divider" />
65+
66+
67+
<p class="panel-cover__description">
68+
一个好高骛远的程序猿
69+
</p>
70+
<hr class="panel-cover__divider panel-cover__divider--secondary" />
71+
72+
73+
<div class="navigation-wrapper">
74+
75+
<nav class="cover-navigation cover-navigation--primary">
76+
<ul class="navigation">
77+
78+
79+
80+
<li class="navigation__item"><a href="/#blog" title="" class="blog-button">首页</a></li>
81+
82+
83+
<li class="navigation__item"><a href="/about" title="" class="">关于</a></li>
84+
85+
86+
<li class="navigation__item"><a href="/archive" title="" class="">归档</a></li>
87+
88+
89+
</ul>
90+
</nav>
91+
92+
<!-- ----------------------------
93+
To add a new social icon simply duplicate one of the list items from below
94+
and change the class in the <i> tag to match the desired social network
95+
and then add your link to the <a>. Here is a full list of social network
96+
classes that you can use:
97+
98+
icon-social-500px
99+
icon-social-behance
100+
icon-social-delicious
101+
icon-social-designer-news
102+
icon-social-deviant-art
103+
icon-social-digg
104+
icon-social-dribbble
105+
icon-social-facebook
106+
icon-social-flickr
107+
icon-social-forrst
108+
icon-social-foursquare
109+
icon-social-github
110+
icon-social-google-plus
111+
icon-social-hi5
112+
icon-social-instagram
113+
icon-social-lastfm
114+
icon-social-linkedin
115+
icon-social-medium
116+
icon-social-myspace
117+
icon-social-path
118+
icon-social-pinterest
119+
icon-social-rdio
120+
icon-social-reddit
121+
icon-social-skype
122+
icon-social-spotify
123+
icon-social-stack-overflow
124+
icon-social-steam
125+
icon-social-stumbleupon
126+
icon-social-treehouse
127+
icon-social-tumblr
128+
icon-social-twitter
129+
icon-social-vimeo
130+
icon-social-xbox
131+
icon-social-yelp
132+
icon-social-youtube
133+
icon-social-zerply
134+
icon-mail
135+
136+
-------------------------------->
137+
138+
<!-- add social info here -->
139+
140+
141+
142+
</div>
143+
144+
</div>
145+
146+
</div>
147+
148+
<div class="panel-cover--overlay"></div>
149+
</div>
150+
</header>
151+
152+
<div class="content-wrapper">
153+
<div class="content-wrapper__inner entry">
154+
155+
156+
<article class="post-container post-container--single">
157+
158+
<header class="post-header">
159+
160+
<h1 class="post-title">Hello World</h1>
161+
162+
163+
164+
<div class="post-meta">
165+
<time datetime="2017-01-06" class="post-meta__date date">2017-01-06</time>
166+
167+
<span class="post-meta__tags tags">
168+
169+
170+
171+
172+
173+
</span>
174+
</div>
175+
176+
177+
178+
</header>
179+
180+
<section id="post-content" class="article-content post">
181+
<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>
182+
<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>
183+
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="external">Writing</a></p>
184+
<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>
185+
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p>
186+
<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>
187+
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p>
188+
<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>
189+
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>
190+
191+
</section>
192+
193+
194+
195+
</article>
196+
197+
198+
<footer class="footer">
199+
200+
<span class="footer__copyright">&copy; 2014-2015. | 由<a href="https://hexo.io/">Hexo</a>强力驱动 | 主题<a href="https://github.com/someus/huno">Huno</a></span>
201+
202+
</footer>
203+
</div>
204+
</div>
205+
206+
<!-- js files -->
207+
<script src="/js/jquery.min.js"></script>
208+
<script src="/js/main.js"></script>
209+
<script src="/js/scale.fix.js"></script>
210+
211+
212+
213+
214+
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
215+
<script type="text/javascript">
216+
$(document).ready(function(){
217+
MathJax.Hub.Config({
218+
tex2jax: {inlineMath: [['[latex]','[/latex]'], ['\\(','\\)']]}
219+
});
220+
});
221+
</script>
222+
223+
224+
225+
226+
<script src="/js/awesome-toc.min.js"></script>
227+
<script>
228+
$(document).ready(function(){
229+
$.awesome_toc({
230+
overlay: true,
231+
contentId: "post-content",
232+
});
233+
});
234+
</script>
235+
236+
237+
238+
239+
<!--kill ie6 -->
240+
<!--[if IE 6]>
241+
<script src="//letskillie6.googlecode.com/svn/trunk/2/zh_CN.js"></script>
242+
<![endif]-->
243+
244+
</body>
245+
</html>

0 commit comments

Comments
 (0)