-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatom.xml
62 lines (37 loc) · 5.26 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Material Theme</title>
<subtitle>Material, Source</subtitle>
<link href="/material-demo/atom.xml" rel="self"/>
<link href="https://neko-dev.github.io/"/>
<updated>2017-08-21T17:25:00.000Z</updated>
<id>https://neko-dev.github.io/</id>
<author>
<name>neko-dev</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>Material 主题公共 CDN 服务</title>
<link href="https://neko-dev.github.io/2017/08/21/material-public-cdn.html"/>
<id>https://neko-dev.github.io/2017/08/21/material-public-cdn.html</id>
<published>2017-08-21T17:25:00.000Z</published>
<updated>2017-08-21T17:25:00.000Z</updated>
<content type="html"><![CDATA[<p>Material 主题新的 MaterialCDN 公共 CDN 服务。</p><a id="more"></a><p>为了加速主题的访问,Material 主题于 1.3.2 版本开始,内置了 MaterialCDN 功能的支持。</p><p>为了满足没有自己的 CDN 的用户的加速需求,Material 主题将于 1.5.0 版本开始正式支持使用第三方公共 CDN 服务加载第三方库如 jQuery、Material-Design-Icons,NProgeres 等,届时 <a href="https://material.viosey.com" target="_blank" rel="noopener"> 主题文档 </a> 将会介绍。</p><p>对于 Material 主题中并未使用的第三方库文件如 <code>material.css</code> <code>style.css</code> 等,现在也可以使用全新的公共 CDN!</p><blockquote><p><a href="https://www.jsdelivr.com" target="_blank" rel="noopener">jsDelivr</a> 是一家公共 CDN 服务,支持从 GItHub Release 和 NPM 抓取文件并由 CDN 分发,拥有国内外 1000+ 节点,由网宿、CloudFlare、Fastly、MaxCDN 等多家著名 CDN 服务商提供支持。阅读 <a href="https://github.com/jsdelivr/jsdelivr#usage" target="_blank" rel="noopener">jsDelivr 的文档 </a> 以了解 jsDelivr 的更多用法。</p></blockquote><p>请确保你的 Material 主题为当前最新版,然后在 主题配置文件 中找到 materialcdn,填入 <code>https://cdn.jsdelivr.net/gh/viosey/hexo-theme-material@latest/source</code> 即可使用 Material 主题的公共 CDN 服务。</p><blockquote><p>你也可以修改填入的 URL,使用指定版本的 Material 主题的文件。</p></blockquote><p>在 Material 主题中,如果对同一个文件同时在 主题配置文件 中配置了多个加载来源,那么 Material 主题采用的优先级顺序是:</p><pre><code>Vendors > MaterialCDN > (Google Fonts > Google Fonts Proxy) > Origin</code></pre>]]></content>
<summary type="html">
<p>Material 主题新的 MaterialCDN 公共 CDN 服务。</p>
</summary>
<category term="Material" scheme="https://neko-dev.github.io/categories/Material/"/>
<category term="CDN" scheme="https://neko-dev.github.io/tags/CDN/"/>
</entry>
<entry>
<title>Hello World</title>
<link href="https://neko-dev.github.io/2017/06/23/hello-world.html"/>
<id>https://neko-dev.github.io/2017/06/23/hello-world.html</id>
<published>2017-06-23T10:17:00.000Z</published>
<updated>2019-10-30T21:51:24.011Z</updated>
<content type="html"><![CDATA[<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="noopener">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" target="_blank" rel="noopener">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="noopener">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><pre><code class="bash">$ hexo new "My New Post"</code></pre><p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="noopener">Writing</a></p><h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><pre><code class="bash">$ hexo server</code></pre><p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="noopener">Server</a></p><h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><pre><code class="bash">$ hexo generate</code></pre><p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="noopener">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><pre><code class="bash">$ hexo deploy</code></pre><p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="noopener">Deployment</a></p>]]></content>
<summary type="html">
<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a href="https://hexo.
</summary>
</entry>
</feed>