summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-09-14 10:58:48 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-09-14 12:18:34 +0200
commite847b05ae3bae9cc4134a7b5f5f66f0771edfa9e (patch)
treeb2574aa4dce3e0dfe27995017ed1e007bbdef103 /_config.yml
parent789639e4bdf6d304ef44359aeccd7b038a38e6bc (diff)
Update syntax highlighting configuration
Now both Markdown and AsciiDoc files will use pygments for their highlighting.
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml3
1 files changed, 1 insertions, 2 deletions
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"]