mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Reverted back to pygments via Liquid.
This commit is contained in:
parent
75ae1551ef
commit
7a7dbf1d17
@ -12,8 +12,8 @@ markdown: kramdown
|
|||||||
markdown_ext: markdown,mkdown,mkdn,mkd,md
|
markdown_ext: markdown,mkdown,mkdn,mkd,md
|
||||||
#permalink: pretty
|
#permalink: pretty
|
||||||
|
|
||||||
# using rouge via kramdown
|
# TODO: using rouge via kramdown when GitHub supports it
|
||||||
#highlighter: pygments
|
highlighter: pygments
|
||||||
|
|
||||||
safe: true
|
safe: true
|
||||||
lsi: false
|
lsi: false
|
||||||
|
@ -74,7 +74,7 @@ So first, create a file `static.list` which looks like this (fill in the data of
|
|||||||
|
|
||||||
Then you only need this little Python script (and *[Python](http://www.python.org/)*, of course):
|
Then you only need this little Python script (and *[Python](http://www.python.org/)*, of course):
|
||||||
|
|
||||||
~~~ python
|
{% highlight python %}
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ for entry in entries:
|
|||||||
|
|
||||||
print( "#### landevices > landevices" )
|
print( "#### landevices > landevices" )
|
||||||
print( landevs )
|
print( landevs )
|
||||||
~~~
|
{% endhighlight %}
|
||||||
|
|
||||||
Custom DNS
|
Custom DNS
|
||||||
==========
|
==========
|
||||||
|
Loading…
Reference in New Issue
Block a user