Configure the Rouge syntax highlighting theme you want to use in your markdown code blocks in Bridgetown
Run this command to add this plugin to your site's Gemfile:
$ bundle add bridgetown-rougify -g bridgetown_pluginsAdd the following section to your bridgetown.config.yml:
rougify:
theme: 'github'Otherwise the default theme will be base16. One place to preview possible
Rouge themes is here.
- Run
bundle exec rake testto run the test suite - Or run
script/cibuildto validate with Rubocop and Minitest together.