Skip to content

Commit c10628b

Browse files
committed
Site updated: 2021-12-01 16:24:46
1 parent 2959c59 commit c10628b

18 files changed

+5174
-0
lines changed

2021/12/01/hello-world/index.html

+207
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,207 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
7+
<title>Hello World | Hexo</title>
8+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9+
<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">
10+
<meta property="og:type" content="article">
11+
<meta property="og:title" content="Hello World">
12+
<meta property="og:url" content="http://example.com/2021/12/01/hello-world/index.html">
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 troubleshooting or you can ask me on GitHub. Quick">
15+
<meta property="og:locale" content="en_US">
16+
<meta property="article:published_time" content="2021-12-01T08:13:15.899Z">
17+
<meta property="article:modified_time" content="2021-12-01T08:13:15.900Z">
18+
<meta property="article:author" content="John Doe">
19+
<meta name="twitter:card" content="summary">
20+
21+
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
22+
23+
24+
<link rel="shortcut icon" href="/favicon.png">
25+
26+
27+
28+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
29+
30+
31+
32+
<link rel="stylesheet" href="/css/style.css">
33+
34+
35+
36+
<link rel="stylesheet" href="/fancybox/jquery.fancybox.min.css">
37+
38+
39+
<meta name="generator" content="Hexo 5.4.0"></head>
40+
41+
<body>
42+
<div id="container">
43+
<div id="wrap">
44+
<header id="header">
45+
<div id="banner"></div>
46+
<div id="header-outer" class="outer">
47+
<div id="header-title" class="inner">
48+
<h1 id="logo-wrap">
49+
<a href="/" id="logo">Hexo</a>
50+
</h1>
51+
52+
</div>
53+
<div id="header-inner" class="inner">
54+
<nav id="main-nav">
55+
<a id="main-nav-toggle" class="nav-icon"></a>
56+
57+
<a class="main-nav-link" href="/">Home</a>
58+
59+
<a class="main-nav-link" href="/archives">Archives</a>
60+
61+
</nav>
62+
<nav id="sub-nav">
63+
64+
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
65+
66+
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
67+
</nav>
68+
<div id="search-form-wrap">
69+
<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://example.com"></form>
70+
</div>
71+
</div>
72+
</div>
73+
</header>
74+
75+
<div class="outer">
76+
<section id="main"><article id="post-hello-world" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
77+
<div class="article-meta">
78+
<a href="/2021/12/01/hello-world/" class="article-date">
79+
<time class="dt-published" datetime="2021-12-01T08:13:15.899Z" itemprop="datePublished">2021-12-01</time>
80+
</a>
81+
82+
</div>
83+
<div class="article-inner">
84+
85+
86+
<header class="article-header">
87+
88+
89+
<h1 class="p-name article-title" itemprop="headline name">
90+
Hello World
91+
</h1>
92+
93+
94+
</header>
95+
96+
<div class="e-content article-entry" itemprop="articleBody">
97+
98+
<p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
99+
<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">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure>
100+
101+
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
102+
<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>
103+
104+
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
105+
<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>
106+
107+
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
108+
<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>
109+
110+
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>
111+
112+
113+
</div>
114+
<footer class="article-footer">
115+
<a data-url="http://example.com/2021/12/01/hello-world/" data-id="ckwn98i3z0000z8fycbew81cd" data-title="Hello World" class="article-share-link">Share</a>
116+
117+
118+
119+
</footer>
120+
</div>
121+
122+
123+
124+
</article>
125+
126+
127+
</section>
128+
129+
<aside id="sidebar">
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
<div class="widget-wrap">
141+
<h3 class="widget-title">Archives</h3>
142+
<div class="widget">
143+
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2021/12/">December 2021</a></li></ul>
144+
</div>
145+
</div>
146+
147+
148+
149+
150+
<div class="widget-wrap">
151+
<h3 class="widget-title">Recent Posts</h3>
152+
<div class="widget">
153+
<ul>
154+
155+
<li>
156+
<a href="/2021/12/01/hello-world/">Hello World</a>
157+
</li>
158+
159+
</ul>
160+
</div>
161+
</div>
162+
163+
164+
</aside>
165+
166+
</div>
167+
<footer id="footer">
168+
169+
<div class="outer">
170+
<div id="footer-info" class="inner">
171+
172+
&copy; 2021 John Doe<br>
173+
Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>
174+
</div>
175+
</div>
176+
</footer>
177+
178+
</div>
179+
<nav id="mobile-nav">
180+
181+
<a href="/" class="mobile-nav-link">Home</a>
182+
183+
<a href="/archives" class="mobile-nav-link">Archives</a>
184+
185+
</nav>
186+
187+
188+
189+
<script src="/js/jquery-3.4.1.min.js"></script>
190+
191+
192+
193+
194+
<script src="/fancybox/jquery.fancybox.min.js"></script>
195+
196+
197+
198+
199+
<script src="/js/script.js"></script>
200+
201+
202+
203+
204+
205+
</div>
206+
</body>
207+
</html>

archives/2021/12/index.html

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

0 commit comments

Comments
 (0)