Skip to content

Commit

Permalink
Adapt to jekyll 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moises Deniz Aleman committed Jun 6, 2016
1 parent dee6f03 commit 8797b9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: Open Build Service
pygments: true
highlighter: true
permalink: /:year/:month/:day/:title/
markdown: kramdown

2 changes: 1 addition & 1 deletion download/other/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h5>SUSE Linux Enterprise</h5>
</pre>
<h5>openSUSE</h5>
<pre>
zypper ar -f http://download.opensuse.org/repositories/OBS:/Server:/2.7/openSUSE_13.1/OBS:Server:2.7.repo
zypper ar -f http://download.opensuse.org/repositories/OBS:/Server:/2.7/openSUSE_42.1/OBS:Server:2.7.repo
zypper in -t pattern OBS_Server
</pre>
</div>
Expand Down
6 changes: 3 additions & 3 deletions feed.rss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
layout: nil
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text" xml:lang="en">{{ site.title }}</title>
<link type="application/atom+xml" href="{{ site.url }}/feed" rel="self" />
<link type="text" href="{{ site.url }}" rel="alternate" />

<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}</id>
<author><name>OBS Team</name></author>
<rights>Copyright (c) 2012 OBS Team</rights>

{% for post in site.posts limit:20 %}
<entry>
<title>{{ post.title }}</title>
Expand Down
2 changes: 1 addition & 1 deletion feed/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
layout: nil
layout: null
---
{% include rss-feed.rss %}

0 comments on commit 8797b9a

Please sign in to comment.