diff options
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 76e89f1..9d623e8 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,11 @@ author: name: EuAndreh email: eu@euandre.org +markdown: kramdown # default markdown renderer for Jekyll +kramdown: + syntax_highlighter_opts: + line_numbers: true + exclude: - Gemfile - Gemfile.lock |