Skip to content

Commit 5d294b9

Browse files
author
jikeytang@gmail.com
committed
Merge remote-tracking branch 'origin/master'
Conflicts: index.html
2 parents 589ea42 + 7796323 commit 5d294b9

28 files changed

+5852
-55
lines changed

2014/10/01/hello-world/index.html

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<title>Hello World | Hexo</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
8+
<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 trobuleshooting or you can ask me on GitHub.
9+
Quick">
10+
<meta property="og:type" content="article">
11+
<meta property="og:title" content="Hello World">
12+
<meta property="og:url" content="http://yoursite.com/2014/10/01/hello-world/">
13+
<meta property="og:site_name" content="Hexo">
14+
<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 trobuleshooting or you can ask me on GitHub.
15+
Quick">
16+
<meta name="twitter:card" content="summary">
17+
<meta name="twitter:title" content="Hello World">
18+
<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 trobuleshooting or you can ask me on GitHub.
19+
Quick">
20+
21+
22+
<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
23+
24+
25+
<link rel="icon" href="/favicon.png">
26+
27+
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
28+
<link rel="stylesheet" href="/css/style.css" type="text/css">
29+
30+
31+
32+
</head>
33+
<body>
34+
<div id="container">
35+
<div id="wrap">
36+
<header id="header">
37+
<div id="banner"></div>
38+
<div id="header-outer" class="outer">
39+
<div id="header-title" class="inner">
40+
<h1 id="logo-wrap">
41+
<a href="/" id="logo">Hexo</a>
42+
</h1>
43+
44+
</div>
45+
<div id="header-inner" class="inner">
46+
<nav id="main-nav">
47+
<a id="main-nav-toggle" class="nav-icon"></a>
48+
49+
<a class="main-nav-link" href="/">Home</a>
50+
51+
<a class="main-nav-link" href="/archives">Archives</a>
52+
53+
</nav>
54+
<nav id="sub-nav">
55+
56+
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
57+
58+
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
59+
</nav>
60+
<div id="search-form-wrap">
61+
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><input type="submit" value="&#xF002;" class="search-form-submit"><input type="hidden" name="q" value="site:http://yoursite.com"></form>
62+
</div>
63+
</div>
64+
</div>
65+
</header>
66+
<div class="outer">
67+
<section id="main"><article id="post-hello-world" class="article article-type-post" itemscope itemprop="blogPost">
68+
<div class="article-meta">
69+
<a href="/2014/10/01/hello-world/" class="article-date">
70+
<time datetime="2014-09-30T16:41:42.000Z" itemprop="datePublished">Oct 1 2014</time>
71+
</a>
72+
73+
</div>
74+
<div class="article-inner">
75+
76+
77+
<header class="article-header">
78+
79+
80+
<h1 class="article-title" itemprop="name">
81+
Hello World
82+
</h1>
83+
84+
85+
</header>
86+
87+
<div class="article-entry" itemprop="articleBody">
88+
89+
<p>Welcome to <a href="http://hexo.io/" target="_blank" rel="external">Hexo</a>! This is your very first post. Check <a href="http://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="http://hexo.io/docs/troubleshooting.html" target="_blank" rel="external">trobuleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">GitHub</a>.</p>
90+
<h2 id="Quick_Start">Quick Start</h2>
91+
<h3 id="Create_a_new_post">Create a new post</h3>
92+
<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>
93+
94+
<p>More info: <a href="http://hexo.io/docs/writing.html" target="_blank" rel="external">Writing</a></p>
95+
<h3 id="Run_server">Run server</h3>
96+
<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>
97+
98+
<p>More info: <a href="http://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p>
99+
<h3 id="Generate_static_files">Generate static files</h3>
100+
<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>
101+
102+
<p>More info: <a href="http://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p>
103+
<h3 id="Deploy_to_remote_sites">Deploy to remote sites</h3>
104+
<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>
105+
106+
<p>More info: <a href="http://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>
107+
108+
109+
</div>
110+
<footer class="article-footer">
111+
<a data-url="http://yoursite.com/2014/10/01/hello-world/" data-id="5f457q610wpqk8y4" class="article-share-link">Share</a>
112+
113+
114+
</footer>
115+
</div>
116+
117+
118+
119+
</article>
120+
121+
</section>
122+
123+
<aside id="sidebar">
124+
125+
126+
127+
128+
129+
130+
131+
132+
<div class="widget-wrap">
133+
<h3 class="widget-title">Archives</h3>
134+
<div class="widget">
135+
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/10/">October 2014</a><span class="archive-list-count">1</span></li></ul>
136+
</div>
137+
</div>
138+
139+
140+
141+
<div class="widget-wrap">
142+
<h3 class="widget-title">Recents</h3>
143+
<div class="widget">
144+
<ul>
145+
146+
<li>
147+
<a href="/2014/10/01/hello-world/">Hello World</a>
148+
</li>
149+
150+
</ul>
151+
</div>
152+
</div>
153+
154+
155+
</aside>
156+
157+
</div>
158+
<footer id="footer">
159+
160+
<div class="outer">
161+
<div id="footer-info" class="inner">
162+
&copy; 2014 John Doe<br>
163+
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
164+
</div>
165+
</div>
166+
</footer>
167+
</div>
168+
<nav id="mobile-nav">
169+
170+
<a href="/" class="mobile-nav-link">Home</a>
171+
172+
<a href="/archives" class="mobile-nav-link">Archives</a>
173+
174+
</nav>
175+
176+
177+
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
178+
179+
180+
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css">
181+
182+
<script src="/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
183+
184+
185+
186+
<script src="/js/script.js" type="text/javascript"></script>
187+
188+
189+
</div>
190+
</body>
191+
</html>

