website
website copied to clipboard
use_dark_highlighting in posts if has code block
Fixes #202
By the way, had to remove the gemfile.lock
and the blog post with the .adoc
extension to run it locally due to compilation errors.
Why not enable it for all posts?
Why not enable it for all posts?
🤦♂️ I forgot the ones that didn't show up on my vscode search ```nim
. Give me a few minutes and I will do it.
By the way, should the github.css
be preserved as the main idea should be using the dracula
highlight theme for the entire website? Just saying.
EDIT Maybe it isn't required for most posts as there are few ones without code blocks.
Can we make this work without the need to edit every single blogpost and adding use_dark_highlighting: true
, i.e. can that be the default?
I will take a look this week, the default should be indeed dark and just pass an option to disable it to avoid using use_dark_highlighting
on every file.
what does this look like? Screenshot?