Skip to content

Commit 9898a3d

Browse files
committed
Fix some Jekyll configuration issues.
1 parent c9c9892 commit 9898a3d

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
auto: true
2-
pygments: true
1+
highlighter: pygments
32
paginate: 10
43
permalink: /:year/:month/:title/

feeds/atom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: nil
32
---
43
<?xml version="1.0" encoding="utf-8"?>
54
<feed xmlns="http://www.w3.org/2005/Atom">

feeds/rss.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: nil
32
---
43
<?xml version="1.0" encoding="utf-8"?>
54
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">

sitemap.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: nil
32
---
43
<?xml version="1.0" encoding="utf-8"?>
54
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

0 commit comments

Comments
 (0)