1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+
6
+
7
+
8
+ < title > My First Post | Hexo</ title >
9
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
10
+ < meta name ="description " content ="Hello This is my first post ">
11
+ < meta property ="og:type " content ="article ">
12
+ < meta property ="og:title " content ="My First Post ">
13
+ < meta property ="og:url " content ="http://yoursite.com/2020/01/22/My-First-Post/index.html ">
14
+ < meta property ="og:site_name " content ="Hexo ">
15
+ < meta property ="og:description " content ="Hello This is my first post ">
16
+ < meta property ="og:locale " content ="en_US ">
17
+ < meta property ="article:published_time " content ="2020-01-22T12:59:37.000Z ">
18
+ < meta property ="article:modified_time " content ="2020-01-22T13:02:38.229Z ">
19
+ < meta property ="article:author " content ="John Doe ">
20
+ < meta name ="twitter:card " content ="summary ">
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
+
31
+ < link rel ="stylesheet " href ="/css/style.css ">
32
+
33
+ < meta name ="generator " content ="Hexo 4.2.0 "> </ head >
34
+
35
+ < body >
36
+ < div id ="container ">
37
+ < div id ="wrap ">
38
+ < header id ="header ">
39
+ < div id ="banner "> </ div >
40
+ < div id ="header-outer " class ="outer ">
41
+ < div id ="header-title " class ="inner ">
42
+ < h1 id ="logo-wrap ">
43
+ < a href ="/ " id ="logo "> Hexo</ a >
44
+ </ h1 >
45
+
46
+ </ div >
47
+ < div id ="header-inner " class ="inner ">
48
+ < nav id ="main-nav ">
49
+ < a id ="main-nav-toggle " class ="nav-icon "> </ a >
50
+
51
+ < a class ="main-nav-link " href ="/ "> Home</ a >
52
+
53
+ < a class ="main-nav-link " href ="/archives "> Archives</ a >
54
+
55
+ </ nav >
56
+ < nav id ="sub-nav ">
57
+
58
+ < a id ="nav-rss-link " class ="nav-icon " href ="/atom.xml " title ="RSS Feed "> </ a >
59
+
60
+ < a id ="nav-search-btn " class ="nav-icon " title ="Search "> </ a >
61
+ </ nav >
62
+ < div id ="search-form-wrap ">
63
+ < 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 "> </ button > < input type ="hidden " name ="sitesearch " value ="http://yoursite.com "> </ form >
64
+ </ div >
65
+ </ div >
66
+ </ div >
67
+ </ header >
68
+ < div class ="outer ">
69
+ < section id ="main "> < article id ="post-My-First-Post " class ="article article-type-post " itemscope itemprop ="blogPost ">
70
+ < div class ="article-meta ">
71
+ < a href ="/2020/01/22/My-First-Post/ " class ="article-date ">
72
+ < time datetime ="2020-01-22T12:59:37.000Z " itemprop ="datePublished "> 2020-01-22</ time >
73
+ </ a >
74
+
75
+ </ div >
76
+ < div class ="article-inner ">
77
+
78
+
79
+ < header class ="article-header ">
80
+
81
+
82
+ < h1 class ="article-title " itemprop ="name ">
83
+ My First Post
84
+ </ h1 >
85
+
86
+
87
+ </ header >
88
+
89
+ < div class ="article-entry " itemprop ="articleBody ">
90
+
91
+ < h2 id ="Hello-This-is-my-first-post "> < a href ="#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
+ < footer class ="article-footer ">
95
+ < a data-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
+ < nav id ="article-nav ">
103
+
104
+
105
+ < a href ="/2020/01/22/hello-world/ " id ="article-nav-older " class ="article-nav-link-wrap ">
106
+ < strong class ="article-nav-caption "> Older</ strong >
107
+ < div class ="article-nav-title "> Hello World</ div >
108
+ </ a >
109
+
110
+ </ nav >
111
+
112
+
113
+ </ article >
114
+
115
+ </ section >
116
+
117
+ < aside id ="sidebar ">
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+ < div class ="widget-wrap ">
129
+ < h3 class ="widget-title "> Archives</ h3 >
130
+ < div class ="widget ">
131
+ < ul class ="archive-list "> < li class ="archive-list-item "> < a class ="archive-list-link " href ="/archives/2020/01/ "> January 2020</ a > </ li > </ ul >
132
+ </ div >
133
+ </ div >
134
+
135
+
136
+
137
+
138
+ < div class ="widget-wrap ">
139
+ < h3 class ="widget-title "> Recent Posts</ h3 >
140
+ < div class ="widget ">
141
+ < ul >
142
+
143
+ < li >
144
+ < a href ="/2020/01/22/My-First-Post/ "> My First Post</ a >
145
+ </ li >
146
+
147
+ < li >
148
+ < a href ="/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
+ < footer id ="footer ">
160
+
161
+ < div class ="outer ">
162
+ < div id ="footer-info " class ="inner ">
163
+ © 2020 John Doe< br >
164
+ Powered by < a href ="http://hexo.io/ " target ="_blank "> Hexo</ a >
165
+ </ div >
166
+ </ div >
167
+ </ footer >
168
+ </ div >
169
+ < nav id ="mobile-nav ">
170
+
171
+ < a href ="/ " class ="mobile-nav-link "> Home</ a >
172
+
173
+ < a href ="/archives " class ="mobile-nav-link "> Archives</ a >
174
+
175
+ </ nav >
176
+
177
+
178
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js "> </ script >
179
+
180
+
181
+
182
+ < link rel ="stylesheet " href ="/fancybox/jquery.fancybox.css ">
183
+
184
+
185
+ < script src ="/fancybox/jquery.fancybox.pack.js "> </ script >
186
+
187
+
188
+
189
+
190
+ < script src ="/js/script.js "> </ script >
191
+
192
+
193
+
194
+
195
+ </ div >
196
+ </ body >
197
+ </ html >
0 commit comments