Skip to content

Commit

Permalink
Site updated: 2024-10-07 11:34:27
Browse files Browse the repository at this point in the history
  • Loading branch information
yevzh committed Oct 7, 2024
1 parent 83c8564 commit 57fd36b
Show file tree
Hide file tree
Showing 51 changed files with 117 additions and 1,129 deletions.
2 changes: 1 addition & 1 deletion 2020/08/16/我们抬起头仰望太阳/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ <h2 id="结语"><a class="markdownIt-Anchor" href="#结语"></a> 结语</h2>
</span>

<span>
共 109.9k
共 109.5k
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion 2020/08/29/干货!我的高中学习发家史/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ <h3 id="关于整理"><a class="markdownIt-Anchor" href="#关于整理"></a> 关
</span>

<span>
共 109.9k
共 109.5k
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion 2020/10/30/甘雨园拾花/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ <h2 id="50记得歌时不记归时节"><a class="markdownIt-Anchor" href="#50记
</span>

<span>
共 109.9k
共 109.5k
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion 2021/01/31/大一上总结/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ <h2 id="总结与规划"><a class="markdownIt-Anchor" href="#总结与规划"></
</span>

<span>
共 109.9k
共 109.5k
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion 2021/06/07/20江苏高考数学拾忆/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ <h1 id="20江苏高考数学拾忆"><a class="markdownIt-Anchor" href="#20江苏
</span>

<span>
共 109.9k
共 109.5k
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion 2021/06/13/大英lexicon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ <h3 id="language-points"><a class="markdownIt-Anchor" href="#language-points-7">
</span>

<span>
共 109.9k
共 109.5k
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion 2021/10/02/大一下总结/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ <h2 id="总结与规划"><a class="markdownIt-Anchor" href="#总结与规划"></
</span>

<span>
共 109.9k
共 109.5k
</span>

</p>
Expand Down
323 changes: 21 additions & 302 deletions 2021/12/01/Qt GUI Programming Notes/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 2022/02/02/大二上总结/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ <h2 id="总结与规划"><a class="markdownIt-Anchor" href="#总结与规划"></
</span>

<span>
共 109.9k
共 109.5k
</span>

</p>
Expand Down
12 changes: 6 additions & 6 deletions 2022/08/08/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ <h1 class="article-title-regular text-second-text-color tracking-tight text-4xl


<span class="article-wordcount article-meta-item">
<i class="fa-regular fa-typewriter"></i>&nbsp;<span>74</span>
<i class="fa-regular fa-typewriter"></i>&nbsp;<span>80</span>
</span>


Expand All @@ -530,16 +530,16 @@ <h1 class="article-title-regular text-second-text-color tracking-tight text-4xl
<p>Welcome to <a class="link" target="_blank" rel="noopener" href="https://hexo.io/">Hexo <i class="fa-regular fa-arrow-up-right-from-square fa-sm"></i></a>! This is your very first post. Check <a class="link" target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation <i class="fa-regular fa-arrow-up-right-from-square fa-sm"></i></a> for more info. If you get any problems when using Hexo, you can find the answer in <a class="link" target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting <i class="fa-regular fa-arrow-up-right-from-square fa-sm"></i></a> or you can ask me on <a class="link" target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub <i class="fa-regular fa-arrow-up-right-from-square fa-sm"></i></a>.</p>
<h2 id="quick-start"><a class="markdownIt-Anchor" href="#quick-start"></a> Quick Start</h2>
<h3 id="create-a-new-post"><a class="markdownIt-Anchor" href="#create-a-new-post"></a> Create a new post</h3>
<pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo new <span class="token string">"My New Post"</span><span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
<div class="highlight-container" data-rel="Bash"><figure class="iseeu 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></div>
<p>More info: <a class="link" target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing <i class="fa-regular fa-arrow-up-right-from-square fa-sm"></i></a></p>
<h3 id="run-server"><a class="markdownIt-Anchor" href="#run-server"></a> Run server</h3>
<pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo server<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
<div class="highlight-container" data-rel="Bash"><figure class="iseeu 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></div>
<p>More info: <a class="link" target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server <i class="fa-regular fa-arrow-up-right-from-square fa-sm"></i></a></p>
<h3 id="generate-static-files"><a class="markdownIt-Anchor" href="#generate-static-files"></a> Generate static files</h3>
<pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo generate<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
<div class="highlight-container" data-rel="Bash"><figure class="iseeu 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></div>
<p>More info: <a class="link" target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating <i class="fa-regular fa-arrow-up-right-from-square fa-sm"></i></a></p>
<h3 id="deploy-to-remote-sites"><a class="markdownIt-Anchor" href="#deploy-to-remote-sites"></a> Deploy to remote sites</h3>
<pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo deploy<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
<div class="highlight-container" data-rel="Bash"><figure class="iseeu 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>
<p>More info: <a class="link" target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment <i class="fa-regular fa-arrow-up-right-from-square fa-sm"></i></a></p>

</div>
Expand Down Expand Up @@ -706,7 +706,7 @@ <h3 id="deploy-to-remote-sites"><a class="markdownIt-Anchor" href="#deploy-to-re
</span>

<span>
共 109.9k
共 109.5k
</span>

</p>
Expand Down
Loading

0 comments on commit 57fd36b

Please sign in to comment.