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:
parent
313aed594e
commit
54f612323f
1
Gemfile
1
Gemfile
@ -4,4 +4,5 @@ group :jekyll do
|
||||
gem 'jekyll'
|
||||
gem 'jekyll-sitemap'
|
||||
gem 'jekyll-redirect-from'
|
||||
gem 'redcarpet'
|
||||
end
|
||||
|
@ -30,7 +30,7 @@ permalink: /:title/
|
||||
|
||||
# Content Parsing
|
||||
# --------------------
|
||||
markdown: kramdown
|
||||
markdown: redcarpet
|
||||
|
||||
kramdown:
|
||||
input: GFM
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user