|
20 | 20 | var CONFIG = {"hostname":"big-trex.github.io","root":"/LLM-Blog/","scheme":"Pisces","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}}; |
21 | 21 | </script> |
22 | 22 |
|
23 | | - <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"> |
| 23 | + <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. Quic"> |
24 | 24 | <meta property="og:type" content="article"> |
25 | 25 | <meta property="og:title" content="Hello World"> |
26 | 26 | <meta property="og:url" content="https://big-trex.github.io/2025/06/14/hello-world/index.html"> |
27 | 27 | <meta property="og:site_name" content="LLM-Assignment-Doc"> |
28 | | -<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"> |
| 28 | +<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. Quic"> |
29 | 29 | <meta property="og:locale" content="zh_CN"> |
30 | 30 | <meta property="article:published_time" content="2025-06-14T04:45:15.042Z"> |
31 | 31 | <meta property="article:modified_time" content="2025-06-14T04:45:15.042Z"> |
@@ -192,29 +192,20 @@ <h1 class="post-title" itemprop="name headline"> |
192 | 192 | <div class="post-body" itemprop="articleBody"> |
193 | 193 |
|
194 | 194 |
|
195 | | - <p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very |
196 | | -first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for |
197 | | -more info. If you get any problems when using Hexo, you can find the |
198 | | -answer in <a |
199 | | -target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or |
200 | | -you can ask me on <a |
201 | | -target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p> |
202 | | -<h2 id="quick-start">Quick Start</h2> |
203 | | -<h3 id="create-a-new-post">Create a new post</h3> |
| 195 | + <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> |
| 196 | +<h2 id="quick-start"><a class="markdownIt-Anchor" href="#quick-start"></a> Quick Start</h2> |
| 197 | +<h3 id="create-a-new-post"><a class="markdownIt-Anchor" href="#create-a-new-post"></a> Create a new post</h3> |
204 | 198 | <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> |
205 | | -<p>More info: <a |
206 | | -target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p> |
207 | | -<h3 id="run-server">Run server</h3> |
| 199 | +<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p> |
| 200 | +<h3 id="run-server"><a class="markdownIt-Anchor" href="#run-server"></a> Run server</h3> |
208 | 201 | <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> |
209 | 202 | <p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p> |
210 | | -<h3 id="generate-static-files">Generate static files</h3> |
| 203 | +<h3 id="generate-static-files"><a class="markdownIt-Anchor" href="#generate-static-files"></a> Generate static files</h3> |
211 | 204 | <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> |
212 | | -<p>More info: <a |
213 | | -target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p> |
214 | | -<h3 id="deploy-to-remote-sites">Deploy to remote sites</h3> |
| 205 | +<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p> |
| 206 | +<h3 id="deploy-to-remote-sites"><a class="markdownIt-Anchor" href="#deploy-to-remote-sites"></a> Deploy to remote sites</h3> |
215 | 207 | <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> |
216 | | -<p>More info: <a |
217 | | -target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p> |
| 208 | +<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p> |
218 | 209 |
|
219 | 210 | </div> |
220 | 211 |
|
@@ -292,7 +283,7 @@ <h3 id="deploy-to-remote-sites">Deploy to remote sites</h3> |
292 | 283 |
|
293 | 284 | <!--noindex--> |
294 | 285 | <div class="post-toc-wrap sidebar-panel"> |
295 | | - <div class="post-toc motion-element"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#quick-start"><span class="nav-number">1.</span> <span class="nav-text">Quick Start</span></a><ol class="nav-child"><li class="nav-item nav-level-3"><a class="nav-link" href="#create-a-new-post"><span class="nav-number">1.1.</span> <span class="nav-text">Create a new post</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#run-server"><span class="nav-number">1.2.</span> <span class="nav-text">Run server</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#generate-static-files"><span class="nav-number">1.3.</span> <span class="nav-text">Generate static files</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#deploy-to-remote-sites"><span class="nav-number">1.4.</span> <span class="nav-text">Deploy to remote sites</span></a></li></ol></li></ol></div> |
| 286 | + <div class="post-toc motion-element"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#quick-start"><span class="nav-number">1.</span> <span class="nav-text"> Quick Start</span></a><ol class="nav-child"><li class="nav-item nav-level-3"><a class="nav-link" href="#create-a-new-post"><span class="nav-number">1.1.</span> <span class="nav-text"> Create a new post</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#run-server"><span class="nav-number">1.2.</span> <span class="nav-text"> Run server</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#generate-static-files"><span class="nav-number">1.3.</span> <span class="nav-text"> Generate static files</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#deploy-to-remote-sites"><span class="nav-number">1.4.</span> <span class="nav-text"> Deploy to remote sites</span></a></li></ol></li></ol></div> |
296 | 287 | </div> |
297 | 288 | <!--/noindex--> |
298 | 289 |
|
@@ -403,8 +394,6 @@ <h3 id="deploy-to-remote-sites">Deploy to remote sites</h3> |
403 | 394 |
|
404 | 395 |
|
405 | 396 |
|
406 | | - |
407 | | - |
408 | 397 |
|
409 | 398 |
|
410 | 399 |
|
|
0 commit comments