projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
075f6ea
)
blog title & description
author
Ralf Jung
<post@ralfj.de>
Wed, 7 Oct 2015 11:45:24 +0000
(13:45 +0200)
committer
Ralf Jung
<post@ralfj.de>
Wed, 7 Oct 2015 11:45:24 +0000
(13:45 +0200)
_config.yml
patch
|
blob
|
history
feed.xml
patch
|
blob
|
history
diff --git
a/_config.yml
b/_config.yml
index 55fc1171c0c38be005d8a054bed1a2631dafb08b..be1260fa4708c5380cd964cd0a591c40308f6d72 100644
(file)
--- a/
_config.yml
+++ b/
_config.yml
@@
-2,6
+2,10
@@
title: ralfj.de
url: "https://www.ralfj.de"
title: ralfj.de
url: "https://www.ralfj.de"
+blog:
+ title: "Ralf's Ramblings"
+ description: "Ralf rambling on things"
+
structure:
- url: "/"
title: "ralfj.de"
structure:
- url: "/"
title: "ralfj.de"
diff --git
a/feed.xml
b/feed.xml
index a6628bd842af95a7f423155dd95510941d3a78dc..0405375b4328af1eef860049a883f61eb03ccf45 100644
(file)
--- a/
feed.xml
+++ b/
feed.xml
@@
-4,9
+4,9
@@
layout: null
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>{{ site.title | xml_escape }}</title>
- <description>{{ site.description | xml_escape }}</description>
- <link>{{ site.url }}
{{ site.baseurl }}
/</link>
+ <title>{{ site.
blog.
title | xml_escape }}</title>
+ <description>{{ site.
blog.
description | xml_escape }}</description>
+ <link>{{ site.url }}/</link>
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>