Skip to content

Commit 51d54b4

Browse files
committed
Site updated: 2018-10-17 19:10:17
1 parent 8208ce9 commit 51d54b4

29 files changed

+5777
-0
lines changed

2018/10/16/hello-world/index.html

+184
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
7+
8+
<title>Hello World | Hexo</title>
9+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
10+
<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. Hello">
11+
<meta property="og:type" content="article">
12+
<meta property="og:title" content="Hello World">
13+
<meta property="og:url" content="https://github.com/Suizhixie/sun.github.io/2018/10/16/hello-world/index.html">
14+
<meta property="og:site_name" content="Hexo">
15+
<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. Hello">
16+
<meta property="og:locale" content="default">
17+
<meta property="og:updated_time" content="2018-10-17T10:47:11.469Z">
18+
<meta name="twitter:card" content="summary">
19+
<meta name="twitter:title" content="Hello World">
20+
<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. Hello">
21+
22+
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
23+
24+
25+
<link rel="icon" href="/favicon.png">
26+
27+
28+
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
29+
30+
<link rel="stylesheet" href="/css/style.css">
31+
</head>
32+
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" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit">&#xF002;</button><input type="hidden" name="sitesearch" value="https://github.com/Suizhixie/sun.github.io"></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="/2018/10/16/hello-world/" class="article-date">
70+
<time datetime="2018-10-16T08:38:39.124Z" itemprop="datePublished">2018-10-16</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="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">GitHub</a>.</p>
90+
<h2 id="Hello-Hexo"><a href="#Hello-Hexo" class="headerlink" title="Hello Hexo"></a>Hello Hexo</h2><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>
91+
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="noopener">Writing</a></p>
92+
<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>
93+
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="noopener">Server</a></p>
94+
<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>
95+
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="noopener">Generating</a></p>
96+
<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>
97+
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="noopener">Deployment</a></p>
98+
99+
100+
</div>
101+
<footer class="article-footer">
102+
<a data-url="https://github.com/Suizhixie/sun.github.io/2018/10/16/hello-world/" data-id="cjnd1zavt0000bgu9wjzgli0q" class="article-share-link">Share</a>
103+
104+
105+
</footer>
106+
</div>
107+
108+
109+
110+
</article>
111+
112+
</section>
113+
114+
<aside id="sidebar">
115+
116+
117+
118+
119+
120+
121+
122+
123+
124+
125+
<div class="widget-wrap">
126+
<h3 class="widget-title">Archives</h3>
127+
<div class="widget">
128+
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/10/">October 2018</a></li></ul>
129+
</div>
130+
</div>
131+
132+
133+
134+
135+
<div class="widget-wrap">
136+
<h3 class="widget-title">Recent Posts</h3>
137+
<div class="widget">
138+
<ul>
139+
140+
<li>
141+
<a href="/2018/10/16/hello-world/">Hello World</a>
142+
</li>
143+
144+
</ul>
145+
</div>
146+
</div>
147+
148+
149+
</aside>
150+
151+
</div>
152+
<footer id="footer">
153+
154+
<div class="outer">
155+
<div id="footer-info" class="inner">
156+
&copy; 2018 suizhixie<br>
157+
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
158+
</div>
159+
</div>
160+
</footer>
161+
</div>
162+
<nav id="mobile-nav">
163+
164+
<a href="/" class="mobile-nav-link">Home</a>
165+
166+
<a href="/archives" class="mobile-nav-link">Archives</a>
167+
168+
</nav>
169+
170+
171+
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
172+
173+
174+
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css">
175+
<script src="/fancybox/jquery.fancybox.pack.js"></script>
176+
177+
178+
<script src="/js/script.js"></script>
179+
180+
181+
182+
</div>
183+
</body>
184+
</html>

archives/2018/10/index.html

