-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
65 lines (37 loc) · 6.48 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Wuwao1</title>
<subtitle>my blogs</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="http://yoursite.com/"/>
<updated>2020-08-08T21:26:29.582Z</updated>
<id>http://yoursite.com/</id>
<author>
<name>Wuwao1</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>aria blog build</title>
<link href="http://yoursite.com/2020/08/09/aria_blog/"/>
<id>http://yoursite.com/2020/08/09/aria_blog/</id>
<published>2020-08-08T19:56:31.814Z</published>
<updated>2020-08-08T21:26:29.582Z</updated>
<content type="html"><![CDATA[<p>this article is to record how to deploy hexo blog with aria theme building</p><ol><li><p>install/reinstall nodejs.exe & cmder | git</p></li><li><p>create a folder & cmder/git bash here,input the follow cmd</p><figure class="highlight routeros"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs routeros">npm i -g hexo&hexo init&npm install --save hexo-renderer-njucks hexo-renderer-stylus hexo-generator-search hexo-generator-feed&hexo new<span class="hljs-built_in"> page </span>categories&hexo new<span class="hljs-built_in"> page </span>tags&hexo new<span class="hljs-built_in"> page </span>about&git init&git<span class="hljs-built_in"> config </span>--global user.name <span class="hljs-string">'wuwao1'</span>&git<span class="hljs-built_in"> config </span> --global user.email <span class="hljs-string">'[email protected]'</span><br></code></pre></td></tr></table></figure></li><li><p>article path :source/_posts</p></li><li><p>theme :<a href="https://github.com/AlynxZhou/hexo-theme-aria">ARIA </a> butter to use this :<a href="https://github.com/wuwao1/wuwao1.github.io">mature configured repository</a></p></li><li><p>local deploy:</p><figure class="highlight verilog"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs verilog">hexo clean&hexo <span class="hljs-keyword">generate</span>&hexo server<br></code></pre></td></tr></table></figure><p>localhost:<a href="http://localhost:4000/">http://localhost:4000</a></p></li><li><p>upload to github server </p><figure class="highlight livecodeserver"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><code class="hljs livecodeserver">//Just <span class="hljs-built_in">do</span> <span class="hljs-keyword">it</span> <span class="hljs-keyword">the</span> <span class="hljs-keyword">first</span> <span class="hljs-built_in">time</span> <br>npm install hexo-deployer-git <span class="hljs-comment">--save</span><br></code></pre></td></tr></table></figure><figure class="highlight verilog"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs verilog">hexo clean&hexo <span class="hljs-keyword">generate</span>&hexo deploy<br></code></pre></td></tr></table></figure><p><a href="http://wuwao1.github.io/">git blog</a> </p></li></ol><blockquote><p> Customize your style</p></blockquote><p> configure file : <code>themes/aria/source/css/variables.styl</code> </p><ul><li>font-size = 24px </li><li>container-max-width = 80em </li><li>corner-radius = 1em</li></ul>]]></content>
<summary type="html">
<p>this article is to record how to deploy hexo blog with aria theme building</p>
<ol>
<li><p>install/reinstall nodejs.exe &amp; cmder |
</summary>
</entry>
<entry>
<title>Hello World</title>
<link href="http://yoursite.com/2020/08/09/hello-world/"/>
<id>http://yoursite.com/2020/08/09/hello-world/</id>
<published>2020-08-08T19:46:30.730Z</published>
<updated>2020-08-08T19:46:30.730Z</updated>
<content type="html"><![CDATA[<p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a 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 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><h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>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><code class="hljs bash">$ hexo new <span class="hljs-string">"My New Post"</span><br></code></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/writing.html">Writing</a></p><h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">$ hexo server<br></code></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/server.html">Server</a></p><h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">$ hexo generate<br></code></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/generating.html">Generating</a></p><h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">$ hexo deploy<br></code></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>]]></content>
<summary type="html">
<p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a> for
</summary>
</entry>
</feed>