1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+
6+
7+ < title > Hello World | Lyte_Mos的小站</ title >
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
9+ < 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 ">
10+ < meta property ="og:type " content ="article ">
11+ < meta property ="og:title " content ="Hello World ">
12+ < meta property ="og:url " content ="http://example.com/2025/11/20/hello-world/index.html ">
13+ < meta property ="og:site_name " content ="Lyte_Mos的小站 ">
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. Quick ">
15+ < meta property ="og:locale " content ="zh_CN ">
16+ < meta property ="article:published_time " content ="2025-11-20T05:27:43.876Z ">
17+ < meta property ="article:modified_time " content ="2025-11-20T05:27:43.876Z ">
18+ < meta property ="article:author " content ="Lyte_Mos ">
19+ < meta name ="twitter:card " content ="summary ">
20+
21+ < link rel ="alternate " href ="/atom.xml " title ="Lyte_Mos的小站 " type ="application/atom+xml ">
22+
23+
24+ < link rel ="shortcut icon " href ="/favicon.png ">
25+
26+
27+
28+ < link rel ="stylesheet " href ="/css/style.css ">
29+
30+
31+
32+ < link rel ="stylesheet " href ="/fancybox/jquery.fancybox.min.css ">
33+
34+
35+
36+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css ">
37+
38+ < meta name ="generator " content ="Hexo 8.1.1 "> </ head >
39+
40+ < body >
41+ < div id ="container ">
42+ < div id ="wrap ">
43+ < header id ="header ">
44+ < div id ="banner "> </ div >
45+ < div id ="header-outer " class ="outer ">
46+ < div id ="header-title " class ="inner ">
47+ < h1 id ="logo-wrap ">
48+ < a href ="/ " id ="logo "> Lyte_Mos的小站</ a >
49+ </ h1 >
50+
51+ < h2 id ="subtitle-wrap ">
52+ < a href ="/ " id ="subtitle "> SovietEndlight</ a >
53+ </ h2 >
54+
55+ </ div >
56+ < div id ="header-inner " class ="inner ">
57+ < nav id ="main-nav ">
58+ < a id ="main-nav-toggle " class ="nav-icon "> < span class ="fa fa-bars "> </ span > </ a >
59+
60+ < a class ="main-nav-link " href ="/ "> Home</ a >
61+
62+ < a class ="main-nav-link " href ="/archives "> Archives</ a >
63+
64+ </ nav >
65+ < nav id ="sub-nav ">
66+
67+
68+ < a class ="nav-icon " href ="/atom.xml " title ="RSS 订阅 "> < span class ="fa fa-rss "> </ span > </ a >
69+
70+ < a class ="nav-icon nav-search-btn " title ="搜索 "> < span class ="fa fa-search "> </ span > </ a >
71+ </ nav >
72+ < div id ="search-form-wrap ">
73+ < form action ="//google.com/search " method ="get " accept-charset ="UTF-8 " class ="search-form "> < input type ="search " name ="q " class ="search-form-input " placeholder ="搜索 "> < button type ="submit " class ="search-form-submit "> </ button > < input type ="hidden " name ="sitesearch " value ="http://example.com "> </ form >
74+ </ div >
75+ </ div >
76+ </ div >
77+ </ header >
78+
79+ < div class ="outer ">
80+ < section id ="main "> < article id ="post-hello-world " class ="h-entry article article-type-post " itemprop ="blogPost " itemscope itemtype ="https://schema.org/BlogPosting ">
81+ < div class ="article-meta ">
82+ < a href ="/2025/11/20/hello-world/ " class ="article-date ">
83+ < time class ="dt-published " datetime ="2025-11-20T05:27:43.876Z " itemprop ="datePublished "> 2025-11-20</ time >
84+ </ a >
85+
86+ </ div >
87+ < div class ="article-inner ">
88+
89+
90+ < header class ="article-header ">
91+
92+
93+ < h1 class ="p-name article-title " itemprop ="headline name ">
94+ Hello World
95+ </ h1 >
96+
97+
98+ </ header >
99+
100+ < div class ="e-content article-entry " itemprop ="articleBody ">
101+
102+ < p > Welcome to < a target ="_blank " rel ="noopener " href ="https://hexo.io/ "> Hexo</ a > ! This is your very first post. Check < a target ="_blank " rel ="noopener " href ="https://hexo.io/docs/ "> documentation</ a > for more info. If you get any problems when using Hexo, you can find the answer in < a target ="_blank " rel ="noopener " href ="https://hexo.io/docs/troubleshooting.html "> troubleshooting</ a > or you can ask me on < a target ="_blank " rel ="noopener " href ="https://github.com/hexojs/hexo/issues "> GitHub</ a > .</ p >
103+ < 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 >
104+
105+ < p > More info: < a target ="_blank " rel ="noopener " href ="https://hexo.io/docs/writing.html "> Writing</ a > </ p >
106+ < 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 >
107+
108+ < p > More info: < a target ="_blank " rel ="noopener " href ="https://hexo.io/docs/server.html "> Server</ a > </ p >
109+ < 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 >
110+
111+ < p > More info: < a target ="_blank " rel ="noopener " href ="https://hexo.io/docs/generating.html "> Generating</ a > </ p >
112+ < 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 >
113+
114+ < p > More info: < a target ="_blank " rel ="noopener " href ="https://hexo.io/docs/one-command-deployment.html "> Deployment</ a > </ p >
115+
116+
117+ </ div >
118+ < footer class ="article-footer ">
119+ < a data-url ="http://example.com/2025/11/20/hello-world/ " data-id ="cuidZYiy1br5fMeblX07Bociq " data-title ="Hello World " class ="article-share-link "> < span class ="fa fa-share "> 分享</ span > </ a >
120+
121+
122+
123+ </ footer >
124+ </ div >
125+
126+
127+
128+ </ article >
129+
130+
131+ </ section >
132+
133+ < aside id ="sidebar ">
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+ < div class ="widget-wrap ">
145+ < h3 class ="widget-title "> 归档</ h3 >
146+ < div class ="widget ">
147+ < ul class ="archive-list "> < li class ="archive-list-item "> < a class ="archive-list-link " href ="/archives/2025/11/ "> 十一月 2025</ a > </ li > </ ul >
148+ </ div >
149+ </ div >
150+
151+
152+
153+
154+ < div class ="widget-wrap ">
155+ < h3 class ="widget-title "> 最新文章</ h3 >
156+ < div class ="widget ">
157+ < ul >
158+
159+ < li >
160+ < a href ="/2025/11/20/hello-world/ "> Hello World</ a >
161+ </ li >
162+
163+ </ ul >
164+ </ div >
165+ </ div >
166+
167+
168+ </ aside >
169+
170+ </ div >
171+ < footer id ="footer ">
172+
173+ < div class ="outer ">
174+ < div id ="footer-info " class ="inner ">
175+
176+ © 2025 Lyte_Mos< br >
177+ Powered by < a href ="https://hexo.io/ " target ="_blank "> Hexo</ a >
178+ </ div >
179+ </ div >
180+ </ footer >
181+
182+ </ div >
183+ < nav id ="mobile-nav ">
184+
185+ < a href ="/ " class ="mobile-nav-link "> Home</ a >
186+
187+ < a href ="/archives " class ="mobile-nav-link "> Archives</ a >
188+
189+ </ nav >
190+
191+
192+
193+ < script src ="/js/jquery-3.6.4.min.js "> </ script >
194+
195+
196+
197+
198+ < script src ="/fancybox/jquery.fancybox.min.js "> </ script >
199+
200+
201+
202+
203+ < script src ="/js/script.js "> </ script >
204+
205+
206+
207+
208+
209+ </ div >
210+ </ body >
211+ </ html >
0 commit comments