Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit16e134d

Browse files
committed
Site updated: 2016-06-14 17:46:37
1 parent8bdbd09 commit16e134d

30 files changed

+6439
-0
lines changed

‎2016/06/13/hello-world/index.html‎

Lines changed: 210 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,210 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<metacharset="utf-8">
5+
6+
<title>Hello World | hefuyicoder的技术博客</title>
7+
<metaname="viewport"content="width=device-width, initial-scale=1, maximum-scale=1">
8+
<metaname="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+
<metaproperty="og:type"content="article">
11+
<metaproperty="og:title"content="Hello World">
12+
<metaproperty="og:url"content="http://hefuyicoder.com/2016/06/13/hello-world/index.html">
13+
<metaproperty="og:site_name"content="hefuyicoder的技术博客">
14+
<metaproperty="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+
<metaproperty="og:updated_time"content="2016-06-13T15:31:05.000Z">
17+
<metaname="twitter:card"content="summary">
18+
<metaname="twitter:title"content="Hello World">
19+
<metaname="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+
<linkrel="alternate"href="/atom.xml"title="hefuyicoder的技术博客"type="application/atom+xml">
23+
24+
25+
<linkrel="icon"href="/favicon.png">
26+
27+
28+
<linkhref="//fonts.googleapis.com/css?family=Source+Code+Pro"rel="stylesheet"type="text/css">
29+
30+
<linkrel="stylesheet"href="/css/style.css">
31+
32+
33+
</head>
34+
35+
<body>
36+
<divid="container">
37+
<divid="wrap">
38+
<headerid="header">
39+
<divid="banner"></div>
40+
<divid="header-outer"class="outer">
41+
<divid="header-title"class="inner">
42+
<h1id="logo-wrap">
43+
<ahref="/"id="logo">hefuyicoder的技术博客</a>
44+
</h1>
45+
46+
<h2id="subtitle-wrap">
47+
<ahref="/"id="subtitle">hefuyicoder的技术博客</a>
48+
</h2>
49+
50+
</div>
51+
<divid="header-inner"class="inner">
52+
<navid="main-nav">
53+
<aid="main-nav-toggle"class="nav-icon"></a>
54+
55+
<aclass="main-nav-link"href="/">Home</a>
56+
57+
<aclass="main-nav-link"href="/archives">Archives</a>
58+
59+
</nav>
60+
<navid="sub-nav">
61+
62+
<aid="nav-rss-link"class="nav-icon"href="/atom.xml"title="RSS Feed"></a>
63+
64+
<aid="nav-search-btn"class="nav-icon"title="搜索"></a>
65+
</nav>
66+
<divid="search-form-wrap">
67+
<formaction="//google.com/search"method="get"accept-charset="UTF-8"class="search-form"><inputtype="search"name="q"results="0"class="search-form-input"placeholder="Search"><buttontype="submit"class="search-form-submit">&#xF002;</button><inputtype="hidden"name="sitesearch"value="http://hefuyicoder.com"></form>
68+
</div>
69+
</div>
70+
</div>
71+
</header>
72+
<divclass="outer">
73+
<sectionid="main"><articleid="post-hello-world"class="article article-type-post"itemscopeitemprop="blogPost">
74+
<divclass="article-meta">
75+
<ahref="/2016/06/13/hello-world/"class="article-date">
76+
<timedatetime="2016-06-13T15:31:05.000Z"itemprop="datePublished">2016-06-13</time>
77+
</a>
78+
79+
</div>
80+
<divclass="article-inner">
81+
82+
83+
<headerclass="article-header">
84+
85+
86+
<h1class="article-title"itemprop="name">
87+
Hello World
88+
</h1>
89+
90+
91+
</header>
92+
93+
<divclass="article-entry"itemprop="articleBody">
94+
95+
<p>Welcome to<ahref="https://hexo.io/"target="_blank"rel="external">Hexo</a>! This is your very first post. Check<ahref="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<ahref="https://hexo.io/docs/troubleshooting.html"target="_blank"rel="external">troubleshooting</a> or you can ask me on<ahref="https://github.com/hexojs/hexo/issues"target="_blank"rel="external">GitHub</a>.</p>
96+
<h2id="Quick-Start"><ahref="#Quick-Start"class="headerlink"title="Quick Start"></a>Quick Start</h2><h3id="Create-a-new-post"><ahref="#Create-a-new-post"class="headerlink"title="Create a new post"></a>Create a new post</h3><figureclass="highlight bash"><table><tr><tdclass="gutter"><pre><spanclass="line">1</span><br></pre></td><tdclass="code"><pre><spanclass="line">$ hexo new<spanclass="string">"My New Post"</span></span><br></pre></td></tr></table></figure>
97+
<p>More info:<ahref="https://hexo.io/docs/writing.html"target="_blank"rel="external">Writing</a></p>
98+
<h3id="Run-server"><ahref="#Run-server"class="headerlink"title="Run server"></a>Run server</h3><figureclass="highlight bash"><table><tr><tdclass="gutter"><pre><spanclass="line">1</span><br></pre></td><tdclass="code"><pre><spanclass="line">$ hexo server</span><br></pre></td></tr></table></figure>
99+
<p>More info:<ahref="https://hexo.io/docs/server.html"target="_blank"rel="external">Server</a></p>
100+
<h3id="Generate-static-files"><ahref="#Generate-static-files"class="headerlink"title="Generate static files"></a>Generate static files</h3><figureclass="highlight bash"><table><tr><tdclass="gutter"><pre><spanclass="line">1</span><br></pre></td><tdclass="code"><pre><spanclass="line">$ hexo generate</span><br></pre></td></tr></table></figure>
101+
<p>More info:<ahref="https://hexo.io/docs/generating.html"target="_blank"rel="external">Generating</a></p>
102+
<h3id="Deploy-to-remote-sites"><ahref="#Deploy-to-remote-sites"class="headerlink"title="Deploy to remote sites"></a>Deploy to remote sites</h3><figureclass="highlight bash"><table><tr><tdclass="gutter"><pre><spanclass="line">1</span><br></pre></td><tdclass="code"><pre><spanclass="line">$ hexo deploy</span><br></pre></td></tr></table></figure>
103+
<p>More info:<ahref="https://hexo.io/docs/deployment.html"target="_blank"rel="external">Deployment</a></p>
104+
105+
106+
</div>
107+
<footerclass="article-footer">
108+
<adata-url="http://hefuyicoder.com/2016/06/13/hello-world/"data-id="cipf9k8z50001rrxfvtn6636f"class="article-share-link">Share</a>
109+
110+
111+
</footer>
112+
</div>
113+
114+
115+
<navid="article-nav">
116+
117+
<ahref="/2016/06/14/My-New-Post/"id="article-nav-newer"class="article-nav-link-wrap">
118+
<strongclass="article-nav-caption">Newer</strong>
119+
<divclass="article-nav-title">
120+
121+
My New Post
122+
123+
</div>
124+
</a>
125+
126+
127+
</nav>
128+
129+
130+
</article>
131+
132+
</section>
133+
134+
<asideid="sidebar">
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
<divclass="widget-wrap">
146+
<h3class="widget-title">归档</h3>
147+
<divclass="widget">
148+
<ulclass="archive-list"><liclass="archive-list-item"><aclass="archive-list-link"href="/archives/2016/06/">六月 2016</a></li></ul>
149+
</div>
150+
</div>
151+
152+
153+
154+
155+
<divclass="widget-wrap">
156+
<h3class="widget-title">最新文章</h3>
157+
<divclass="widget">
158+
<ul>
159+
160+
<li>
161+
<ahref="/2016/06/14/index/">index</a>
162+
</li>
163+
164+
<li>
165+
<ahref="/2016/06/14/My-New-Post/">My New Post</a>
166+
</li>
167+
168+
<li>
169+
<ahref="/2016/06/13/hello-world/">Hello World</a>
170+
</li>
171+
172+
</ul>
173+
</div>
174+
</div>
175+
176+
177+
</aside>
178+
179+
</div>
180+
<footerid="footer">
181+
182+
<divclass="outer">
183+
<divid="footer-info"class="inner">
184+
&copy; 2016 Hefuyi<br>
185+
Powered by<ahref="http://hexo.io/"target="_blank">Hexo</a>
186+
</div>
187+
</div>
188+
</footer>
189+
</div>
190+
<navid="mobile-nav">
191+
192+
<ahref="/"class="mobile-nav-link">Home</a>
193+
194+
<ahref="/archives"class="mobile-nav-link">Archives</a>
195+
196+
</nav>
197+
198+
199+
<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
200+
201+
202+
<linkrel="stylesheet"href="/fancybox/jquery.fancybox.css">
203+
<scriptsrc="/fancybox/jquery.fancybox.pack.js"></script>
204+
205+
206+
<scriptsrc="/js/script.js"></script>
207+
208+
</div>
209+
</body>
210+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp