提交 d0a28aaa 编写于 作者: T TRHX

Site updated: 2018-08-20 17:06:35

上级 bb7deaea
......@@ -116,7 +116,7 @@
<!-- Date -->
<span class="date-time info">On
<span class="date">2018-08-10</span>
<span class="time">15:52:18</span>
<span class="time">17:06:33</span>
</span>
</div>
......
......@@ -8,7 +8,7 @@
<meta name="description" content="">
<meta name="author" content="TRHX">
<!-- Open Graph Data -->
<meta property="og:title" content="如何使用Github Pages和Hexo搭建自己独立博客"/>
<meta property="og:title" content="如何使用Github Pages和Hexo搭建自己独立博客"/>
<meta property="og:description" content="一个大学生用于自学的个人博客" />
<meta property="og:site_name" content="TRHX&#39;Blog"/>
<meta property="og:type" content="article" />
......@@ -43,7 +43,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="page-title with-background-image">
<p class="title">如何使用Github Pages和Hexo搭建自己独立博客</p>
<p class="title">如何使用Github Pages和Hexo搭建自己独立博客</p>
<p class="subtitle"></p>
</div>
<div class="site-menu with-background-image">
......@@ -116,7 +116,7 @@
<!-- Date -->
<span class="date-time info">On
<span class="date">2018-08-15</span>
<span class="time">15:52:18</span>
<span class="time">17:06:33</span>
</span>
<!-- Categories -->
......@@ -138,15 +138,14 @@
<!-- Post Main Content -->
<div class="post-content">
<p>这是一篇使用Github Pages和Hexo搭建自己独立博客的教程,非常详细,适用于小白。<br><a id="more"></a> </p>
<hr>
<center><font color="#000000" size="7" face="楷体"><strong>如何使用Github Pages和Hexo搭建自己独立博客</strong></font></center>
<center><font color="#000000"><strong>使用Github Pages和Hexo搭建自己独立博客【小白教程】</strong></font></center>
<a id="more"></a>
<hr>
<center><iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width="500" height="86" src="http://music.163.com/outchain/player?type=2&id=534066497&auto=1&height=66"><br></iframe></center>
<center><iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width="400" height="86" src="http://music.163.com/outchain/player?type=2&id=534066497&auto=1&height=66"><br></iframe></center>
<h1 id="前言"><a href="#前言" class="headerlink" title="- 前言"></a><strong>- 前言</strong></h1><p>首先感谢您能访问我的博客:<a href="http://trhx.github.io" target="_blank" rel="noopener">TRHX’Blog</a> <br></p>
<p>这是一篇有关如何使用 <font color="#DC143C">Github Pages</font><font color="#DC143C">Hexo</font> 搭建属于自己独立博客的详尽教程,本人是软件工程专业本科生,目前只学习了C和C++编程语言,对网站开发的有关知识几乎为零,这也是我搭建好自己的博客之后写的第一篇博客,刚开始搭建博客的时候自己也是网上各种百度,由于自己属于<font color="#DC143C"><strong>小白</strong></font>那种,历经了千辛万苦才弄好,所以借这个机会写一篇小白真正能看懂的博客搭建教程,教你一步一步走向成功的彼岸! <br></p>
<p>这是一篇有关如何使用 <font color="#DC143C">Github Pages</font><font color="#DC143C">Hexo</font> 搭建属于自己独立博客的详尽教程,本人是软件工程专业本科生,目前只学习了C和C++编程语言,对网站开发的有关知识几乎为零,这也是我搭建好自己的博客之后写的第一篇博客,刚开始搭建博客的时候自己也是网上各种百度,由于自己属于<font color="#DC143C">小白</font>那种,历经了千辛万苦才弄好,所以借这个机会写一篇小白真正能看懂的博客搭建教程,教你一步一步走向成功的彼岸! <br></p>
<p>推荐文章: <a href="http://www.cnblogs.com/jhzhu/p/3893297.html" target="_blank" rel="noopener">《我为什么写博客》</a> (By 知明所以)<br>      <a href="http://mindhacks.cn/2009/02/15/why-you-should-start-blogging-now/" target="_blank" rel="noopener">《为什么你应该(从现在开始就)写博客》</a> (By 刘未鹏 | Mind Hacks)</p>
<h1 id="入门"><a href="#入门" class="headerlink" title="- 入门"></a><strong>- 入门</strong></h1><blockquote>
<p><strong>Github Pages</strong></p>
......@@ -161,7 +160,7 @@
<p>注:本人在安装过程中出现了Warning 1909,无法创建快捷方式,这种情况很少出现,如果在安装过程中也有这种情况请参考百度文库(win10系统实测可行):<a href="https://wenku.baidu.com/view/4ad59110964bcf84b9d57ba5.html" target="_blank" rel="noopener">《Win7 安装程序快捷方式报错 警告1909,无法创建快捷方式》</a></p>
<p><img src="https://i.imgur.com/qzNCltv.png" alt=""></p>
<h1 id="安装Git"><a href="#安装Git" class="headerlink" title="- 安装Git"></a><strong>- 安装Git</strong></h1><p><a href="https://git-scm.com/download/win" target="_blank" rel="noopener">点击此处</a>访问官网,按需下载相应版本,默认安装即可 <br><br>参考资料:<a href="https://www.cnblogs.com/jytx/p/5602927.html" target="_blank" rel="noopener">《如何在windows下安装GIT》</a>  (By 俊雨廷休)<br>     <a href="http://git.oschina.net/progit/" target="_blank" rel="noopener">《Pro Git(中文版)》</a></p>
<h1 id="检验软件是否安装成功"><a href="#检验软件是否安装成功" class="headerlink" title="- 检验软件是否安装成功"></a><strong>- 检验软件是否安装成功</strong></h1><p>同时按下 Win 键和 R 键打开运行窗口,输入 <font color="#DC143C">cmd</font> ,然后输入以下命令,有相应版本信息显示则安装成功,若不正确可以卸载软件重新安装,此外若安装成功,在桌面右键鼠标,可以看到菜单里多了<font color="#DC143C">Git GUI Here</font><font color="#DC143C">Git Bash Here</font>两个选项,第一个是<font color="#DC143C">图形界面的Git操作</font>,另一个是<font color="#DC143C">命令行</font></p>
<h1 id="检验软件是否安装成功"><a href="#检验软件是否安装成功" class="headerlink" title="- 检验软件是否安装成功"></a><strong>- 检验软件是否安装成功</strong></h1><p>同时按下 Win 键和 R 键打开运行窗口,输入 <font color="#DC143C">cmd</font> ,然后输入以下命令,有相应版本信息显示则安装成功,若不正确可以卸载软件重新安装,此外若安装成功,在桌面右键鼠标,可以看到菜单里多了 <font color="#DC143C">Git GUI Here</font><font color="#DC143C">Git Bash Here</font>两个选项,第一个是<font color="#DC143C">图形界面的Git操作</font>,另一个是<font color="#DC143C">命令行</font></p>
<blockquote>
<p>$ git –version<br>$ node -v<br>$ npm -v </p>
</blockquote>
......
......@@ -116,7 +116,7 @@
<!-- Date -->
<span class="date-time info">On
<span class="date">2018-08-19</span>
<span class="time">15:52:18</span>
<span class="time">17:06:33</span>
</span>
</div>
......
......@@ -112,7 +112,7 @@
<div class="archive-item">
<a href="/2018/08/15/如何使用Github Pages和Hexo搭建自己独立博客/" class="post-title">
如何使用Github Pages和Hexo搭建自己独立博客
如何使用Github Pages和Hexo搭建自己独立博客
</a>
<div class="date text-muted">Posted on 2018-08-15 21:34:58</div>
</div>
......
......@@ -112,7 +112,7 @@
<div class="archive-item">
<a href="/2018/08/15/如何使用Github Pages和Hexo搭建自己独立博客/" class="post-title">
如何使用Github Pages和Hexo搭建自己独立博客
如何使用Github Pages和Hexo搭建自己独立博客
</a>
<div class="date text-muted">Posted on 2018-08-15 21:34:58</div>
</div>
......
......@@ -112,7 +112,7 @@
<div class="archive-item">
<a href="/2018/08/15/如何使用Github Pages和Hexo搭建自己独立博客/" class="post-title">
如何使用Github Pages和Hexo搭建自己独立博客
如何使用Github Pages和Hexo搭建自己独立博客
</a>
<div class="date text-muted">Posted on 2018-08-15 21:34:58</div>
</div>
......
......@@ -116,7 +116,7 @@
<!-- Date -->
<span class="date-time info">On
<span class="date">2018-08-19</span>
<span class="time">15:52:18</span>
<span class="time">17:06:33</span>
</span>
</div>
......
......@@ -112,7 +112,7 @@
<div class="archive-item">
<a href="/2018/08/15/如何使用Github Pages和Hexo搭建自己独立博客/" class="post-title">
如何使用Github Pages和Hexo搭建自己独立博客
如何使用Github Pages和Hexo搭建自己独立博客
</a>
<div class="date text-muted">Posted on 2018-08-15 21:34:58</div>
</div>
......
此差异已折叠。
......@@ -111,7 +111,7 @@
<div class="post-item-wrapper">
<a href="/2018/08/15/如何使用Github Pages和Hexo搭建自己独立博客/" class="post-title">
如何使用Github Pages和Hexo搭建自己独立博客
如何使用Github Pages和Hexo搭建自己独立博客
</a>
<div class="post-excerpt">
<!-- Post Date and Categories -->
......@@ -127,7 +127,7 @@
</div>
</div>
<!-- Post Excerpt -->
<div class="excerpt typo"><p>这是一篇使用Github Pages和Hexo搭建自己独立博客的教程,非常详细,适用于小白。<br></div>
<div class="excerpt typo"><center><font color="#000000"><strong>使用Github Pages和Hexo搭建自己独立博客【小白教程】</strong></font></center></div>
<!-- Post Tags -->
<div class="tags">
......
此差异已折叠。
......@@ -112,7 +112,7 @@
<div class="archive-item">
<a href="/2018/08/15/如何使用Github Pages和Hexo搭建自己独立博客/" class="post-title">
如何使用Github Pages和Hexo搭建自己独立博客
如何使用Github Pages和Hexo搭建自己独立博客
</a>
<div class="date text-muted">Posted on 2018-08-15 21:34:58</div>
</div>
......
......@@ -112,7 +112,7 @@
<div class="archive-item">
<a href="/2018/08/15/如何使用Github Pages和Hexo搭建自己独立博客/" class="post-title">
如何使用Github Pages和Hexo搭建自己独立博客
如何使用Github Pages和Hexo搭建自己独立博客
</a>
<div class="date text-muted">Posted on 2018-08-15 21:34:58</div>
</div>
......
......@@ -116,7 +116,7 @@
<!-- Date -->
<span class="date-time info">On
<span class="date">2018-08-19</span>
<span class="time">15:52:18</span>
<span class="time">17:06:33</span>
</span>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册