Skip to content

Commit

Permalink
Site updated: 2024-11-17 17:27:37
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-ss committed Nov 17, 2024
1 parent 68da100 commit 12a8e83
Show file tree
Hide file tree
Showing 14 changed files with 371 additions and 1,588 deletions.
54 changes: 24 additions & 30 deletions 2024/11/17/hello-world/index.html → 2024/11/17/RT-Thread.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh-cn">
<head prefix="og: https://ogp.me/ns#">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">

<title>Hello World - Hexo</title>
<title>泰山派&amp;RT-Thread - Shane</title>

<link rel="shortcut icon" href="/favicon.png">

Expand All @@ -16,17 +16,17 @@



<meta property="og:title" content="Hello World - Hexo" />
<meta property="og:title" content="泰山派&amp;RT-Thread - Shane" />

<meta property="og:type" content="article" />

<meta property="og:url" content="https://shane-ss.github.io/2024/11/17/hello-world/index.html" />
<meta property="og:url" content="https://shane-ss.github.io/2024/11/17/RT-Thread.html" />

<meta property="og:image" content="/favicon.png" />

<meta property="og:article:published_time" content="2024-11-17T05:52:21.948Z" />
<meta property="og:article:published_time" content="2024-11-17T06:51:22.000Z" />

<meta property="og:article:author" content="John Doe" />
<meta property="og:article:author" content="Shane" />



Expand Down Expand Up @@ -99,10 +99,10 @@
>
<nav id="theme-nav">
<div class="inner">
<a class="title" href="/">Blog</a>
<a class="title" href="/">Hi</a>
<div class="nav-arrow"></div>
<div class="nav-items">
<a class="nav-item nav-item-home" href="/">Home</a>
<a class="nav-item nav-item-home" href="/">主页</a>


<a class="nav-item" href="/archives">Archives</a>
Expand All @@ -121,23 +121,23 @@



<a class="nav-item nav-item-github nav-item-icon" href="https://github.com/MrWillCom" target="_blank" aria-label="GitHub">&nbsp;</a>
<a class="nav-item nav-item-github nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="GitHub">&nbsp;</a>



<a class="nav-item nav-item-codepen nav-item-icon" href="https://codepen.io/mrwillcom" target="_blank" aria-label="CodePen">&nbsp;</a>
<a class="nav-item nav-item-codepen nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="CodePen">&nbsp;</a>



<a class="nav-item nav-item-patreon nav-item-icon" href="https://www.patreon.com/MrWillCom" target="_blank" aria-label="Patreon">&nbsp;</a>
<a class="nav-item nav-item-patreon nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="Patreon">&nbsp;</a>



<a class="nav-item nav-item-mastodon nav-item-icon" href="https://noc.social/@MrWillCom" target="_blank" aria-label="Mastodon">&nbsp;</a>
<a class="nav-item nav-item-mastodon nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="Mastodon">&nbsp;</a>



<a class="nav-item nav-item-discord nav-item-icon" href="https://discord.gg/UKuFDjcfY8" target="_blank" aria-label="Discord">&nbsp;</a>
<a class="nav-item nav-item-discord nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="Discord">&nbsp;</a>



Expand All @@ -160,35 +160,29 @@
</div>


<h1 class="title">Hello World</h1>
<h1 class="title">泰山派&amp;RT-Thread</h1>
</div>

<div class="divider"></div>

<div class="content">
<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>
<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">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
<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>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
<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>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
<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>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>
<p><img src="/2024/11/17/RT-Thread/.%5C%E6%B3%B0%E5%B1%B1%E6%B4%BE&RT-Thread%5Cimage-20241117172313741.png" alt="image-20241117172313741"> <img src="/2024/11/17/RT-Thread/image-20241117172524855.png" alt="image-20241117172524855"></p>

</div>


<div class="about">
<h1>About this Post</h1>
<h1>关于本文</h1>
<div class="details">
<p>This post is written by John Doe, licensed under <a target="_blank" rel="noopener" href="https://creativecommons.org/licenses/by-nc/4.0">CC BY-NC 4.0</a>.</p>
<p>由 Shane 撰写, 采用 <a target="_blank" rel="noopener" href="https://creativecommons.org/licenses/by-nc/4.0">CC BY-NC 4.0</a> 许可协议.</p>
</div>

<p class="tags">

<i class="icon"></i>
<a href="/tags/RT-Thread/" class="tag">#RT-Thread</a>
</p>

</div>


Expand Down Expand Up @@ -263,7 +257,7 @@ <h2 class="title">Me</h2>
</div>

</div>
<span>&copy; 2024 John Doe<br>Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </span>
<span>&copy; 2024 Shane<br><a href="http://hexo.io/" target="_blank">Hexo</a> 驱动 </span>


<br>
Expand Down
Binary file added 2024/11/17/RT-Thread/image-20241117172313741.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/11/17/RT-Thread/image-20241117172524855.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions archives/2024/11/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh-cn">
<head prefix="og: https://ogp.me/ns#">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">

<title>Archives: 2024/11 - Hexo</title>
<title>存档: 2024/11 - Shane</title>

<link rel="shortcut icon" href="/favicon.png">

Expand All @@ -16,7 +16,7 @@



<meta property="og:title" content="Archives: 2024/11 - Hexo" />
<meta property="og:title" content="存档: 2024/11 - Shane" />

<meta property="og:type" content="website" />

