-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
116 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
layout: none | ||
--- | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<feed xmlns="http://www.w3.org/2005/Atom" {% if page.lang %}xml:lang="{{ page.lang }}"{% endif %}> | ||
<generator uri="https://jekyllrb.com/" version="{{ jekyll.version }}">Jekyll</generator> | ||
<title>{{ page.title | xml_escape }} | {{ site.title }}</title> | ||
<link href="{{ page.url | absolute_url }}" rel="self" type="application/atom+xml" /> | ||
<link href="{{ site.url }}" /> | ||
<id>{{ page.url | absolute_url | xml_escape }}</id> | ||
<updated>{{ site.time | date_to_xmlschema}}</updated> | ||
|
||
{% assign posts = site.posts | sort: "date" | reverse %} | ||
{% if page.lang %} | ||
{% assign posts = posts | where: "lang", page.lang %} | ||
{% endif %} | ||
{% for post in posts limit: 10 %} | ||
<entry xml:lang="{{ post.lang }}"> | ||
{% assign post_title = post.title | strip_html | normalize_whitespace | xml_escape %} | ||
<title>{{ post_title }}</title> | ||
<link href="{{ post.url | absolute_url }}" rel="alternate" type="text/html" title="{{ post_title }}"/> | ||
<published>{{ post.date | date_to_xmlschema }}</published> | ||
{% assign post_updated = post.last_modified_at | default: post.date %} | ||
<updated>{{ post_updated | date_to_xmlschema }}</updated> | ||
<id>{{ post.id | absolute_url | xml_escape }}</id> | ||
|
||
<content type="html" xml:base="{{ post.url | absolute_url | xml_escape }}"> | ||
<![CDATA[{{ post.content | strip }}]]> | ||
</content> | ||
<summary type="html"> | ||
<![CDATA[{{ post.excerpt | strip_html | normalize_whitespace }}]]> | ||
</summary> | ||
<author> | ||
<name>{{ post.author.name }}</name> | ||
<uri>{{ post.author.url | xml_escape }}</uri> | ||
</author> | ||
</entry> | ||
{% endfor %} | ||
</feed> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
layout: feed | ||
include_in_sitemap: false | ||
title: Posts in all languages | ||
lang: false | ||
ref: feed-posts-multilang | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: feed | ||
include_in_sitemap: false | ||
title: Posts in English | ||
ref: feed-posts | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: feed | ||
include_in_sitemap: false | ||
title: Посты на русском | ||
ref: feed-posts | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: feed | ||
include_in_sitemap: false | ||
title: Татарча язмалар | ||
ref: feed-posts | ||
--- |