You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to make some changes, like a different code highlighting styles. I am using it like this.
gem 'rogue'
gem 'jekyll-theme-clean-blog'
I noticed that the project uses kramdown. I tried to create a _layouts/page.html , and adding a <link rel="stylesheet" src=".."/> . But that didn't help. I ended up doing it like this.
I wanted to make some changes, like a different code highlighting styles. I am using it like this.
I noticed that the project uses
kramdown
. I tried to create a_layouts/page.html
, and adding a<link rel="stylesheet" src=".."/>
. But that didn't help. I ended up doing it like this.But yeah I could make a partial and that way include in other
_posts
, but is there any simpler way?The text was updated successfully, but these errors were encountered: