Skip to content

Commit

Permalink
feat: enable pygments syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
asimpson committed Aug 25, 2020
1 parent 6511aa9 commit 299de24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cycle.asd
Expand Up @@ -4,7 +4,7 @@
:description "A opinionated static site builder."
:author "Adam Simpson <adam@adamsimpson.net>"
:license "GNU GPLv3"
:version "0.2.9"
:version "0.2.10"
:serial t
:depends-on (
:local-time
Expand Down
1 change: 1 addition & 0 deletions cycle.lisp
Expand Up @@ -316,6 +316,7 @@
(setf css (uiop:read-file-string "site.css")))
(setf mustache:*default-pathname-type* "mustache")
(setf 3bmd-code-blocks:*code-blocks* t)
(setf 3bmd-code-blocks:*renderer* :pygments)
(setf posts (reverse (sort (gen-data)
'sort-by-ids
:key 'car)))
Expand Down

0 comments on commit 299de24

Please sign in to comment.