1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-21 17:26:55 +01:00

switch to redcarpet for now, ref #11

This commit is contained in:
Matthias Kretschmann 2016-02-04 16:24:38 +01:00
parent 313aed594e
commit 54f612323f
3 changed files with 3 additions and 2 deletions

View File

@ -4,4 +4,5 @@ group :jekyll do
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
gem 'redcarpet'
end

View File

@ -30,7 +30,7 @@ permalink: /:title/
# Content Parsing
# --------------------
markdown: kramdown
markdown: redcarpet
kramdown:
input: GFM

View File

@ -1,7 +1,7 @@
// https://github.com/richleland/pygments-css/blob/master/zenburn.css
.highlight pre {color:#fdce93;background-color:#3f3f3f}
.highlight pre {color:#fdce93;background-color: $code-bg}
.highlight .hll{background-color:#222}
.highlight .c{color:#7f9f7f}
.highlight .err{color:#e37170;background-color:#3d3535}