mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-01 07:42:22 +01:00
Change syntax highlighter from 'rouge' to 'pygments' in _config.yml to resolve GitHub warning
This commit is contained in:
parent
800479ebc7
commit
4c27cf3d9e
@ -8,7 +8,7 @@ gems:
|
||||
- jemoji
|
||||
|
||||
# url is currently only used only for the RSS feed in feed.xml
|
||||
url: http://ascii-boxes.github.io
|
||||
url: http://boxes.thomasjensen.com/
|
||||
|
||||
# baseurl will often be '', but for a project page on gh-pages, it needs to
|
||||
# be the project name.
|
||||
@ -32,7 +32,8 @@ comments: false
|
||||
permalink: /:year/:month/:title
|
||||
paginate: 10
|
||||
|
||||
highlighter: rouge
|
||||
#highlighter: rouge
|
||||
highlighter: pygments
|
||||
#markdown: redcarpet
|
||||
#redcarpet:
|
||||
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
||||
|
Loading…
Reference in New Issue
Block a user