Skip to content

test #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .gitignore

This file was deleted.

15 changes: 9 additions & 6 deletions docs/2021/01/06/auth/index.html → 2021/01/06/auth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@
</a>
</div>
<div id="menu" class="book-menu hide">
<h1><a href="/sponsor">赞助</a></h1>
<h1><a href="/sponsor">赞助/交流</a></h1>
<h1><a href="/">主页</a></h1>
<h1><a href="/home/install">插件安装</a></h1>
<h1><a href="/home/git-install">Git工具安装</a></h1>
<h1><a href="/home/install">插件安装</a></h1>
<h1><a href="/git">Git入门</a></h1>
<h1><a href="/oauth">OAuth授权</a></h1>
<h2 id="插件设置">插件设置</h2>
<ul>
Expand Down Expand Up @@ -117,12 +118,13 @@ <h2 id="Git技巧">Git技巧</h2>
<li><a href="/docs/annotate">用提交信息标注文件中的每一行</a></li>
<li><a href="/docs/fileHistory">查看文件的某个历史版本内容</a></li>
</ul>
<h2 id="身份认证">身份认证</h2>
<h2 id="身份认证及SSH教程">身份认证及SSH教程</h2>
<ul>
<li><a href="/auth/ssh-generate">SSH Key生成</a></li>
<li><a href="/auth/ssh-check">检查现有 SSH 密钥</a></li>
<li><a href="/auth/ssh-generate">生成新的 SSH 密钥并配置Git服务器</a></li>
<li><a href="/auth/ssh-more">Git配置多个SSH-Key</a></li>
<li><a href="/auth/http">windows: 记住Git凭据</a></li>
<li><a href="/auth/ssh-windows-set">Windows SSH设置与启动</a></li>
<li><a href="/auth/http">Windows记住Git凭据</a></li>
</ul>
<h2 id="扩展功能">扩展功能</h2>
<ul>
Expand All @@ -132,6 +134,7 @@ <h2 id="问题">问题</h2>
<ul>
<li><a href="/question/quote">Q1: 中文乱码问题</a></li>
<li><a href="/question/username">Q2: 身份认证问题</a></li>
<li><a href="/question/Permission_denied_publickey">Q3:Permission denied (publickey)</a></li>
</ul>
<h2 id="其它">其它</h2>
<ul>
Expand All @@ -141,7 +144,7 @@ <h2 id="其它">其它</h2>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?33e901cc42b01f75e6230c5412711716";
hm.src = "https://hm.baidu.com/hm.js?b558e0d52f3f4260b3c2998fe0907dfa";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,19 @@
</a>
</div>
<div id="menu" class="book-menu hide">
<h1><a href="/sponsor">赞助</a></h1>
<h1><a href="/sponsor">赞助/交流</a></h1>
<h1><a href="/">主页</a></h1>
<h1><a href="/home/install">插件安装</a></h1>
<h1><a href="/home/git-install">Git工具安装</a></h1>
<h1><a href="/home/install">插件安装</a></h1>
<h1><a href="/git">Git入门</a></h1>
<h1><a href="/oauth">OAuth授权</a></h1>
<h2 id="插件设置">插件设置</h2>
<ul>
<li><a href="/setting">插件设置</a></li>
<li><a href="/setting/keyboard">设置快捷键</a></li>
<li><a href="/setting/voice">语音提示</a></li>
<li><a href="/setting/autoRefresh">自动刷新</a></li>
<li><a href="/setting/theme">自定义Git视图颜色</a></li>
</ul>
<h2 id="Git-克隆-连接">Git 克隆/连接</h2>
<ul>
Expand Down Expand Up @@ -117,12 +119,13 @@ <h2 id="Git技巧">Git技巧</h2>
<li><a href="/docs/annotate">用提交信息标注文件中的每一行</a></li>
<li><a href="/docs/fileHistory">查看文件的某个历史版本内容</a></li>
</ul>
<h2 id="身份认证">身份认证</h2>
<h2 id="身份认证及SSH教程">身份认证及SSH教程</h2>
<ul>
<li><a href="/auth/ssh-generate">SSH Key生成</a></li>
<li><a href="/auth/ssh-check">检查现有 SSH 密钥</a></li>
<li><a href="/auth/ssh-generate">生成新的 SSH 密钥并配置Git服务器</a></li>
<li><a href="/auth/ssh-more">Git配置多个SSH-Key</a></li>
<li><a href="/auth/http">windows: 记住Git凭据</a></li>
<li><a href="/auth/ssh-windows-set">Windows SSH设置与启动</a></li>
<li><a href="/auth/http">Windows记住Git凭据</a></li>
</ul>
<h2 id="扩展功能">扩展功能</h2>
<ul>
Expand All @@ -132,6 +135,7 @@ <h2 id="问题">问题</h2>
<ul>
<li><a href="/question/quote">Q1: 中文乱码问题</a></li>
<li><a href="/question/username">Q2: 身份认证问题</a></li>
<li><a href="/question/Permission_denied_publickey">Q3:Permission denied (publickey)</a></li>
</ul>
<h2 id="其它">其它</h2>
<ul>
Expand All @@ -141,7 +145,7 @@ <h2 id="其它">其它</h2>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?33e901cc42b01f75e6230c5412711716";
hm.src = "https://hm.baidu.com/hm.js?b558e0d52f3f4260b3c2998fe0907dfa";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
Expand Down Expand Up @@ -202,7 +206,7 @@ <h2 id="其它">其它</h2>
</div>
<div class="book-content">
<div class="book-post">
<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 href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
<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">Quick Start</h2>
<h3 id="Create-a-new-post">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>
Expand Down Expand Up @@ -255,7 +259,7 @@ <h3 id="Deploy-to-remote-sites">Deploy to remote sites</h3>
<!-- Author title -->
<div class="author-title">
<div>oneone</div>
<div>2021-01-06</div>
<div>2022-03-28</div>
</div>
</div>

Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

