Skip to content

Commit 85f2b91

Browse files
committed
Use 'rouge' instead of 'pygments' as highlighter
1 parent c153e81 commit 85f2b91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ projecturl: 'https://github.com/decebals/pippo'
2121
sections: [
2222
['doc', 'Documentation'],
2323
['tut', 'Tutorial'],
24-
['mod', 'Modules'],
24+
['mod', 'Modules'],
2525
['ref', 'Reference'],
2626
['dev', 'Developers'],
2727
['post', 'Posts']
@@ -35,7 +35,7 @@ baseurl: ''
3535
permalink: none
3636

3737
# Syntax highlighting
38-
highlighter: pygments
38+
highlighter: rouge
3939

4040
# Since these are pages, it doesn't really matter
4141
future: true
@@ -56,7 +56,7 @@ redcarpet:
5656
'tables',
5757
'hardwrap'
5858
]
59-
59+
6060
# URL to demo source code
6161
coreurl: 'https://github.com/decebals/pippo/blob/master/pippo-core'
6262
demourl: 'https://github.com/decebals/pippo-demo/blob/master'

0 commit comments

Comments
 (0)