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

Commit500af8e

Browse files
committed
Site updated: 2020-01-22 21:11:49
1 parent6d20f5b commit500af8e

30 files changed

+6149
-0
lines changed
Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<metacharset="utf-8">
5+
6+
7+
8+
<title>My First Post | Hexo</title>
9+
<metaname="viewport"content="width=device-width, initial-scale=1, maximum-scale=1">
10+
<metaname="description"content="Hello This is my first post">
11+
<metaproperty="og:type"content="article">
12+
<metaproperty="og:title"content="My First Post">
13+
<metaproperty="og:url"content="http://yoursite.com/2020/01/22/My-First-Post/index.html">
14+
<metaproperty="og:site_name"content="Hexo">
15+
<metaproperty="og:description"content="Hello This is my first post">
16+
<metaproperty="og:locale"content="en_US">
17+
<metaproperty="article:published_time"content="2020-01-22T12:59:37.000Z">
18+
<metaproperty="article:modified_time"content="2020-01-22T13:02:38.229Z">
19+
<metaproperty="article:author"content="John Doe">
20+
<metaname="twitter:card"content="summary">
21+
22+
<linkrel="alternate"href="/atom.xml"title="Hexo"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+
31+
<linkrel="stylesheet"href="/css/style.css">
32+
33+
<metaname="generator"content="Hexo 4.2.0"></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">Hexo</a>
44+
</h1>
45+
46+
</div>
47+
<divid="header-inner"class="inner">
48+
<navid="main-nav">
49+
<aid="main-nav-toggle"class="nav-icon"></a>
50+
51+
<aclass="main-nav-link"href="/">Home</a>
52+
53+
<aclass="main-nav-link"href="/archives">Archives</a>
54+
55+
</nav>
56+
<navid="sub-nav">
57+
58+
<aid="nav-rss-link"class="nav-icon"href="/atom.xml"title="RSS Feed"></a>
59+
60+
<aid="nav-search-btn"class="nav-icon"title="Search"></a>
61+
</nav>
62+
<divid="search-form-wrap">
63+
<formaction="//google.com/search"method="get"accept-charset="UTF-8"class="search-form"><inputtype="search"name="q"class="search-form-input"placeholder="Search"><buttontype="submit"class="search-form-submit">&#xF002;</button><inputtype="hidden"name="sitesearch"value="http://yoursite.com"></form>
64+
</div>
65+
</div>
66+
</div>
67+
</header>
68+
<divclass="outer">
69+
<sectionid="main"><articleid="post-My-First-Post"class="article article-type-post"itemscopeitemprop="blogPost">
70+
<divclass="article-meta">
71+
<ahref="/2020/01/22/My-First-Post/"class="article-date">
72+
<timedatetime="2020-01-22T12:59:37.000Z"itemprop="datePublished">2020-01-22</time>
73+
</a>
74+
75+
</div>
76+
<divclass="article-inner">
77+
78+
79+
<headerclass="article-header">
80+
81+
82+
<h1class="article-title"itemprop="name">
83+
My First Post
84+
</h1>
85+
86+
87+
</header>
88+
89+
<divclass="article-entry"itemprop="articleBody">
90+
91+
<h2id="Hello-This-is-my-first-post"><ahref="#Hello-This-is-my-first-post"class="headerlink"title="Hello This is my first post"></a>Hello This is my first post</h2>
92+
93+
</div>
94+
<footerclass="article-footer">
95+
<adata-url="http://yoursite.com/2020/01/22/My-First-Post/"data-id="ck5pbh7ig00006suicrw1he4x"class="article-share-link">Share</a>
96+
97+
98+
</footer>
99+
</div>
100+
101+
102+
<navid="article-nav">
103+
104+
105+
<ahref="/2020/01/22/hello-world/"id="article-nav-older"class="article-nav-link-wrap">
106+
<strongclass="article-nav-caption">Older</strong>
107+
<divclass="article-nav-title">Hello World</div>
108+
</a>
109+
110+
</nav>
111+
112+
113+
</article>
114+
115+
</section>
116+
117+
<asideid="sidebar">
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
<divclass="widget-wrap">
129+
<h3class="widget-title">Archives</h3>
130+
<divclass="widget">
131+
<ulclass="archive-list"><liclass="archive-list-item"><aclass="archive-list-link"href="/archives/2020/01/">January 2020</a></li></ul>
132+
</div>
133+
</div>
134+
135+
136+
137+
138+
<divclass="widget-wrap">
139+
<h3class="widget-title">Recent Posts</h3>
140+
<divclass="widget">
141+
<ul>
142+
143+
<li>
144+
<ahref="/2020/01/22/My-First-Post/">My First Post</a>
145+
</li>
146+
147+
<li>
148+
<ahref="/2020/01/22/hello-world/">Hello World</a>
149+
</li>
150+
151+
</ul>
152+
</div>
153+
</div>
154+
155+
156+
</aside>
157+
158+
</div>
159+
<footerid="footer">
160+
161+
<divclass="outer">
162+
<divid="footer-info"class="inner">
163+
&copy; 2020 John Doe<br>
164+
Powered by<ahref="http://hexo.io/"target="_blank">Hexo</a>
165+
</div>
166+
</div>
167+
</footer>
168+
</div>
169+
<navid="mobile-nav">
170+
171+
<ahref="/"class="mobile-nav-link">Home</a>
172+
173+
<ahref="/archives"class="mobile-nav-link">Archives</a>
174+
175+
</nav>
176+
177+
178+
<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
179+
180+
181+
182+
<linkrel="stylesheet"href="/fancybox/jquery.fancybox.css">
183+
184+
185+
<scriptsrc="/fancybox/jquery.fancybox.pack.js"></script>
186+
187+
188+
189+
190+
<scriptsrc="/js/script.js"></script>
191+
192+
193+
194+
195+
</div>
196+
</body>
197+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp