<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Hexo on Akkuman 的技术博客</title>
    <link>https://www.hacktech.cn/tags/hexo/</link>
    <description>Recent content in Hexo on Akkuman 的技术博客</description>
    <generator>Hugo -- 0.155.3</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 23 Oct 2017 13:18:40 +0000</lastBuildDate>
    <atom:link href="https://www.hacktech.cn/tags/hexo/atom.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>静态博客阅读次数与评论解决方案</title>
      <link>https://www.hacktech.cn/post/2017/10/static-blog-reading-count-and-comment-solution/</link>
      <pubDate>Mon, 23 Oct 2017 13:18:40 +0000</pubDate>
      <guid>https://www.hacktech.cn/post/2017/10/static-blog-reading-count-and-comment-solution/</guid>
      <description>&lt;p&gt;基于LeanCloud的文章阅读次数统计插件
&lt;a href=&#34;https://github.com/Weic96/LeanStatistics.js&#34;&gt;https://github.com/Weic96/LeanStatistics.js&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;基于LeanCloud的文章评论
&lt;a href=&#34;https://github.com/xCss/Valine&#34;&gt;https://github.com/xCss/Valine&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>hexo在github和coding.net部署并分流（一）</title>
      <link>https://www.hacktech.cn/post/2017/01/hexo-in-github-and-coding-net-deployment-and-splitting-1/</link>
      <pubDate>Tue, 10 Jan 2017 21:22:00 +0000</pubDate>
      <guid>https://www.hacktech.cn/post/2017/01/hexo-in-github-and-coding-net-deployment-and-splitting-1/</guid>
      <description>&lt;h1 id=&#34;安装git和nodejs&#34;&gt;安装GIT和Node.JS&lt;/h1&gt;
&lt;p&gt;首先在自己的电脑上安装好git和node.js，这一步怎么做自己搜索，安装软件都是下一步下一步，应该不难,GIT安装完成后打开git cmd输入&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;
&lt;table style=&#34;border-spacing:0;padding:0;margin:0;border:0;&#34;&gt;&lt;tr&gt;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;&#34;&gt;
&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1
&lt;/span&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;;width:100%&#34;&gt;
&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;git config --global user.name &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Your Name&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;git config --global user.email &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;email@example.com&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;因为Git是分布式版本控制系统，所以，每个机器都必须自报家门：你的名字和Email地址。
**注意：**git config命令的&amp;ndash;global参数，用了这个参数，表示你这台机器上所有的Git仓库都会使用这个配置，当然也可以对某个仓库指定不同的用户名和Email地址。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
