Skip to content

Commit 0ce129c

Browse files
author
stringang
committed
Site updated: 2017-06-02 00:16:00
1 parent fcd352a commit 0ce129c

29 files changed

+5770
-0
lines changed

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

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<title>Hello World | stringang blog</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 troubleshooting or you can ask me on GitHub. Quick">
9+
<meta property="og:type" content="article">
10+
<meta property="og:title" content="Hello World">
11+
<meta property="og:url" content="http://yoursite.com/2017/06/01/hello-world/index.html">
12+
<meta property="og:site_name" content="stringang blog">
13+
<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. Quick">
14+
<meta property="og:updated_time" content="2017-06-01T14:51:57.000Z">
15+
<meta name="twitter:card" content="summary">
16+
<meta name="twitter:title" content="Hello World">
17+
<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. Quick">
18+
19+
<link rel="alternate" href="/atom.xml" title="stringang blog" type="application/atom+xml">
20+
21+
22+
<link rel="icon" href="/favicon.png">
23+
24+
25+
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
26+
27+
<link rel="stylesheet" href="/css/style.css">
28+
29+
30+
</head>
31+
32+
<body>
33+
<div id="container">
34+
<div id="wrap">
35+
<header id="header">
36+
<div id="banner"></div>
37+
<div id="header-outer" class="outer">
38+
<div id="header-title" class="inner">
39+
<h1 id="logo-wrap">
40+
<a href="/" id="logo">stringang blog</a>
41+
</h1>
42+
43+
</div>
44+
<div id="header-inner" class="inner">
45+
<nav id="main-nav">
46+
<a id="main-nav-toggle" class="nav-icon"></a>
47+
48+
<a class="main-nav-link" href="/">Home</a>
49+
50+
<a class="main-nav-link" href="/archives">Archives</a>
51+
52+
</nav>
53+
<nav id="sub-nav">
54+
55+
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
56+
57+
<a id="nav-search-btn" class="nav-icon" title="搜索"></a>
58+
</nav>
59+
<div id="search-form-wrap">
60+
<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="http://yoursite.com"></form>
61+
</div>
62+
</div>
63+
</div>
64+
</header>
65+
<div class="outer">
66+
<section id="main"><article id="post-hello-world" class="article article-type-post" itemscope itemprop="blogPost">
67+
<div class="article-meta">
68+
<a href="/2017/06/01/hello-world/" class="article-date">
69+
<time datetime="2017-06-01T14:51:57.000Z" itemprop="datePublished">2017-06-01</time>
70+
</a>
71+
72+
</div>
73+
<div class="article-inner">
74+
75+
76+
<header class="article-header">
77+
78+
79+
<h1 class="article-title" itemprop="name">
80+
Hello World
81+
</h1>
82+
83+
84+
</header>
85+
86+
<div class="article-entry" itemprop="articleBody">
87+
88+
<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>
89+
<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>
90+
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="external">Writing</a></p>
91+
<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>
92+
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p>
93+
<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>
94+
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p>
95+
<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>
96+
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>
97+
98+
99+
</div>
100+
<footer class="article-footer">
101+
<a data-url="http://yoursite.com/2017/06/01/hello-world/" data-id="cj3eme6eb00004xskcxu7p30w" class="article-share-link">Share</a>
102+
103+
104+
</footer>
105+
</div>
106+
107+
108+
109+
</article>
110+
111+
</section>
112+
113+
<aside id="sidebar">
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+
124+
<div class="widget-wrap">
125+
<h3 class="widget-title">归档</h3>
126+
<div class="widget">
127+
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/06/">六月 2017</a></li></ul>
128+
</div>
129+
</div>
130+
131+
132+
133+
134+
<div class="widget-wrap">
135+
<h3 class="widget-title">最新文章</h3>
136+
<div class="widget">
137+
<ul>
138+
139+
<li>
140+
<a href="/2017/06/01/hello-world/">Hello World</a>
141+
</li>
142+
143+
</ul>
144+
</div>
145+
</div>
146+
147+
148+
</aside>
149+
150+
</div>
151+
<footer id="footer">
152+
153+
<div class="outer">
154+
<div id="footer-info" class="inner">
155+
&copy; 2017 liug<br>
156+
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
157+
</div>
158+
</div>
159+
</footer>
160+
</div>
161+
<nav id="mobile-nav">
162+
163+
<a href="/" class="mobile-nav-link">Home</a>
164+
165+
<a href="/archives" class="mobile-nav-link">Archives</a>
166+
167+
</nav>
168+
169+
170+
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
171+
172+
173+
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css">
174+
<script src="/fancybox/jquery.fancybox.pack.js"></script>
175+
176+
177+
<script src="/js/script.js"></script>
178+
179+
</div>
180+
</body>
181+
</html>

archives/2017/06/index.html

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy