Ai
1 Star 0 Fork 0

moilioncircle/moilioncircle.github.com

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
atom.xml 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
trydofor 提交于 2014-11-05 23:25 +08:00 . actions
---
limit: 25
---
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
{% if site.url %}
{% assign base = site.url %}
{% elsif site.github.url %}
{% assign base = site.github.url %}
{% endif %}
<title>{{ site.title }}</title>
<generator uri="https://github.com/jekyll/jekyll">Jekyll v{{ jekyll.version }}</generator>
<icon>{{ site.url }}/apple-touch-icon-precomposed.png</icon>
<subtitle>{{ site.description }}</subtitle>
<link href="{{ base }}{{ page.url }}" rel="self"/>
<link href="{{ base }}/" rel="alternate" type="text/html"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ base }}/</id>
<author>
<name>{{ site.owner.name | xml_escape }}</name>
<uri>{{ site.url }}/</uri>
{% if site.owner.email %}<email>{{ site.owner.email }}</email>{% endif %}
</author>
{% for post in site.posts limit: page.limit %}
<entry>
<title>{{ post.title | xml_escape }}</title>
<link href="{{ base }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ base }}{{ post.id }}</id>
<author>
<name>{{ site.owner.name | xml_escape }}</name>
<uri>{{ site.url }}/</uri>
{% if site.owner.email %}<email>{{ site.owner.email }}</email>{% endif %}
</author>
<content type="html">
{% if post.feature %}&lt;img src=&quot;{{ site.url }}/images/{{ post.feature }}&quot;&gt;&lt;br/&gt;{% endif %}
{{ post.content | xml_escape }}
</content>
</entry>
{% endfor %}
</feed>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/moilioncircle/moilioncircle.github.com.git
git@gitee.com:moilioncircle/moilioncircle.github.com.git
moilioncircle
moilioncircle.github.com
moilioncircle.github.com
master

搜索帮助