mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Change config file to use pygments, not rouge
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
baseurl: "" # the subpath of your site, e.g. /blog/
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
||||||
url: "http://liquidmarkup.org" # the base hostname & protocol for your site
|
url: "http://liquidmarkup.org" # the base hostname & protocol for your site
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlighter: rouge
|
highlighter: pygments
|
||||||
permalink: /:year/:month/:day/:basename:output_ext
|
permalink: /:year/:month/:day/:basename:output_ext
|
||||||
collections:
|
collections:
|
||||||
basics:
|
basics:
|
||||||
|
|||||||
Reference in New Issue
Block a user