archives/2014/10/index.html

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<title>Archives: 2014/10 | Hexo</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
8+
<meta name="description">
9+
<meta property="og:type" content="website">
10+
<meta property="og:title" content="Hexo">
11+
<meta property="og:url" content="http://yoursite.com/archives/2014/10/">
12+
<meta property="og:site_name" content="Hexo">
13+
<meta property="og:description">
14+
<meta name="twitter:card" content="summary">
15+
<meta name="twitter:title" content="Hexo">
16+
<meta name="twitter:description">
17+
18+
19+
<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
20+
21+
22+
<link rel="icon" href="/favicon.png">
23+
24+
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
25+
<link rel="stylesheet" href="/css/style.css" type="text/css">
26+
27+
28+
29+
</head>
30+
<body>
31+
<div id="container">
32+
<div id="wrap">
33+
<header id="header">
34+
<div id="banner"></div>
35+
<div id="header-outer" class="outer">
36+
<div id="header-title" class="inner">
37+
<h1 id="logo-wrap">
38+
<a href="/" id="logo">Hexo</a>
39+
</h1>
40+
41+
</div>
42+
<div id="header-inner" class="inner">
43+
<nav id="main-nav">
44+
<a id="main-nav-toggle" class="nav-icon"></a>
45+
46+
<a class="main-nav-link" href="/">Home</a>
47+
48+
<a class="main-nav-link" href="/archives">Archives</a>
49+
50+
</nav>
51+
<nav id="sub-nav">
52+
53+
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
54+
55+
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
56+
</nav>
57+
<div id="search-form-wrap">
58+
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><input type="submit" value="&#xF002;" class="search-form-submit"><input type="hidden" name="q" value="site:http://yoursite.com"></form>
59+
</div>
60+
</div>
61+
</div>
62+
</header>
63+
<div class="outer">
64+
<section id="main">
65+
66+
<article id="post-hello-world" class="article article-type-post" itemscope itemprop="blogPost">
67+
<div class="article-meta">
68+
<a href="/2014/10/01/hello-world/" class="article-date">
69+
<time datetime="2014-09-30T16:41:42.000Z" itemprop="datePublished">Oct 1 2014</time>
70+
</a>
71+
72+
</div>
73+
<div class="article-inner">
74+
75+
76+
<header class="article-header">
77+
78+
79+
<h1 itemprop="name">
80+
<a class="article-title" href="/2014/10/01/hello-world/">Hello World</a>
81+
</h1>
82+
83+
84+
</header>
85+
86+
<div class="article-entry" itemprop="articleBody">
87+
88+
<p>Welcome to <a href="http://hexo.io/" target="_blank" rel="external">Hexo</a>! This is your very first post. Check <a href="http://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="http://hexo.io/docs/troubleshooting.html" target="_blank" rel="external">trobuleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">GitHub</a>.</p>
89+
<h2 id="Quick_Start">Quick Start</h2>
90+
<h3 id="Create_a_new_post">Create a new post</h3>
91+
<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>
92+
93+
<p>More info: <a href="http://hexo.io/docs/writing.html" target="_blank" rel="external">Writing</a></p>
94+
<h3 id="Run_server">Run server</h3>
95+
<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>
96+
97+
<p>More info: <a href="http://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p>
98+
<h3 id="Generate_static_files">Generate static files</h3>
99+
<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>
100+
101+
<p>More info: <a href="http://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p>
102+
<h3 id="Deploy_to_remote_sites">Deploy to remote sites</h3>
103+
<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>
104+
105+
<p>More info: <a href="http://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>
106+
107+
108+
</div>
109+
<footer class="article-footer">
110+
<a data-url="http://yoursite.com/2014/10/01/hello-world/" data-id="5f457q610wpqk8y4" class="article-share-link">Share</a>
111+
112+
113+
</footer>
114+
</div>
115+
116+
</article>
117+
118+
119+
120+
121+
</section>
122+
123+
<aside id="sidebar">
124+
125+
126+
127+
128+
129+
130+
131+
132+
<div class="widget-wrap">
133+
<h3 class="widget-title">Archives</h3>
134+
<div class="widget">
135+
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/10/">October 2014</a><span class="archive-list-count">1</span></li></ul>
136+
</div>
137+
</div>
138+
139+
140+
141+
<div class="widget-wrap">
142+
<h3 class="widget-title">Recents</h3>
143+
<div class="widget">
144+
<ul>
145+
146+
<li>
147+
<a href="/2014/10/01/hello-world/">Hello World</a>
148+
</li>
149+
150+
</ul>
151+
</div>
152+
</div>
153+
154+
155+
</aside>
156+
157+
</div>
158+
<footer id="footer">
159+
160+
<div class="outer">
161+
<div id="footer-info" class="inner">
162+
&copy; 2014 John Doe<br>
163+
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
164+
</div>
165+
</div>
166+
</footer>
167+
</div>
168+
<nav id="mobile-nav">
169+
170+
<a href="/" class="mobile-nav-link">Home</a>
171+
172+
<a href="/archives" class="mobile-nav-link">Archives</a>
173+
174+
</nav>
175+
176+
177+
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
178+
179+
180+
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css">
181+
182+
<script src="/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
183+
184+
185+
186+
<script src="/js/script.js" type="text/javascript"></script>
187+
188+
189+
</div>
190+
</body>
191+
</html>

0 commit comments

Comments
 (0)