Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2016-03-18 01:03:50 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2016-03-18 01:03:50 +0300
commit9994fa4c2e9136085705b378307e7fd709cedc1c (patch)
tree0788c5aab7d86386ca8ab5f590c7f128c667fbcc /config.rb
parent25c7e707ef37aeeee42c88fd135cf19321da1a77 (diff)
new config
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.rb b/config.rb
index 609e6c1..27c417d 100644
--- a/config.rb
+++ b/config.rb
@@ -67,7 +67,7 @@ end
set :css_dir, 'stylesheets'
set :js_dir, 'javascripts'
set :images_dir, 'images'
-set :markdown_engine, :redcarpet
+set :markdown_engine, :kramdown
set :markdown, filter_html: false, fenced_code_blocks: true, smartypants: true
set :encoding, 'utf-8'