We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c153e81 commit 85f2b91Copy full SHA for 85f2b91
_config.yml
@@ -21,7 +21,7 @@ projecturl: 'https://github.com/decebals/pippo'
21
sections: [
22
['doc', 'Documentation'],
23
['tut', 'Tutorial'],
24
- ['mod', 'Modules'],
+ ['mod', 'Modules'],
25
['ref', 'Reference'],
26
['dev', 'Developers'],
27
['post', 'Posts']
@@ -35,7 +35,7 @@ baseurl: ''
35
permalink: none
36
37
# Syntax highlighting
38
-highlighter: pygments
+highlighter: rouge
39
40
# Since these are pages, it doesn't really matter
41
future: true
@@ -56,7 +56,7 @@ redcarpet:
56
'tables',
57
'hardwrap'
58
]
59
-
+
60
# URL to demo source code
61
coreurl: 'https://github.com/decebals/pippo/blob/master/pippo-core'
62
demourl: 'https://github.com/decebals/pippo-demo/blob/master'
0 commit comments