From 8dc5f1ad747c71c9569a005289af07b42f0f6557 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Aug 2020 16:25:25 -0300 Subject: Simplify styles.css and setup line number for code blocks Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now. --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '_config.yml') 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 -- cgit v1.2.3