+170
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
7+
8+
<title>Archives: 2018/10 | Hexo</title>
9+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
10+
<meta property="og:type" content="website">
11+
<meta property="og:title" content="Hexo">
12+
<meta property="og:url" content="https://github.com/Suizhixie/sun.github.io/archives/2018/10/index.html">
13+
<meta property="og:site_name" content="Hexo">
14+
<meta property="og:locale" content="default">
15+
<meta name="twitter:card" content="summary">
16+
<meta name="twitter:title" content="Hexo">
17+
18+
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
19+
20+
21+
<link rel="icon" href="/favicon.png">
22+
23+
24+
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
25+
26+
<link rel="stylesheet" href="/css/style.css">
27+
</head>
28+
29+
<body>
30+
<div id="container">
31+
<div id="wrap">
32+
<header id="header">
33+
<div id="banner"></div>
34+
<div id="header-outer" class="outer">
35+
<div id="header-title" class="inner">
36+
<h1 id="logo-wrap">
37+
<a href="/" id="logo">Hexo</a>
38+
</h1>
39+
40+
</div>
41+
<div id="header-inner" class="inner">
42+
<nav id="main-nav">
43+
<a id="main-nav-toggle" class="nav-icon"></a>
44+
45+
<a class="main-nav-link" href="/">Home</a>
46+
47+
<a class="main-nav-link" href="/archives">Archives</a>
48+
49+
</nav>
50+
<nav id="sub-nav">
51+
52+
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
53+
54+
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
55+
</nav>
56+
<div id="search-form-wrap">
57+
<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://github.com/Suizhixie/sun.github.io"></form>
58+
</div>
59+
</div>
60+
</div>
61+
</header>
62+
<div class="outer">
63+
<section id="main">
64+
65+
66+
67+
68+
69+
70+
<section class="archives-wrap">
71+
<div class="archive-year-wrap">
72+
<a href="/archives/2018" class="archive-year">2018</a>
73+
</div>
74+
<div class="archives">
75+
76+
<article class="archive-article archive-type-post">
77+
<div class="archive-article-inner">
78+
<header class="archive-article-header">
79+
<a href="/2018/10/16/hello-world/" class="archive-article-date">
80+
<time datetime="2018-10-16T08:38:39.124Z" itemprop="datePublished">Oct 16</time>
81+
</a>
82+
83+
84+
<h1 itemprop="name">
85+
<a class="archive-article-title" href="/2018/10/16/hello-world/">Hello World</a>
86+
</h1>
87+
88+
89+
</header>
90+
</div>
91+
</article>
92+
93+
94+
</div></section>
95+
96+
97+
98+
</section>
99+
100+
<aside id="sidebar">
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+
111+
<div class="widget-wrap">
112+
<h3 class="widget-title">Archives</h3>
113+
<div class="widget">
114+
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/10/">October 2018</a></li></ul>
115+
</div>
116+
</div>
117+
118+
119+
120+
121+
<div class="widget-wrap">
122+
<h3 class="widget-title">Recent Posts</h3>
123+
<div class="widget">
124+
<ul>
125+
126+
<li>
127+
<a href="/2018/10/16/hello-world/">Hello World</a>
128+
</li>
129+
130+
</ul>
131+
</div>
132+
</div>
133+
134+
135+
</aside>
136+
137+
</div>
138+
<footer id="footer">
139+
140+
<div class="outer">
141+
<div id="footer-info" class="inner">
142+
&copy; 2018 suizhixie<br>
143+
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
144+
</div>
145+
</div>
146+
</footer>
147+
</div>
148+
<nav id="mobile-nav">
149+
150+
<a href="/" class="mobile-nav-link">Home</a>
151+
152+
<a href="/archives" class="mobile-nav-link">Archives</a>
153+
154+
</nav>
155+
156+
157+
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
158+
159+
160+
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css">
161+
<script src="/fancybox/jquery.fancybox.pack.js"></script>
162+
163+
164+
<script src="/js/script.js"></script>
165+
166+
167+
168+
</div>
169+
</body>
170+
</html>

0 commit comments

Comments
 (0)