mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 23:37:19 +00:00
fix rss
This commit is contained in:
parent
6199807c21
commit
1b4c0899c2
@ -1,7 +1,3 @@
|
|||||||
#for rss feed
|
|
||||||
name: arcanis' blog
|
|
||||||
url: http://arcanis.name/
|
|
||||||
|
|
||||||
source: .
|
source: .
|
||||||
destination: ./_site
|
destination: ./_site
|
||||||
plugins: ./_plugins
|
plugins: ./_plugins
|
||||||
@ -30,7 +26,7 @@ safe: false
|
|||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 4000
|
port: 4000
|
||||||
baseurl: /
|
baseurl: /
|
||||||
url: http://localhost:4000
|
url: http://arcanis.name/
|
||||||
lsi: false
|
lsi: false
|
||||||
|
|
||||||
maruku:
|
maruku:
|
||||||
|
2
feed.xml
2
feed.xml
@ -4,7 +4,7 @@ layout: none
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>{{ site.name | xml_escape }}</title>
|
<title>arcanis' blog</title>
|
||||||
<link>{{ site.url }}ru</link>
|
<link>{{ site.url }}ru</link>
|
||||||
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
{% for post in site.categories.en limit:10 %}
|
{% for post in site.categories.en limit:10 %}
|
||||||
|
@ -4,7 +4,7 @@ layout: none
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>{{ site.name | xml_escape }}</title>
|
<title>arcanis' blog</title>
|
||||||
<link>{{ site.url }}</link>
|
<link>{{ site.url }}</link>
|
||||||
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
{% for post in site.categories.ru limit:10 %}
|
{% for post in site.categories.ru limit:10 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user