15 changes: 9 additions & 6 deletions docs/CommandPanel/index.html → CommandPanel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@
</a>
</div>
<div id="menu" class="book-menu hide">
<h1><a href="/sponsor">赞助</a></h1>
<h1><a href="/sponsor">赞助/交流</a></h1>
<h1><a href="/">主页</a></h1>
<h1><a href="/home/install">插件安装</a></h1>
<h1><a href="/home/git-install">Git工具安装</a></h1>
<h1><a href="/home/install">插件安装</a></h1>
<h1><a href="/git">Git入门</a></h1>
<h1><a href="/oauth">OAuth授权</a></h1>
<h2 id="插件设置">插件设置</h2>
<ul>
Expand Down Expand Up @@ -117,12 +118,13 @@ <h2 id="Git技巧">Git技巧</h2>
<li><a href="/docs/annotate">用提交信息标注文件中的每一行</a></li>
<li><a href="/docs/fileHistory">查看文件的某个历史版本内容</a></li>
</ul>
<h2 id="身份认证">身份认证</h2>
<h2 id="身份认证及SSH教程">身份认证及SSH教程</h2>
<ul>
<li><a href="/auth/ssh-generate">SSH Key生成</a></li>
<li><a href="/auth/ssh-check">检查现有 SSH 密钥</a></li>
<li><a href="/auth/ssh-generate">生成新的 SSH 密钥并配置Git服务器</a></li>
<li><a href="/auth/ssh-more">Git配置多个SSH-Key</a></li>
<li><a href="/auth/http">windows: 记住Git凭据</a></li>
<li><a href="/auth/ssh-windows-set">Windows SSH设置与启动</a></li>
<li><a href="/auth/http">Windows记住Git凭据</a></li>
</ul>
<h2 id="扩展功能">扩展功能</h2>
<ul>
Expand All @@ -132,6 +134,7 @@ <h2 id="问题">问题</h2>
<ul>
<li><a href="/question/quote">Q1: 中文乱码问题</a></li>
<li><a href="/question/username">Q2: 身份认证问题</a></li>
<li><a href="/question/Permission_denied_publickey">Q3:Permission denied (publickey)</a></li>
</ul>
<h2 id="其它">其它</h2>
<ul>
Expand All @@ -141,7 +144,7 @@ <h2 id="其它">其它</h2>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?33e901cc42b01f75e6230c5412711716";
hm.src = "https://hm.baidu.com/hm.js?b558e0d52f3f4260b3c2998fe0907dfa";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
Expand Down
Empty file removed _config.landscape.yml
Empty file.
107 changes: 0 additions & 107 deletions _config.yml

