diff options
Diffstat (limited to '')
-rw-r--r-- | docs/_config.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index 6d116ee..b258464 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ # in the templates via {{ site.myvariable }}. title: The Logfile Navigator -version: 0.11.1 +version: 0.12.1 email: support@lnav.org description: >- # this means to ignore newlines until "baseurl:" The Logfile Navigator, lnav for short, is an advanced log file viewer @@ -37,6 +37,9 @@ plugins: show_excerpts: true +kramdown: + syntax_highlighter: rouge + exclude: - source - tutorials |