-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,17 +93,17 @@ | |
|
||
|
||
|
||
<meta name="description" content="####系统重装后: 1.需要安装git和nodeJS 2.然后把hexo文件夹的全路径添加到path的环境变量中 3.在执行”hexo deploy”命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 4.需要在E:\blog\hexo.deploy_git.git\config中添加如下代码: [user] email=75"> | ||
<meta name="description" content="####系统重装后: * 1.需要安装git和nodeJS * 2.然后把hexo文件夹的全路径添加到path的环境变量中 * 3.在执行&quot;hexo deploy&quot;命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 * 4.需要在E:\blog\hexo\.deploy_git\.git\config中添加如下代码: * [user] * email"> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:title" content="重装系统后如何重新部署hexo"> | ||
<meta property="og:url" content="http://yoursite.com/2017/09/07/重装系统后如何重新部署hexo/index.html"> | ||
<meta property="og:site_name" content="蒋的博客"> | ||
<meta property="og:description" content="####系统重装后: 1.需要安装git和nodeJS 2.然后把hexo文件夹的全路径添加到path的环境变量中 3.在执行”hexo deploy”命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 4.需要在E:\blog\hexo.deploy_git.git\config中添加如下代码: [user] email=75"> | ||
<meta property="og:description" content="####系统重装后: * 1.需要安装git和nodeJS * 2.然后把hexo文件夹的全路径添加到path的环境变量中 * 3.在执行&quot;hexo deploy&quot;命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 * 4.需要在E:\blog\hexo\.deploy_git\.git\config中添加如下代码: * [user] * email"> | ||
<meta property="og:locale" content="zh-Hans"> | ||
<meta property="og:updated_time" content="2017-09-08T01:09:53.942Z"> | ||
<meta property="og:updated_time" content="2017-09-08T01:12:18.926Z"> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:title" content="重装系统后如何重新部署hexo"> | ||
<meta name="twitter:description" content="####系统重装后: 1.需要安装git和nodeJS 2.然后把hexo文件夹的全路径添加到path的环境变量中 3.在执行”hexo deploy”命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 4.需要在E:\blog\hexo.deploy_git.git\config中添加如下代码: [user] email=75"> | ||
<meta name="twitter:description" content="####系统重装后: * 1.需要安装git和nodeJS * 2.然后把hexo文件夹的全路径添加到path的环境变量中 * 3.在执行&quot;hexo deploy&quot;命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 * 4.需要在E:\blog\hexo\.deploy_git\.git\config中添加如下代码: * [user] * email"> | ||
|
||
|
||
|
||
|
@@ -352,15 +352,21 @@ <h1 class="post-title" itemprop="name headline">重装系统后如何重新部 | |
|
||
|
||
|
||
<p>####系统重装后:<br> <em>1.需要安装git和nodeJS | ||
</em>2.然后把hexo文件夹的全路径添加到path的环境变量中<br> <em>3.在执行”hexo deploy”命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 | ||
</em>4.需要在E:\blog\hexo.deploy_git.git\config中添加如下代码:<br> <em>[user] | ||
</em>[email protected]<br> <em>name=jiangfubang | ||
</em>5.进行如上步骤,问题即可得到解决</p> | ||
<p>####关于hexo的常用命令:<br> <em>1.hexo init(初始化) | ||
</em>2.hexo new “…”(新建一篇文章)<br> <em>3.hexo generate(静态化) | ||
</em>4.hexo deploy(部署到服务器上)</p> | ||
|
||
<p>####系统重装后:</p> | ||
<pre><code>* 1.需要安装git和nodeJS | ||
* 2.然后把hexo文件夹的全路径添加到path的环境变量中 | ||
* 3.在执行"hexo deploy"命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 | ||
* 4.需要在E:\blog\hexo\.deploy_git\.git\config中添加如下代码: | ||
* [user] | ||
* [email protected] | ||
* name=jiangfubang | ||
*5.进行如上步骤,问题即可得到解决 | ||
</code></pre><p>####关于hexo的常用命令:</p> | ||
<pre><code>* 1.hexo init(初始化) | ||
* 2.hexo new "..."(新建一篇文章) | ||
* 3.hexo generate(静态化) | ||
* 4.hexo deploy(部署到服务器上) | ||
</code></pre> | ||
|
||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -354,15 +354,21 @@ <h1 class="post-title" itemprop="name headline"> | |
|
||
|
||
|
||
<p>####系统重装后:<br> <em>1.需要安装git和nodeJS | ||
</em>2.然后把hexo文件夹的全路径添加到path的环境变量中<br> <em>3.在执行”hexo deploy”命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 | ||
</em>4.需要在E:\blog\hexo.deploy_git.git\config中添加如下代码:<br> <em>[user] | ||
</em>[email protected]<br> <em>name=jiangfubang | ||
</em>5.进行如上步骤,问题即可得到解决</p> | ||
<p>####关于hexo的常用命令:<br> <em>1.hexo init(初始化) | ||
</em>2.hexo new “…”(新建一篇文章)<br> <em>3.hexo generate(静态化) | ||
</em>4.hexo deploy(部署到服务器上)</p> | ||
|
||
<p>####系统重装后:</p> | ||
<pre><code>* 1.需要安装git和nodeJS | ||
* 2.然后把hexo文件夹的全路径添加到path的环境变量中 | ||
* 3.在执行"hexo deploy"命令的时候会让登陆GitHub,即使输入用户名密码依然无法上传 | ||
* 4.需要在E:\blog\hexo\.deploy_git\.git\config中添加如下代码: | ||
* [user] | ||
* [email protected] | ||
* name=jiangfubang | ||
*5.进行如上步骤,问题即可得到解决 | ||
</code></pre><p>####关于hexo的常用命令:</p> | ||
<pre><code>* 1.hexo init(初始化) | ||
* 2.hexo new "..."(新建一篇文章) | ||
* 3.hexo generate(静态化) | ||
* 4.hexo deploy(部署到服务器上) | ||
</code></pre> | ||
|
||
|
||
|
||
|