Skip to content

Commit 4e3226c

Browse files
committed
xyx-self
1 parent d291607 commit 4e3226c

29 files changed

+5766
-0
lines changed

2015/11/05/hello-world/index.html

Lines changed: 182 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<title>Hello World | StarNotes</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.
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/2015/11/05/hello-world/index.html">
13+
<meta property="og:site_name" content="StarNotes">
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.
15+
Quick">
16+
<meta property="og:updated_time" content="2015-11-05T10:43:02.861Z">
17+
<meta name="twitter:card" content="summary">
18+
<meta name="twitter:title" content="Hello World">
19+
<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.
20+
Quick">
21+
22+
<link rel="alternative" href="/atom.xml" title="StarNotes" 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+
</head>
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">StarNotes</a>
41+
</h1>
42+
43+
<h2 id="subtitle-wrap">
44+
<a href="/" id="subtitle">so young so pround</a>
45+
</h2>
46+
47+
</div>
48+
<div id="header-inner" class="inner">
49+
<nav id="main-nav">
50+
<a id="main-nav-toggle" class="nav-icon"></a>
51+
52+
<a class="main-nav-link" href="/">Home</a>
53+
54+
<a class="main-nav-link" href="/archives">Archives</a>
55+
56+
</nav>
57+
<nav id="sub-nav">
58+
59+
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
60+
61+
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
62+
</nav>
63+
<div id="search-form-wrap">
64+
<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"><button type="submit" class="search-form-submit">&#xF002;</button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form>
65+
</div>
66+
</div>
67+
</div>
68+
</header>
69+
<div class="outer">
70+
<section id="main"><article id="post-hello-world" class="article article-type-post" itemscope itemprop="blogPost">
71+
<div class="article-meta">
72+
<a href="/2015/11/05/hello-world/" class="article-date">
73+
<time datetime="2015-11-05T10:43:02.861Z" itemprop="datePublished">2015-11-05</time>
74+
</a>
75+
76+
</div>
77+
<div class="article-inner">
78+
79+
80+
<header class="article-header">
81+
82+
83+
<h1 class="article-title" itemprop="name">
84+
Hello World
85+
</h1>
86+
87+
88+
</header>
89+
90+
<div class="article-entry" itemprop="articleBody">
91+
92+
<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">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">GitHub</a>.</p>
93+
<h2 id="Quick_Start">Quick Start</h2><h3 id="Create_a_new_post">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>
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><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>
96+
<p>More info: <a href="http://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p>
97+
<h3 id="Generate_static_files">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>
98+
<p>More info: <a href="http://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p>
99+
<h3 id="Deploy_to_remote_sites">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>
100+
<p>More info: <a href="http://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>
101+
102+
103+
</div>
104+
<footer class="article-footer">
105+
<a data-url="http://yoursite.com/2015/11/05/hello-world/" data-id="cigm3vy1q0000bwf62imesy87" class="article-share-link">Share</a>
106+
107+
108+
</footer>
109+
</div>
110+
111+
112+
113+
</article>
114+
115+
</section>
116+
117+
<aside id="sidebar">
118+
119+
120+
121+
122+
123+
124+
125+
126+
<div class="widget-wrap">
127+
<h3 class="widget-title">Archives</h3>
128+
<div class="widget">
129+
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2015/11/">十一月 2015</a><span class="archive-list-count">1</span></li></ul>
130+
</div>
131+
</div>
132+
133+
134+
135+
<div class="widget-wrap">
136+
<h3 class="widget-title">Recents</h3>
137+
<div class="widget">
138+
<ul>
139+
140+
<li>
141+
<a href="/2015/11/05/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; 2015 AXing<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" type="text/css">
175+
<script src="/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
176+
177+
178+
<script src="/js/script.js" type="text/javascript"></script>
179+
180+
</div>
181+
</body>
182+
</html>

archives/2015/11/index.html

Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<title>Archives: 2015/11 | StarNotes</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
8+
<meta name="description" content="the way to learning">
9+
<meta property="og:type" content="website">
10+
<meta property="og:title" content="StarNotes">
11+
<meta property="og:url" content="http://yoursite.com/archives/2015/11/index.html">
12+
<meta property="og:site_name" content="StarNotes">
13+
<meta property="og:description" content="the way to learning">
14+
<meta name="twitter:card" content="summary">
15+
<meta name="twitter:title" content="StarNotes">
16+
<meta name="twitter:description" content="the way to learning">
17+
18+
<link rel="alternative" href="/atom.xml" title="StarNotes" type="application/atom+xml">
19+
20+
21+
<link rel="icon" href="/favicon.png">
22+
23+
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
24+
<link rel="stylesheet" href="/css/style.css" type="text/css">
25+
26+
27+
</head>
28+
<body>
29+
<div id="container">
30+
<div id="wrap">
31+
<header id="header">
32+
<div id="banner"></div>
33+
<div id="header-outer" class="outer">
34+
<div id="header-title" class="inner">
35+
<h1 id="logo-wrap">
36+
<a href="/" id="logo">StarNotes</a>
37+
</h1>
38+
39+
<h2 id="subtitle-wrap">
40+
<a href="/" id="subtitle">so young so pround</a>
41+
</h2>
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="Search"></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" results="0" 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">
67+
68+
69+
70+
71+
72+
73+
<section class="archives-wrap">
74+
<div class="archive-year-wrap">
75+
<a href="/archives/2015" class="archive-year">2015</a>
76+
</div>
77+
<div class="archives">
78+
79+
<article class="archive-article archive-type-post">
80+
<div class="archive-article-inner">
81+
<header class="archive-article-header">
82+
<a href="/2015/11/05/hello-world/" class="archive-article-date">
83+
<time datetime="2015-11-05T10:43:02.861Z" itemprop="datePublished">11月 5</time>
84+
</a>
85+
86+
87+
<h1 itemprop="name">
88+
<a class="archive-article-title" href="/2015/11/05/hello-world/">Hello World</a>
89+
</h1>
90+
91+
92+
</header>
93+
</div>
94+
</article>
95+
96+
97+
</div></section>
98+
99+
</section>
100+
101+
<aside id="sidebar">
102+
103+
104+
105+
106+
107+
108+
109+
110+
<div class="widget-wrap">
111+
<h3 class="widget-title">Archives</h3>
112+
<div class="widget">
113+
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2015/11/">十一月 2015</a><span class="archive-list-count">1</span></li></ul>
114+
</div>
115+
</div>
116+
117+
118+
119+
<div class="widget-wrap">
120+
<h3 class="widget-title">Recents</h3>
121+
<div class="widget">
122+
<ul>
123+
124+
<li>
125+
<a href="/2015/11/05/hello-world/">Hello World</a>
126+
</li>
127+
128+
</ul>
129+
</div>
130+
</div>
131+
132+
133+
</aside>
134+
135+
</div>
136+
<footer id="footer">
137+
138+
<div class="outer">
139+
<div id="footer-info" class="inner">
140+
&copy; 2015 AXing<br>
141+
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
142+
</div>
143+
</div>
144+
</footer>
145+
</div>
146+
<nav id="mobile-nav">
147+
148+
<a href="/" class="mobile-nav-link">Home</a>
149+
150+
<a href="/archives" class="mobile-nav-link">Archives</a>
151+
152+
</nav>
153+
154+
155+
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
156+
157+
158+
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css">
159+
<script src="/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
160+
161+
162+
<script src="/js/script.js" type="text/javascript"></script>
163+
164+
</div>
165+
</body>
166+
</html>

0 commit comments

Comments
 (0)