We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3a22a commit a4ac69bCopy full SHA for a4ac69b
_config.yml
@@ -1,6 +1,6 @@
1
## Jekyll config
2
name: "queuebit's blog"
3
-pygments: true
+highlighter: rouge
4
5
## Prose.io config
6
siteurl: "http://queuebit.net"
_layouts/default.html
@@ -33,7 +33,7 @@ <h1 class="title"><a href="/">{{ site.name }}</a></h1>
33
34
<div class="footer">
35
<div class="contact">
36
- <a title="atom feed" href="http://queuebit.net/atom.xml">
+ <a title="atom feed" href="/atom.xml">
37
<i class="icon-rss-sign"></i>
38
</a>
39
<a title="queuebit on GitHub" href="http://github.com/queuebit">
atom.xml
@@ -1,5 +1,4 @@
---
-layout: nil
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
0 commit comments