Skip to content

Commit c9bbd25

Browse files
committed
Site updated: 2018-11-19 17:24:09
1 parent 7ca7f3e commit c9bbd25

Some content is hidden

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

43 files changed

+1838
-5773
lines changed

2018/11/19/hello-world/index.html

Lines changed: 9 additions & 181 deletions
Original file line numberDiff line numberDiff line change
@@ -1,184 +1,12 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head><meta name="generator" content="Hexo 3.8.0">
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. Quick">
11-
<meta property="og:type" content="article">
12-
<meta property="og:title" content="Hello World">
13-
<meta property="og:url" content="http://yoursite.com/2018/11/19/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. Quick">
16-
<meta property="og:locale" content="default">
17-
<meta property="og:updated_time" content="2018-11-19T06:47:17.960Z">
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. Quick">
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-
</html>
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="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="/2018/11/19/hello-world/" class="article-date">
70-
<time datetime="2018-11-19T06:47:17.960Z" itemprop="datePublished">2018-11-19</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" target="_blank" rel="noopener">GitHub</a>.</p>
90-
<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="http://yoursite.com/2018/11/19/hello-world/" data-id="cjoo2e81s0000hbfy3pzgryc9" 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-
1+
extends views/main.pug
1202

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/11/">November 2018</a></li></ul>
129-
</div>
130-
</div>
3+
block head
4+
title
5+
= page.title + ' - ' + config.title
1316

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/11/19/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 John Doe<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>
7+
block main
8+
include mixins/post.pug
9+
+post(page, 'post')
16510

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>
11+
include plugins/reward.pug
12+
include plugins/livere.pug

2018/11/19/测试标题/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
extends views/main.pug
2+
3+
block head
4+
title
5+
= page.title + ' - ' + config.title
6+
7+
block main
8+
include mixins/post.pug
9+
+post(page, 'post')
10+
11+
include plugins/reward.pug
12+
include plugins/livere.pug

Hexo/Hexo.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
extends views/main.pug
2+
3+
block head
4+
title
5+
= page.title + ' - ' + config.title
6+
7+
block main
8+
include mixins/post.pug
9+
+post(page, 'post')
10+
11+
include plugins/reward.pug
12+
include plugins/livere.pug

0 commit comments

Comments
 (0)