Skip to content

Commit

Permalink
Site updated: 2023-12-09 23:22:12
Browse files Browse the repository at this point in the history
  • Loading branch information
KennardWang committed Dec 9, 2023
1 parent 94a544d commit 7137803
Show file tree
Hide file tree
Showing 12 changed files with 745 additions and 436 deletions.
47 changes: 27 additions & 20 deletions 2023/11/26/guidance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<title>Guidance - CS妙妙屋</title>


<meta name="description" content="This is a guidance on how to publish articles on our site. Create a new post1hexo new &quot;My New Post&quot; Run server1hexo server Save deployer1npm install hexo-deployer-git --save Generate stat">
<meta name="description" content="This is a guidance on how to publish articles on our site. Create a new post 1hexo new &quot;My New Post&quot; Run server 1hexo server Save deployer 1npm install hexo-deployer-git --save Genera">
<meta property="og:type" content="article">
<meta property="og:title" content="Guidance">
<meta property="og:url" content="https://cs-clubhouse.github.io/2023/11/26/guidance/index.html">
<meta property="og:site_name" content="CS妙妙屋">
<meta property="og:description" content="This is a guidance on how to publish articles on our site. Create a new post1hexo new &quot;My New Post&quot; Run server1hexo server Save deployer1npm install hexo-deployer-git --save Generate stat">
<meta property="og:description" content="This is a guidance on how to publish articles on our site. Create a new post 1hexo new &quot;My New Post&quot; Run server 1hexo server Save deployer 1npm install hexo-deployer-git --save Genera">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2023-11-26T14:24:23.290Z">
<meta property="article:modified_time" content="2023-11-26T14:30:33.271Z">
Expand Down Expand Up @@ -80,7 +80,7 @@
<widget class="widget-wrapper search"><div class="widget-body"><div class="search-wrapper" id="search"><form class="search-form"><input type="text" class="search-input" id="search-input" data-filter="/blog/" placeholder="文章搜索"><svg t="1670596976048" class="icon search-icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2676" width="200" height="200"><path d="M938.2 832.6L723.8 618.1c-2.5-2.5-5.3-4.4-7.9-6.4 36.2-55.6 57.3-121.8 57.3-193.1C773.3 222.8 614.6 64 418.7 64S64 222.8 64 418.6c0 195.9 158.8 354.6 354.6 354.6 71.3 0 137.5-21.2 193.2-57.4 2 2.7 3.9 5.4 6.3 7.8L832.5 938c14.6 14.6 33.7 21.9 52.8 21.9 19.1 0 38.2-7.3 52.8-21.8 29.2-29.1 29.2-76.4 0.1-105.5M418.7 661.3C284.9 661.3 176 552.4 176 418.6 176 284.9 284.9 176 418.7 176c133.8 0 242.6 108.9 242.6 242.7 0 133.7-108.9 242.6-242.6 242.6" p-id="2677"></path></svg></form><div id="search-result"></div><div class="search-no-result">No Results!</div></div></div></widget>


<widget class="widget-wrapper toc single" id="data-toc"><div class="widget-header cap dis-select"><span class="name">Guidance</span></div><div class="widget-body fs14"><div class="doc-tree active"><ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Create-a-new-post"><span class="toc-text">Create a new post</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Run-server"><span class="toc-text">Run server</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Save-deployer"><span class="toc-text">Save deployer</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Generate-static-files"><span class="toc-text">Generate static files</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Deploy-to-remote-sites"><span class="toc-text">Deploy to remote sites</span></a></li></ol></div></div></widget>
<widget class="widget-wrapper toc single" id="data-toc"><div class="widget-header cap dis-select"><span class="name">Guidance</span></div><div class="widget-body fs14"><div class="doc-tree active"><ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#create-a-new-post"><span class="toc-text">Create a new post</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#run-server"><span class="toc-text">Run server</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#save-deployer"><span class="toc-text">Save deployer</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#generate-static-files"><span class="toc-text">Generate static files</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#deploy-to-remote-sites"><span class="toc-text">Deploy to remote sites</span></a></li></ol></div></div></widget>



Expand All @@ -100,26 +100,28 @@

<article class='md-text content post'>
<h1 class="article-title"><span>Guidance</span></h1>
<p>This is a guidance on how to publish articles on our site.</p>
<h2 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h2><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">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure>

<h2 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h2><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>

<h2 id="Save-deployer"><a href="#Save-deployer" class="headerlink" title="Save deployer"></a>Save deployer</h2><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">npm install hexo-deployer-git --save</span><br></pre></td></tr></table></figure>

<h2 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h2><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>


<h2 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h2><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>



<div class="article-footer reveal fs14"><section id="license"><div class="header"><span>License</span></div><div class="body"><p>本文采用 <a target="_blank" rel="noopener" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">署名-非商业性使用-相同方式共享 4.0 国际</a> 许可协议,转载请注明出处。</p>
<p>This is a guidance on how to publish articles on our site.</p>
<h2 id="create-a-new-post">Create a new post</h2>
<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">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure>
<h2 id="run-server">Run server</h2>
<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>
<h2 id="save-deployer">Save deployer</h2>
<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">npm install hexo-deployer-git --save</span><br></pre></td></tr></table></figure>
<h2 id="generate-static-files">Generate static files</h2>
<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>
<h2 id="deploy-to-remote-sites">Deploy to remote sites</h2>
<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>



<div class="article-footer reveal fs14"><section id="license"><div class="header"><span>License</span></div><div class="body"><p>本文采用 <a
target="_blank" rel="noopener" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">署名-非商业性使用-相同方式共享
4.0 国际</a> 许可协议,转载请注明出处。</p>
</div></section></div>

</article>

<div class="related-wrap reveal" id="read-next"><section class="body"><div class="item" id="prev"><div class="note">Newer</div><a href="/2023/12/06/math1/">三大微分中值定理</a></div><div class="item" id="next"></div></section></div>
<div class="related-wrap reveal" id="read-next"><section class="body"><div class="item" id="prev"><div class="note">Newer</div><a href="/2023/12/02/math1/">三大微分中值定理</a></div><div class="item" id="next"></div></section></div>



Expand All @@ -129,7 +131,12 @@ <h2 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl



<footer class="page-footer reveal fs12"><hr><div class="text"><p>本站由 <a href="/">@anonymity</a> 使用 <a target="_blank" rel="noopener" href="https://github.com/xaoxuu/hexo-theme-stellar">Stellar</a> 主题创建。<br>本博客所有文章除特别声明外,均采用 <a target="_blank" rel="noopener" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> 许可协议,转载请注明出处。</p>
<footer class="page-footer reveal fs12"><hr><div class="text"><p>本站由 <a href="/"><span class="citation"
data-cites="anonymity">@anonymity</span></a> 使用 <a
target="_blank" rel="noopener" href="https://github.com/xaoxuu/hexo-theme-stellar">Stellar</a>
主题创建。 本博客所有文章除特别声明外,均采用 <a
target="_blank" rel="noopener" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA
4.0</a> 许可协议,转载请注明出处。</p>
</div></footer>

<div class='float-panel mobile-only blur' style='display:none'>
Expand Down
Loading

0 comments on commit 7137803

Please sign in to comment.