Skip to content

Commit 299de24

Browse files
committed
feat: enable pygments syntax highlighting
1 parent 6511aa9 commit 299de24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cycle.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:description "A opinionated static site builder."
55
:author "Adam Simpson <adam@adamsimpson.net>"
66
:license "GNU GPLv3"
7-
:version "0.2.9"
7+
:version "0.2.10"
88
:serial t
99
:depends-on (
1010
:local-time

cycle.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@
316316
(setf css (uiop:read-file-string "site.css")))
317317
(setf mustache:*default-pathname-type* "mustache")
318318
(setf 3bmd-code-blocks:*code-blocks* t)
319+
(setf 3bmd-code-blocks:*renderer* :pygments)
319320
(setf posts (reverse (sort (gen-data)
320321
'sort-by-ids
321322
:key 'car)))

0 commit comments

Comments
 (0)