We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac98883 commit b50e99bCopy full SHA for b50e99b
2 files changed
_config.yml
@@ -1,3 +1,3 @@
1
-markdown: redcarpet
2
-# pygments: true
+markdown: rdiscount
+pygments: true
3
permalink: /:month-:day-:year/:title.html
css/syntax.css
@@ -32,8 +32,6 @@ code.yaml .nv {color: #fff;}
32
}
33
34
code {
35
- font-family: "Bitstream Vera Sans Mono",monospace;
36
- color: #222;
37
- padding: 5px;
38
- background: white;
+ color: white;
+ background: #222;
39
0 commit comments