Skip to content

Commit

Permalink
Site updated: 2024-04-21 17:55:07
Browse files Browse the repository at this point in the history
  • Loading branch information
YJett committed Apr 21, 2024
1 parent 95f47c2 commit b47a8d9
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 62 deletions.
100 changes: 50 additions & 50 deletions 2024/04/21/第一篇/index.html → 2024/04/21/部署心得/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,16 @@



<meta name="description" content="一级标题代码测试:
1print(&amp;quot;Hello&amp;quot;)
<meta name="description" content="准备环境
安装 Node.js 和 Git。
确认安装成功:通过命令行检查 Node.js 和 Git 的版本。
注意:这里因为我放在md文件中的,所以加上了\,不解析&amp;#96;&amp;#96;&amp;#96;,实际测试时请去掉\。
图片测试:
创建本地仓库
在磁盘中创建一个存放本地仓库文件的目录,如 “blog”。
使用 Git Bash 或命令行进入该目录。
引用测试:
这是一条引用
二级标题无序列表测试:
哈哈
嘿嘿
吼吼
三级标题四级标题"/>
安装 Hexo
使用命令 cnpm install -g he"/>


<!--Author-->
Expand All @@ -39,28 +32,21 @@

<!--Open Graph Title-->

<meta property="og:title" content="第一篇"/>
<meta property="og:title" content="部署心得"/>


<!--Open Graph Description-->

<meta property="og:description" content="一级标题代码测试:
1print(&amp;quot;Hello&amp;quot;)
注意:这里因为我放在md文件中的,所以加上了\,不解析&amp;#96;&amp;#96;&amp;#96;,实际测试时请去掉\。
图片测试:
<meta property="og:description" content="准备环境
安装 Node.js 和 Git。
确认安装成功:通过命令行检查 Node.js 和 Git 的版本。
引用测试:
创建本地仓库
在磁盘中创建一个存放本地仓库文件的目录,如 “blog”。
使用 Git Bash 或命令行进入该目录。
这是一条引用
二级标题无序列表测试:
哈哈
嘿嘿
吼吼
三级标题四级标题"/>
安装 Hexo
使用命令 cnpm install -g he"/>


<!--Open Graph Site Name-->
Expand All @@ -87,7 +73,7 @@

<!-- Title -->

<title>第一篇 - wootae&#39;s blog</title>
<title>部署心得 - wootae&#39;s blog</title>

<!-- Bootstrap Core CSS -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"/>
Expand Down Expand Up @@ -199,7 +185,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>第一篇</h1>
<h1>部署心得</h1>

<span class="meta">
<!-- Date and Author -->
Expand Down Expand Up @@ -248,23 +234,37 @@ <h1>第一篇</h1>

<!-- Post Main Content -->
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h1 id="一级标题"><a href="#一级标题" class="headerlink" title="一级标题"></a>一级标题</h1><p>代码测试:</p>
<figure class="highlight py"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">print</span>(<span class="string">&quot;Hello&quot;</span>)</span><br></pre></td></tr></table></figure>