This file was deleted.

18 changes: 11 additions & 7 deletions docs/about-count.html → about-count.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,19 @@
</a>
</div>
<div id="menu" class="book-menu hide">
<h1><a href="/sponsor">赞助</a></h1>
<h1><a href="/sponsor">赞助/交流</a></h1>
<h1><a href="/">主页</a></h1>
<h1><a href="/home/install">插件安装</a></h1>
<h1><a href="/home/git-install">Git工具安装</a></h1>
<h1><a href="/home/install">插件安装</a></h1>
<h1><a href="/git">Git入门</a></h1>
<h1><a href="/oauth">OAuth授权</a></h1>
<h2 id="插件设置">插件设置</h2>
<ul>
<li><a href="/setting">插件设置</a></li>
<li><a href="/setting/keyboard">设置快捷键</a></li>
<li><a href="/setting/voice">语音提示</a></li>
<li><a href="/setting/autoRefresh">自动刷新</a></li>
<li><a href="/setting/theme">自定义Git视图主题颜色</a></li>
</ul>
<h2 id="Git-克隆-连接">Git 克隆/连接</h2>
<ul>
Expand Down Expand Up @@ -117,12 +119,13 @@ <h2 id="Git技巧">Git技巧</h2>
<li><a href="/docs/annotate">用提交信息标注文件中的每一行</a></li>
<li><a href="/docs/fileHistory">查看文件的某个历史版本内容</a></li>
</ul>
<h2 id="身份认证">身份认证</h2>
<h2 id="身份认证及SSH教程">身份认证及SSH教程</h2>
<ul>
<li><a href="/auth/ssh-generate">SSH Key生成</a></li>
<li><a href="/auth/ssh-check">检查现有 SSH 密钥</a></li>
<li><a href="/auth/ssh-generate">生成新的 SSH 密钥并配置Git服务器</a></li>
<li><a href="/auth/ssh-more">Git配置多个SSH-Key</a></li>
<li><a href="/auth/http">windows: 记住Git凭据</a></li>
<li><a href="/auth/ssh-windows-set">Windows SSH设置与启动</a></li>
<li><a href="/auth/http">Windows记住Git凭据</a></li>
</ul>
<h2 id="扩展功能">扩展功能</h2>
<ul>
Expand All @@ -132,6 +135,7 @@ <h2 id="问题">问题</h2>
<ul>
<li><a href="/question/quote">Q1: 中文乱码问题</a></li>
<li><a href="/question/username">Q2: 身份认证问题</a></li>
<li><a href="/question/Permission_denied_publickey">Q3:Permission denied (publickey)</a></li>
</ul>
<h2 id="其它">其它</h2>
<ul>
Expand All @@ -141,7 +145,7 @@ <h2 id="其它">其它</h2>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?33e901cc42b01f75e6230c5412711716";
hm.src = "https://hm.baidu.com/hm.js?b558e0d52f3f4260b3c2998fe0907dfa";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
Expand Down Expand Up @@ -241,7 +245,7 @@ <h2 id="打点详细字段说明">打点详细字段说明</h2>
<!-- Author title -->
<div class="author-title">
<div>oneone</div>
<div>2021-05-12</div>
<div>2022-03-28</div>
</div>
</div>

Expand Down
Loading