Skip to content

Commit

Permalink
Experiment #3 : Bring back kramdown, with rogue
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhshri committed May 29, 2017
1 parent fd9b092 commit 70686c8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,22 @@ links:
timezone: Asia/Kolkata
future: true
highlighter: rouge
#markdown: kramdown
markdown: kramdown
paginate: 5
paginate_path: "page:num"
highlight_theme: light

# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:year/:month/:categories/:title

kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
syntax_highlighter: rouge
input: GFM

prose:
rooturl: '_posts'
siteurl: 'https://saurabhshri.github.io'
Expand Down

0 comments on commit 70686c8

Please sign in to comment.