5 Star 15 Fork 26

泰晓科技 / tinylab.org

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rss.xml 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
Wu Zhangjin 提交于 2019-08-12 12:33 . rss.xml: fix up html format issue
---
layout: null
title : RSS Feed
---
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ site.title }}</title>
<description>{{ site.title }} - {{ site.tagline }}</description>
<atom:link href="{{ site.production_url }}{{ site.JB.rss_path }}" rel="self" type="application/rss+xml"/>
<link>{{ site.production_url }}</link>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<ttl>1800</ttl>
{% capture tmpcache %}
{% capture nl0 %}
{% endcapture %}
{% endcapture %}{% assign tmpcache = nil %}
{% for post in site.posts %}
{% if post.draft and post.draft == true %}{% continue %}{% endif %}
<item>
<title>{% capture post_title %}{{ post.title | strip_html | xml_escape | strip }}{%endcapture%}{{post_title}}</title>
{% capture description %}{{ post.description | strip_html | replace: nl0, ' ' | replace: ' ', ' ' | replace: ' ', ' ' | replace: ' ', ' ' | strip_html | xml_escape }}{% endcapture %}{% capture content %}{{ post.content | strip_html | replace: nl0, ' ' | replace: ' ', ' ' | replace: ' ', ' ' | replace: ' ', ' ' | strip | truncate:200 | strip_xml | xml_escape }}{% endcapture %}{% if content.size != 0 %}<description>{{description}} {{content}}</description>{% endif %}
<link>{{ site.production_url }}{{ post.url }}</link>
<guid>{{ site.production_url }}{{ post.id }}</guid>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
</item>
{% endfor %}
</channel>
</rss>
1
https://gitee.com/tinylab/tinylab.org.git
git@gitee.com:tinylab/tinylab.org.git
tinylab
tinylab.org
tinylab.org
gh-pages

搜索帮助