<p>注意:这里因为我放在md文件中的,所以加上了\,不解析&#96;&#96;&#96;,实际测试时请去掉\。</p>
<p>图片测试:</p>
<p><img src="http://mculover666.cn/blog/20191031/R4mWMXsrRKxu.png?imageslim"></p>
<p>引用测试:</p>
<blockquote>
<p>这是一条引用</p>
</blockquote>
<h2 id="二级标题"><a href="#二级标题" class="headerlink" title="二级标题"></a>二级标题</h2><p>无序列表测试:</p>
<ul>
<li>哈哈</li>
<li>嘿嘿</li>
<li>吼吼</li>
</ul>
<h3 id="三级标题"><a href="#三级标题" class="headerlink" title="三级标题"></a>三级标题</h3><h4 id="四级标题"><a href="#四级标题" class="headerlink" title="四级标题"></a>四级标题</h4>
<h1 id="准备环境"><a href="#准备环境" class="headerlink" title="准备环境"></a>准备环境</h1><ol>
<li>安装 Node.js 和 Git。</li>
<li>确认安装成功:通过命令行检查 Node.js 和 Git 的版本。</li>
</ol>
<h1 id="创建本地仓库"><a href="#创建本地仓库" class="headerlink" title="创建本地仓库"></a>创建本地仓库</h1><ol>
<li>在磁盘中创建一个存放本地仓库文件的目录,如 “blog”。</li>
<li>使用 Git Bash 或命令行进入该目录。</li>
</ol>
<h1 id="安装-Hexo"><a href="#安装-Hexo" class="headerlink" title="安装 Hexo"></a>安装 Hexo</h1><ol>
<li>使用命令 <code>cnpm install -g hexo-cli</code> 全局安装 Hexo。</li>
<li>使用命令 <code>hexo init</code> 初始化 Hexo。</li>
</ol>
<h1 id="启动本地服务器"><a href="#启动本地服务器" class="headerlink" title="启动本地服务器"></a>启动本地服务器</h1><ol>
<li>使用命令 <code>hexo s</code> 启动本地服务器,通过浏览器访问 <code>localhost:4000</code> 预览博客。</li>
<li>关闭服务器使用 <code>ctrl + c</code></li>
</ol>
<h1 id="设置-SSH"><a href="#设置-SSH" class="headerlink" title="设置 SSH"></a>设置 SSH</h1><ol>
<li>生成 SSH Key:使用 <code>ssh-keygen -t rsa -C &#39;your_email@example.com&#39;</code> 生成 SSH Key。</li>
<li>将 SSH Key 配置到 GitHub 中。</li>
</ol>
<h1 id="上传博客"><a href="#上传博客" class="headerlink" title="上传博客"></a>上传博客</h1><ol>
<li>找到 GitHub 仓库的 HTTP 或 SSH 地址。</li>
<li>修改 <code>blog/_config.yml</code> 文件中的 <code>deploy</code> 部分,指定 GitHub 仓库地址和分支。</li>
<li>安装上传工具:<code>cnpm install hexo-deployer-git</code></li>
<li>新建文章:<code>hexo new &quot;文章名称&quot;</code></li>
<li>编辑文章内容,使用 Markdown 语法。</li>
<li>预览:<code>hexo s</code></li>
<li>生成静态文件:<code>hexo g</code></li>
<li>部署到 GitHub:<code>hexo d</code></li>
</ol>



</div>
Expand Down
4 changes: 2 additions & 2 deletions archives/2024/04/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ <h1 class="post-title archive">
</div>

<div class="post-preview">
<a href="/2024/04/21/第一篇/">
<a href="/2024/04/21/部署心得/">
<h1 class="post-title archive">
第一篇
部署心得
</h1>
</a>
<p class="post-meta archive">
Expand Down
4 changes: 2 additions & 2 deletions archives/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ <h1 class="post-title archive">
</div>

<div class="post-preview">
<a href="/2024/04/21/第一篇/">
<a href="/2024/04/21/部署心得/">
<h1 class="post-title archive">
第一篇
部署心得
</h1>
</a>
<p class="post-meta archive">
Expand Down
4 changes: 2 additions & 2 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ <h1 class="post-title archive">
</div>

<div class="post-preview">
<a href="/2024/04/21/第一篇/">
<a href="/2024/04/21/部署心得/">
<h1 class="post-title archive">
第一篇
部署心得
</h1>
</a>
<p class="post-meta archive">
Expand Down
4 changes: 2 additions & 2 deletions categories/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ <h1>blog</h1>
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">

<div class="post-preview">
<a href="/2024/04/21/第一篇/">
<a href="/2024/04/21/部署心得/">
<h1 class="post-title archive">
第一篇
部署心得
</h1>
</a>
<p class="post-meta archive">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ <h2 class="post-title">
<hr>

<div class="post-preview">
<a href="/2024/04/21/第一篇/">
<a href="/2024/04/21/部署心得/">
<h2 class="post-title">
第一篇
部署心得
</h2>

</a>
Expand Down
4 changes: 2 additions & 2 deletions tags/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ <h1>#test</h1>
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">

<div class="post-preview">
<a href="/2024/04/21/第一篇/">
<a href="/2024/04/21/部署心得/">
<h1 class="post-title archive">
第一篇
部署心得
</h1>
</a>
<p class="post-meta archive">
Expand Down

0 comments on commit b47a8d9

Please sign in to comment.