1 Star 0 Fork 0

kiko/kikoblog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
search.xml 5.65 KB
一键复制 编辑 原始数据 按行查看 历史
kiko 提交于 2020-07-01 23:31 . Site updated: 2020-07-01 23:31:39
<?xml version="1.0" encoding="utf-8"?>
<search>
<entry>
<title>kiko的在线图床</title>
<link href="/2020/07/01/kiko%E7%9A%84%E5%9C%A8%E7%BA%BF%E5%9B%BE%E5%BA%8A/"/>
<url>/2020/07/01/kiko%E7%9A%84%E5%9C%A8%E7%BA%BF%E5%9B%BE%E5%BA%8A/</url>
<content type="html"><![CDATA[<link rel="stylesheet" class="aplayer-secondary-style-marker" href="\assets\css\APlayer.min.css"><script src="\assets\js\APlayer.min.js" class="aplayer-secondary-script-marker"></script><p>利用Lsky Pro图床配合七牛云搭建了一个图床,提高静态资源的加载速度,在线保存图片。<br>网址:<a href="http://pan.kikohk.top/" target="_blank" rel="noopener">http://pan.kikohk.top/</a></p>]]></content>
<categories>
<category> 分站 </category>
</categories>
<tags>
<tag> 图床 </tag>
</tags>
</entry>
<entry>
<title>主题使用指南</title>
<link href="/2020/07/01/%E4%B8%BB%E9%A2%98%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97/"/>
<url>/2020/07/01/%E4%B8%BB%E9%A2%98%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97/</url>
<content type="html"><![CDATA[<link rel="stylesheet" class="aplayer-secondary-style-marker" href="\assets\css\APlayer.min.css"><script src="\assets\js\APlayer.min.js" class="aplayer-secondary-script-marker"></script><p>本网站采用hexo框架和Hexo-Theme-Yun主题搭建。</p><p>Hexo-Theme-Yun主题使用指南:</p><p>[<a href="https://yun.yunyoujun.cn/guide]" target="_blank" rel="noopener">https://yun.yunyoujun.cn/guide]</a>: </p>]]></content>
</entry>
<entry>
<title>欢迎来到kiko的博客</title>
<link href="/2020/07/01/%E6%AC%A2%E8%BF%8E%E6%9D%A5%E5%88%B0kiko%E7%9A%84%E5%8D%9A%E5%AE%A2/"/>
<url>/2020/07/01/%E6%AC%A2%E8%BF%8E%E6%9D%A5%E5%88%B0kiko%E7%9A%84%E5%8D%9A%E5%AE%A2/</url>
<content type="html"><![CDATA[<link rel="stylesheet" class="aplayer-secondary-style-marker" href="\assets\css\APlayer.min.css"><script src="\assets\js\APlayer.min.js" class="aplayer-secondary-script-marker"></script><h1 id="欢迎来到kiko的博客"><a href="#欢迎来到kiko的博客" class="headerlink" title="欢迎来到kiko的博客"></a>欢迎来到kiko的博客</h1><p>本博客部署在码云gitee上:<a href="https://gitee.com/kikoblog/kikoblog" target="_blank" rel="noopener">https://gitee.com/kikoblog/kikoblog</a></p><p>网站地址:<a href="https://www.kikoblog.tk/" target="_blank" rel="noopener">https://www.kikoblog.tk/</a></p><p><a href="http://kikoblog.gitee.io/" target="_blank" rel="noopener">http://kikoblog.gitee.io/</a></p>]]></content>
<tags>
<tag> 1 </tag>
</tags>
</entry>
<entry>
<title>Hello World</title>
<link href="/2020/07/01/hello-world/"/>
<url>/2020/07/01/hello-world/</url>
<content type="html"><![CDATA[<link rel="stylesheet" class="aplayer-secondary-style-marker" href="\assets\css\APlayer.min.css"><script src="\assets\js\APlayer.min.js" class="aplayer-secondary-script-marker"></script><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><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure><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><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure><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><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure><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><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/one-command-deployment.html" target="_blank" rel="noopener">Deployment</a></p>]]></content>
</entry>
</search>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kikohacker/kikoblog.git
git@gitee.com:kikohacker/kikoblog.git
kikohacker
kikoblog
kikoblog
master

搜索帮助