We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6511aa9 commit 299de24Copy full SHA for 299de24
cycle.asd
@@ -4,7 +4,7 @@
4
:description "A opinionated static site builder."
5
:author "Adam Simpson <adam@adamsimpson.net>"
6
:license "GNU GPLv3"
7
- :version "0.2.9"
+ :version "0.2.10"
8
:serial t
9
:depends-on (
10
:local-time
cycle.lisp
@@ -316,6 +316,7 @@
316
(setf css (uiop:read-file-string "site.css")))
317
(setf mustache:*default-pathname-type* "mustache")
318
(setf 3bmd-code-blocks:*code-blocks* t)
319
+ (setf 3bmd-code-blocks:*renderer* :pygments)
320
(setf posts (reverse (sort (gen-data)
321
'sort-by-ids
322
:key 'car)))
0 commit comments