Expand Down Expand Up @@ -99,10 +99,10 @@
>
<nav id="theme-nav">
<div class="inner">
<a class="title" href="/">Blog</a>
<a class="title" href="/">Hi</a>
<div class="nav-arrow"></div>
<div class="nav-items">
<a class="nav-item nav-item-home" href="/">Home</a>
<a class="nav-item nav-item-home" href="/">主页</a>


<a class="nav-item" href="/archives">Archives</a>
Expand All @@ -121,23 +121,23 @@



<a class="nav-item nav-item-github nav-item-icon" href="https://github.com/MrWillCom" target="_blank" aria-label="GitHub">&nbsp;</a>
<a class="nav-item nav-item-github nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="GitHub">&nbsp;</a>



<a class="nav-item nav-item-codepen nav-item-icon" href="https://codepen.io/mrwillcom" target="_blank" aria-label="CodePen">&nbsp;</a>
<a class="nav-item nav-item-codepen nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="CodePen">&nbsp;</a>



<a class="nav-item nav-item-patreon nav-item-icon" href="https://www.patreon.com/MrWillCom" target="_blank" aria-label="Patreon">&nbsp;</a>
<a class="nav-item nav-item-patreon nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="Patreon">&nbsp;</a>



<a class="nav-item nav-item-mastodon nav-item-icon" href="https://noc.social/@MrWillCom" target="_blank" aria-label="Mastodon">&nbsp;</a>
<a class="nav-item nav-item-mastodon nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="Mastodon">&nbsp;</a>



<a class="nav-item nav-item-discord nav-item-icon" href="https://discord.gg/UKuFDjcfY8" target="_blank" aria-label="Discord">&nbsp;</a>
<a class="nav-item nav-item-discord nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="Discord">&nbsp;</a>



Expand All @@ -154,20 +154,20 @@

</div>

<h2 class="title">Archives</h2>
<h2 class="title">存档</h2>
</div>

<div class="divider"></div>

<div class="post-list archives">

<article class="post-list-item">
<a href="/2024/11/17/hello-world/">
<a href="/2024/11/17/RT-Thread.html">

<div class="content">

<div class="title">
Hello World
泰山派&amp;RT-Thread
</div>


Expand Down Expand Up @@ -245,7 +245,7 @@ <h2 class="title">Me</h2>
</div>

</div>
<span>&copy; 2024 John Doe<br>Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </span>
<span>&copy; 2024 Shane<br><a href="http://hexo.io/" target="_blank">Hexo</a> 驱动 </span>


<br>
Expand Down
28 changes: 14 additions & 14 deletions archives/2024/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh-cn">
<head prefix="og: https://ogp.me/ns#">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">

<title>Archives: 2024 - Hexo</title>
<title>存档: 2024 - Shane</title>

<link rel="shortcut icon" href="/favicon.png">

Expand All @@ -16,7 +16,7 @@



<meta property="og:title" content="Archives: 2024 - Hexo" />
<meta property="og:title" content="存档: 2024 - Shane" />

<meta property="og:type" content="website" />

Expand Down Expand Up @@ -99,10 +99,10 @@
>
<nav id="theme-nav">
<div class="inner">
<a class="title" href="/">Blog</a>
<a class="title" href="/">Hi</a>
<div class="nav-arrow"></div>
<div class="nav-items">
<a class="nav-item nav-item-home" href="/">Home</a>
<a class="nav-item nav-item-home" href="/">主页</a>


<a class="nav-item" href="/archives">Archives</a>
Expand All @@ -121,23 +121,23 @@



<a class="nav-item nav-item-github nav-item-icon" href="https://github.com/MrWillCom" target="_blank" aria-label="GitHub">&nbsp;</a>
<a class="nav-item nav-item-github nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="GitHub">&nbsp;</a>



<a class="nav-item nav-item-codepen nav-item-icon" href="https://codepen.io/mrwillcom" target="_blank" aria-label="CodePen">&nbsp;</a>
<a class="nav-item nav-item-codepen nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="CodePen">&nbsp;</a>



<a class="nav-item nav-item-patreon nav-item-icon" href="https://www.patreon.com/MrWillCom" target="_blank" aria-label="Patreon">&nbsp;</a>
<a class="nav-item nav-item-patreon nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="Patreon">&nbsp;</a>



<a class="nav-item nav-item-mastodon nav-item-icon" href="https://noc.social/@MrWillCom" target="_blank" aria-label="Mastodon">&nbsp;</a>
<a class="nav-item nav-item-mastodon nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="Mastodon">&nbsp;</a>



<a class="nav-item nav-item-discord nav-item-icon" href="https://discord.gg/UKuFDjcfY8" target="_blank" aria-label="Discord">&nbsp;</a>
<a class="nav-item nav-item-discord nav-item-icon" href="https://github.com/shane-ss" target="_blank" aria-label="Discord">&nbsp;</a>



Expand All @@ -154,20 +154,20 @@

</div>

<h2 class="title">Archives</h2>
<h2 class="title">存档</h2>
</div>

<div class="divider"></div>

<div class="post-list archives">

<article class="post-list-item">
<a href="/2024/11/17/hello-world/">
<a href="/2024/11/17/RT-Thread.html">

<div class="content">

<div class="title">
Hello World
泰山派&amp;RT-Thread
</div>


Expand Down Expand Up @@ -245,7 +245,7 @@ <h2 class="title">Me</h2>
</div>

</div>
<span>&copy; 2024 John Doe<br>Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </span>
<span>&copy; 2024 Shane<br><a href="http://hexo.io/" target="_blank">Hexo</a> 驱动 </span>


<br>
Expand Down
Loading

0 comments on commit 12a8e83

Please sign in to comment.