From 7a7dbf1d17b5db7e5ddc1f07660f19e640e30ce7 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Fri, 20 Feb 2015 23:09:02 +0100 Subject: [PATCH] Reverted back to pygments via Liquid. --- _config.yml | 4 ++-- know-how/hacking/_posts/2009-12-19-avm-fritzbox-7270.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 7707ffc..8deca3e 100644 --- a/_config.yml +++ b/_config.yml @@ -12,8 +12,8 @@ markdown: kramdown markdown_ext: markdown,mkdown,mkdn,mkd,md #permalink: pretty -# using rouge via kramdown -#highlighter: pygments +# TODO: using rouge via kramdown when GitHub supports it +highlighter: pygments safe: true lsi: false diff --git a/know-how/hacking/_posts/2009-12-19-avm-fritzbox-7270.md b/know-how/hacking/_posts/2009-12-19-avm-fritzbox-7270.md index aed10ca..239d34f 100644 --- a/know-how/hacking/_posts/2009-12-19-avm-fritzbox-7270.md +++ b/know-how/hacking/_posts/2009-12-19-avm-fritzbox-7270.md @@ -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): -~~~ python +{% highlight python %} #!/usr/bin/env python3 # -*- coding: utf-8 -*- @@ -115,7 +115,7 @@ for entry in entries: print( "#### landevices > landevices" ) print( landevs ) -~~~ +{% endhighlight %} Custom DNS ==========