From e847b05ae3bae9cc4134a7b5f5f66f0771edfa9e Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 14 Sep 2018 10:58:48 +0200 Subject: Update syntax highlighting configuration Now both Markdown and AsciiDoc files will use pygments for their highlighting. --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 1aad209..499af4f 100644 --- a/_config.yml +++ b/_config.yml @@ -27,14 +27,13 @@ keep_files: asciidoctor: attributes: imagesdir: /img - pygments-style: emacs - pygments-stylesheet: css/pygments.base.css source-highlighter: pygments sass: style: compressed # Build settings markdown: redcarpet +highlighter: pygments include: ["_pages"] -- cgit v1.1